call_user_func_array() no longer accepts null as a second parameter and calls the function. It now emits a warning and does not call the function.
Although most existing PHP 5 code should work without changes, please take note of some backward incompatible changes:
NULL
when passed incompatible parameters. There are
some exceptions to this rule, such as the get_class()
function, which will continue to return FALSE
on error.
PDO::MYSQL_ATTR_READ_DEFAULT_FILE
and PDO::MYSQL_ATTR_READ_DEFAULT_GROUP
are not defined
if MySQL support in PDO is compiled with mysqlnd.
The following keywords are now reserved and may not be used in function, class, etc. names.
call_user_func_array() no longer accepts null as a second parameter and calls the function. It now emits a warning and does not call the function.
gd_info():
Note:
Previous to PHP 5.3.0, the JPEG Support attribute was named JPG Support.
Be aware of this, in case you verify GD image support by this attribute!