bjori Fri Jun 26 10:46:50 2009 UTC Modified files: (Branch: PHP_5_3) /php-src UPGRADING Log: Add deprecated functions http://cvs.php.net/viewvc.cgi/php-src/UPGRADING?r1=1.1.2.3.2.1.2.29&r2=1.1.2.3.2.1.2.30&diff_format=u Index: php-src/UPGRADING diff -u php-src/UPGRADING:1.1.2.3.2.1.2.29 php-src/UPGRADING:1.1.2.3.2.1.2.30 --- php-src/UPGRADING:1.1.2.3.2.1.2.29 Fri Jun 26 10:20:22 2009 +++ php-src/UPGRADING Fri Jun 26 10:46:50 2009 @@ -1,4 +1,4 @@ -$Id: UPGRADING,v 1.1.2.3.2.1.2.29 2009/06/26 10:20:22 pajoye Exp $ +$Id: UPGRADING,v 1.1.2.3.2.1.2.30 2009/06/26 10:46:50 bjori Exp $ UPGRADE NOTES - PHP 5.3 @@ -156,9 +156,22 @@ - define_syslog_variables() is deprecated. -- All ereg functions are deprecated and emit E_DEPRECATED errors. +- set_socket_blocking() is deprecated. + +- call_user_method() and call_user_method_array() are now deprecated. + +- set_magic_quotes_runtime(), magic_quotes_runtime() are now deprecated. + +- mysql_listtables(), mysql_dropdb(), mysql_createdb(), + mysql_list_tables(), mysql_drop_db(), mysql_create_db() are now deprecated. + +- All ereg functions are deprecated and emit E_DEPRECATED errors + (sql_regcase(), spliti(), split(), ereg_replace(), eregi(), + ereg_replace(), ereg()). Use the PCRE family of functions (preg_*()) instead. +- mcrypt_generic_end() is deprecated. + - session_register(), session_unregister(), and session_is_registered() are now deprecated. Use the $_SESSION superglobal array instead.
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php