summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2011-06-22 14:23:21 +0000
committerIlia Alshanetsky <iliaa@php.net>2011-06-22 14:23:21 +0000
commit34d93f0c06706500d290424a757b6e4f7645bc78 (patch)
tree5c857c9aea9c9acb6c1e7acc9f31437071542aca /NEWS
parent512be854e5ae9eedb734bf0377976c40117d2745 (diff)
downloadphp-git-34d93f0c06706500d290424a757b6e4f7645bc78.tar.gz
Zend Signal Handling
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index c18d1508ac..49e029237b 100644
--- a/NEWS
+++ b/NEWS
@@ -33,6 +33,7 @@ PHP NEWS
- <?= is now always available regardless of the short_tags setting (Rasmus)
- General improvements:
+ . Zend Signal Handling. (Lucas Nealan,Arnaud Le Blanc,Brian Shire, Ilia)
. Added multibyte support by default. Previously php had to be compiled
with --enable-zend-multibyte. Now it can be enabled or disabled through
zend.multibyte directive in php.ini. (Dmitry)