* Improved PHP GC
* Add net_get_interfaces()
* Implemented flexible heredoc and nowdoc syntax
* Added support for references in list() and array destructuring
* Added syslog.facility and syslog.ident INI entries for
customizing syslog logging
* The declaration and use of case-insensitive constants has been
deprecated
* Added syslog.filter INI entry for syslog filtering
* Added the 'add_slashes' sanitization mode
* Added support for WebP in imagecreatefromstring()
* Export internal structures and accessor helpers for GMP object.
* Added gmp_binomial(n, k)
* Added gmp_lcm(a, b)
* Added gmp_perfect_power(a)
* Added gmp_kronecker(a, b)
* Added JSON_THROW_ON_ERROR flag
* Added ldap_exop_refresh helper for EXOP REFRESH operation with
dds overlay
* Added full support for sending and parsing ldap controls
* Removed support for ODBCRouter
* Removed support for Birdstep
* Added openssl_pkey_derive function
* Add min_proto_version and max_proto_version ssl stream options
as well as related constants for possible TLS protocol values
* Migrated to PCRE2
* Expose TDS version as \PDO::DBLIB_ATTR_TDS_VERSION attribute
on \PDO instance
* Treat DATETIME2 columns like DATETIME
OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php7?expand=0&rev=151
the 7.x series. PHP 7.1 comes with numerous improvements and new
features such as
* Nullable types
* Void return type
* Iterable pseudo-type
* Class constant visiblity modifiers
* Square bracket syntax for list() and the ability to specify keys
in list()
* Catching multiple exceptions types
* Many more features and changes…
- migration: http://php.net/manual/en/migration71.php
- php7-systzdata-v13.patch replaced by php7-systzdata-v14.patch
OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php7?expand=0&rev=39