]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Wed, 1 Jun 2005 00:35:10 +0000 (00:35 +0000)
committer <changelog@php.net> <>
Wed, 1 Jun 2005 00:35:10 +0000 (00:35 +0000)
ChangeLog
Zend/ChangeLog

index 804cba5aff27597c1191836a1ab38058aaf1735a..2ad763844be07ab5f8bdfd80074eb12738134811 100644 (file)
--- 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)
index c724788b205db9191e961871d8479e73bccd8985..421852b19fb0cdcf4bbba5d5b258fbae832d653a 100644 (file)
@@ -1,3 +1,22 @@
+2005-05-31  Magnus Määttä  <novell@kiruna.se>
+
+    * tests/bug27304.phpt:
+      Fix test
+
+2005-05-31  Dmitry Stogov  <dmitry@zend.com>
+
+    * 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  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * zend_compile.c:
+      - Only allow changing return ref agnostic when a script method overrides an
+        internal method (found by dmitry)
+
 2005-05-29  Jani Taskinen  <jani.taskinen@sci.fi>
 
     * Zend.m4: