]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Tue, 21 Mar 2006 06:31:49 +0000 (06:31 +0000)
committer <changelog@php.net> <>
Tue, 21 Mar 2006 06:31:49 +0000 (06:31 +0000)
ChangeLog
Zend/ChangeLog

index 73975c41e4c3c00d85beb523dd62be1bd4f42e7d..bb239a20b168981c9309328e4af375106626929a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,66 @@
+2006-03-20  Antony Dovgal  <antony@zend.com>
+
+    * ext/standard/basic_functions.c
+      ext/standard/basic_functions.c:
+      shutdown syslog module before freeing basic_globals
+
+    * ext/standard/basic_functions.c
+      ext/standard/php_ext_syslog.h
+      ext/standard/syslog.c:
+      MF51: fix #36808 (syslog ident becomes garbage between requests)
+
+    * (PHP_5_1)
+      ext/standard/basic_functions.c:
+      .. and add missing #ifdef
+
+    * (PHP_5_1)
+      ext/standard/basic_functions.c:
+      fix wrong mshutdown func params
+
+    * (PHP_5_1)
+      NEWS
+      ext/standard/basic_functions.c
+      ext/standard/php_ext_syslog.h
+      ext/standard/syslog.c:
+      fix #36808 (syslog ident becomes garbage between requests)
+
+    * (PHP_5_1)
+      ext/standard/tests/file/userstreams.phpt:
+      MFH: fix #36741 (userstreams testcase have off-by-one error on fseek())
+
+    * ext/standard/tests/file/userstreams.phpt:
+      fix #36741 (userstreams testcase have off-by-one error on fseek())
+
+    * ext/standard/filters.c:
+      don't leak memory even though the code is not stable yet
+
+2006-03-20  Dmitry Stogov  <dmitry@zend.com>
+
+    * ZendEngine2/zend_compile.c
+      ZendEngine2/zend_compile.c:
+      Removed unreachable code
+
+2006-03-20  Antony Dovgal  <antony@zend.com>
+
+    * ext/standard/ftp_fopen_wrapper.c:
+      fix buffer overrun
+
+2006-03-20  Dmitry Stogov  <dmitry@zend.com>
+
+    * main/php_variables.c
+      tests/basic/011.phpt:
+      Fixed register_argc_argv behavior. Now it behave in the same way as before
+      in combinations with variables_order and auto_globals_jit.
+      $argc and $argv global variables are registered only in CLI mode and under
+      $_SERVER[] in other case. (This is done because register_globals was
+      removed and assumed - off).
+
+    * (PHP_5_1)
+      main/php_variables.c:
+      Fixed register_argc_argv behavior. Now it behave in the same way as before
+      in all combinations with register_globals, register_long_arrays,
+      variables_order and auto_globals_jit.
+
 2006-03-19  Antony Dovgal  <antony@zend.com>
 
     * main/network.c:
index d921b04a22622adc2c0c5d99344090715ad55bbe..5ff0affc4c1b181c32143ec2705bd13cb1334e5d 100644 (file)
@@ -1,3 +1,9 @@
+2006-03-20  Dmitry Stogov  <dmitry@zend.com>
+
+    * zend_compile.c
+      zend_compile.c:
+      Removed unreachable code
+
 2006-03-17  Dmitry Stogov  <dmitry@zend.com>
 
     * zend_execute_API.c: