summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2015-02-10 10:09:53 +0100
committerAnatol Belski <ab@php.net>2015-02-10 10:09:53 +0100
commitd7c6c6539956043d2c577a4dc922280a88627984 (patch)
treec45e1b221ed01aec10bfc45a31a22d60e33f9fcc /NEWS
parent400e65e955f08ad6ae57c1a15be04d5852107252 (diff)
parent56ec18c8affb71f7456508a7111748efdd40e115 (diff)
downloadphp-git-POST_PHP7_REMOVALS.tar.gz
Merge branch 'php7_removals'POST_PHP7_REMOVALS
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index dcfe1a5ff7..667e172121 100644
--- a/NEWS
+++ b/NEWS
@@ -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)