diff options
author | Anatol Belski <ab@php.net> | 2015-02-10 10:09:53 +0100 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2015-02-10 10:09:53 +0100 |
commit | d7c6c6539956043d2c577a4dc922280a88627984 (patch) | |
tree | c45e1b221ed01aec10bfc45a31a22d60e33f9fcc /NEWS | |
parent | 400e65e955f08ad6ae57c1a15be04d5852107252 (diff) | |
parent | 56ec18c8affb71f7456508a7111748efdd40e115 (diff) | |
download | php-git-POST_PHP7_REMOVALS.tar.gz |
Merge branch 'php7_removals'POST_PHP7_REMOVALS
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -45,6 +45,7 @@ . Invalid octal literals in source code now produce compile errors, fixes PHPSadness #31. (Andrea) . Removed dl() function on fpm-fcgi. (Nikita) . Removed support for hexadecimal numeric strings. (Nikita) + . Removed obsolete extensions and SAPIs. See the full list in UPGRADING. (Anatol) - Curl: . Fixed bug #68937 (Segfault in curl_multi_exec). (Laruence) |