summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <changelog@php.net>2006-04-08 05:31:55 +0000
committer <changelog@php.net>2006-04-08 05:31:55 +0000
commitca88b09b5e3a5776438c66163a06a00518c5e7bd (patch)
tree82c5be0e50053d6deca1f6bd68fdaf56aa6ecb89
parent7cf30db27efdaf299c60066fdfaacaec94011dd9 (diff)
downloadphp-git-ca88b09b5e3a5776438c66163a06a00518c5e7bd.tar.gz
ChangeLog update
-rw-r--r--ChangeLog69
-rw-r--r--Zend/ChangeLog12
2 files changed, 81 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d4c47cbd62..be34e12701 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,72 @@
+2006-04-07 Andrei Zmievski <andrei@gravitonic.com>
+
+ * ext/pcre/TODO
+ ext/pcre/php_pcre.c:
+ Disallowed numeric named captures.
+
+2006-04-07 Ilia Alshanetsky <ilia@prohost.org>
+
+ * (PHP_5_1)
+ NEWS
+ configure.in
+ main/php_version.h:
+ RC3
+
+2006-04-07 Pierre-Alain Joye <pierre.dev@gmail.com>
+
+ * ext/sockets/sockets.c:
+ - MFB: revert leak fix, something else went wrong
+
+ * (PHP_5_1)
+ ext/sockets/sockets.c:
+ - revert last commit, something else went wrong
+
+2006-04-07 Dmitry Stogov <dmitry@zend.com>
+
+ * main/php_variables.c
+ main/php_variables.c:
+ Optimization
+
+ * sapi/cgi/cgi_main.c
+ sapi/cgi/cgi_main.c:
+ CGI anf FastCGI assume $_SERVER and $_ENV have the same values,
+ so we don't need construct the same arrays twich and may just copy it
+
+2006-04-07 Pierre-Alain Joye <pierre.dev@gmail.com>
+
+ * ext/sockets/sockets.c:
+ - MFB: fix leak when an error occured in socket_read, free tmpbuf
+
+ * (PHP_5_1)
+ ext/sockets/sockets.c:
+ - fix leak when an error occured in socket_read, free tmpbuf
+
+2006-04-07 Dmitry Stogov <dmitry@zend.com>
+
+ * sapi/cgi/cgi_main.c
+ sapi/cgi/cgi_main.c:
+ Removed unnecessary copying
+
+ * main/main.c
+ main/main.c:
+ We don't need setup the same time-out two times.
+
+ * (PHP_5_1)
+ ZendEngine2/zend_hash.c:
+ MFH:
+ - Allowed storing NULL pointers in HashTable
+ - Optimized zend_hash_reverse_apply()
+
+ * ZendEngine2/zend_hash.c:
+ - Fixed storing NULL pointers in HashTable
+ - Optimized zend_hash_reverse_apply()
+
+2006-04-07 Ilia Alshanetsky <ilia@prohost.org>
+
+ * (PHP_5_1)
+ ext/posix/CREDITS:
+ Adjusted credits file so that it appears properly on phpinfo()
+
2006-04-06 Andrei Zmievski <andrei@gravitonic.com>
* ext/pcre/TODO:
diff --git a/Zend/ChangeLog b/Zend/ChangeLog
index 591f5392f9..d24df5209c 100644
--- a/Zend/ChangeLog
+++ b/Zend/ChangeLog
@@ -1,3 +1,15 @@
+2006-04-07 Dmitry Stogov <dmitry@zend.com>
+
+ * (PHP_5_1)
+ zend_hash.c:
+ MFH:
+ - Allowed storing NULL pointers in HashTable
+ - Optimized zend_hash_reverse_apply()
+
+ * zend_hash.c:
+ - Fixed storing NULL pointers in HashTable
+ - Optimized zend_hash_reverse_apply()
+
2006-04-06 Andrei Zmievski <andrei@gravitonic.com>
* zend_arg_defs.c