Other ChangesChanges in SAPI ModulesCLI
Using -a without the readline extension will now result in an error.
Previously, -a without readline had the same behavior as
calling php without any arguments, apart from printing an additional
PHPDBGRemote functionality from phpdbg has been removed. Changed FunctionsCoreThe order of properties used in foreach, var_dump, serialize, object comparison, etc. was changed. Properties are now ordered naturally according to their declaration and inheritance. Properties declared in a base class are going to be before the child properties.
This order is consistent with internal layout of properties in
Filter
The GMP
All GMP functions now accept octal string with the leading octal prefix
( PDO ODBC
PDO::getAttribute with
ReflectionReflectionProperty::setAccessible and ReflectionMethod::setAccessible no longer have an effect. Properties and methods are now always considered accessible via Reflection. Standardsyslog is now binary safe. Other Changes to ExtensionsGD
imagewebp can now do lossless WebP encoding
by passing This constant is only defined, if the used libgd supports lossless WebP encoding. MySQLimysqli_stmt::next_result and mysqli::fetch_all are now available when linking against libmysqlclient. OpenSSL
Phar
SNMP
Standard
Changes to INI File Handling
|