summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
author <changelog@php.net>2005-06-01 00:35:10 +0000
committer <changelog@php.net>2005-06-01 00:35:10 +0000
commitfc8ae455df85d0175b07137c7fac9a6f04019b3e (patch)
tree66a1f5bb5f4917fc9fd9324f9bd021a73e3cb054 /ChangeLog
parent84fef05939483040e2057fb92709ac872e191a55 (diff)
downloadphp-git-fc8ae455df85d0175b07137c7fac9a6f04019b3e.tar.gz
ChangeLog update
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog64
1 files changed, 64 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 804cba5aff..2ad763844b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,67 @@
+2005-05-31 Dmitry Stogov <dmitry@zend.com>
+
+ * main/php_variables.c
+ main/php_variables.c:
+ Fixed possible memory corruption on request shutdown
+ `valgrind -q --tool=memcheck sapi/cli/php tests/reflection/001.phpt`
+
+2005-05-31 Magnus Määttä <novell@kiruna.se>
+
+ * ZendEngine2/tests/bug27304.phpt:
+ Fix test
+
+2005-05-31 Jani Taskinen <jani.taskinen@sci.fi>
+
+ * (PHP_4_3)
+ NEWS
+ NEWS
+ ext/pcre/php_pcre.c
+ ext/pcre/php_pcre.c
+ ext/pcre/tests/bug33200.phpt
+ ext/pcre/tests/bug33200.phpt
+ ext/standard/php_string.h
+ ext/standard/php_string.h
+ ext/standard/string.c
+ ext/standard/string.c:
+ MFH: - Fixed bug #33200 (preg_replace(): magic_quotes_sybase=On makes 'e'
+ modifier misbehave)
+
+ * ext/pcre/tests/bug33200.phpt
+ ext/pcre/tests/bug33200.phpt
+ ext/pcre/tests/bug33200.phpt
+ ext/standard/php_string.h
+ ext/standard/string.c:
+ 1.1.4;
+ - Fixed bug #33200 (preg_replace(): magic_quotes_sybase=On makes 'e'
+ modifier misbehave)
+
+ * ext/pcre/php_pcre.c:
+ - Fixed bug #33200 (preg_replace(): magic_quotes_sybase=On makes 'e'
+ modifier misbehave)
+
+2005-05-31 Dmitry Stogov <dmitry@zend.com>
+
+ * ZendEngine2/zend_operators.c:
+ Reverted wrong fix for bug #30572.
+ Seems the bug was already fixed in other way.
+ But reverted patch produced a lot of valgrind errors, because IS_TMP_VAR
+ operands don't initialize refcount.
+
+2005-05-31 Jani Taskinen <jani.taskinen@sci.fi>
+
+ * ext/standard/var_unserializer.c:
+ Touch
+
+ * ext/standard/var_unserializer.re
+ ext/standard/tests/serialize/006.phpt:
+ - Fixed bug with unserialize() with "exotic" letters in class names
+
+2005-05-31 Marcus Boerger <marcus.boerger@post.rwth-aachen.de>
+
+ * ZendEngine2/zend_compile.c:
+ - Only allow changing return ref agnostic when a script method overrides an
+ internal method (found by dmitry)
+
2005-05-30 Ilia Alshanetsky <ilia@prohost.org>
* (PHP_5_0)