View Single Post
Author Message
BAILOPAN
Join Date: Jan 2004
Old 07-15-2005 , 15:39   AMXx 1.50 Scripting Changes
Reply With Quote #1

A few quick updates for what to expect from 1.1-RC1:

Mysql module has been rewritten. It is now DBI only, and AMX Mod backward compatibility has been removed. It was a clutch preventing some better design ideas.

The following functions have been deprecated:
  • plugin_modules/require_module - These have been replaced with an automatic module detection system. They no longer do anything. When you #include a module's include file, it will now automatically be added to a list of required modules.
  • read_dir - This has been deprecated in favor of open_dir, next_dir, and close_dir. They are much faster.
  • mysql_* - These natives have been removed entirely. Use DBI.
  • Array Module - Deprecated, no longer available with the base install.

Check back here for updates, or post questions.
__________________
egg
BAILOPAN is offline