kalle Fri May 15 09:44:09 2009 UTC
Modified files: (Branch: PHP_5_3)
/php-src UPGRADING
Log:
Added some more comments about deprecated ini settings
http://cvs.php.net/viewvc.cgi/php-src/UPGRADING?r1=1.1.2.3.2.1.2.7&r2=1.1.2.3.2.1.2.8&diff_format=u
Index: php-src/UPGRADING
diff -u php-src/UPGRADING:1.1.2.3.2.1.2.7 php-src/UPGRADING:1.1.2.3.2.1.2.8
--- php-src/UPGRADING:1.1.2.3.2.1.2.7 Thu May 7 06:58:57 2009
+++ php-src/UPGRADING Fri May 15 09:44:08 2009
@@ -1,4 +1,4 @@
-$Id: UPGRADING,v 1.1.2.3.2.1.2.7 2009/05/07 06:58:57 kalle Exp $
+$Id: UPGRADING,v 1.1.2.3.2.1.2.8 2009/05/15 09:44:08 kalle Exp $
UPGRADE NOTES - PHP 5.3
@@ -119,6 +119,17 @@
- All ereg functions are deprecated. Use PCRE (preg_*()) instead.
+- The following ini directives will now emit an E_DEPRECATED warning
+ upon startup if they are activated:
+
+ - define_syslog_variables
+ - register_globals
+ - register_long_arrays
+ - safe_mode
+ - magic_quotes_gpc
+ - magic_quotes_runtime
+ - magic_quotes_sybase
+
===============
6. Undeprecated
===============
@@ -183,7 +194,8 @@
9. Changes in INI directives
============================
-- zend.ze1_compatibility_mode has been removed.
+- zend.ze1_compatibility_mode has been removed. If this ini directive is set
+ to on, then an E_ERROR is emitted at startup.
- A new user initialization mechanism and config variables have been added:
user_ini.filename and user_ini.cache_ttl
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php