changelog               Wed Jun  8 01:38:35 2005 EDT

  Modified files:              
    /php-src    ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.2007&r2=1.2008&ty=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.2007 php-src/ChangeLog:1.2008
--- php-src/ChangeLog:1.2007    Tue Jun  7 20:40:16 2005
+++ php-src/ChangeLog   Wed Jun  8 01:38:32 2005
@@ -130,6 +130,138 @@
       ZendEngine2/tests/bug33243.phpt:
       Fixed bug #33243 (ze1_compatibility_mode does not work as expected)
 
+2005-06-07  Jani Taskinen  <[EMAIL PROTECTED]>
+
+    * scripts/Makefile.frag
+      scripts/phpize.in:
+      - Fix paths when using --libdir and --includedir configure options
+
+    * ext/standard/tests/array/bug31213.phpt:
+      - It is nice to close the script with ?>..
+
+2005-06-07  Dmitry Stogov  <[EMAIL PROTECTED]>
+
+    * (PHP_5_0)
+      NEWS
+      ZendEngine2/zend_compile.c
+      ZendEngine2/zend_compile.c
+      ZendEngine2/zend_compile.h
+      ZendEngine2/zend_compile.h
+      ZendEngine2/zend_language_scanner.l
+      ZendEngine2/zend_language_scanner.l:
+      Fixed bug #26456 (Wrong results from Reflection-API getDocComment() when
+      called via STDIN)
+
+2005-06-07  Jani Taskinen  <[EMAIL PROTECTED]>
+
+    * configure.in
+      ZendEngine2/Zend.m4:
+      -Moved --disable-zend-memory-manager where it belongs
+
+    * acinclude.m4
+      ZendEngine2/acinclude.m4
+      ext/sqlite/config.m4:
+      - Show "none" when nothing is found
+
+2005-06-07  Dmitry Stogov  <[EMAIL PROTECTED]>
+
+    * ext/sqlite/sqlite.c
+      ext/sqlite/sqlite.c:
+      Fixed memory allocation bugs. Probably this patch should fix bug #31725.
+
+2005-06-07  Ilia Alshanetsky  <[EMAIL PROTECTED]>
+
+    * ZendEngine2/zend_objects.c:
+      Fixed ZTS build.
+
+2005-06-07  Derick Rethans  <[EMAIL PROTECTED]>
+
+    * (PHP_4_4)
+      configure.in
+      configure.in
+      Zend/zend_alloc.h
+      ZendEngine2/zend_alloc.h
+      ext/standard/info.c
+      ext/standard/info.c:
+      - MFH: Added the --disable-zend-memory-manager switch to disable the Zend
+        memory manager.
+
+    * configure.in
+      ZendEngine2/zend_alloc.h
+      ext/standard/info.c:
+      - Added the --disable-zend-memory-manager switch to disable the Zend 
memory
+        manager.
+
+    * NEWS:
+      - Not sure why this wasn't committed...
+
+2005-06-07  Dmitry Stogov  <[EMAIL PROTECTED]>
+
+    * ZendEngine2/zend_builtin_functions.c
+      ZendEngine2/zend_builtin_functions.c:
+      Fixed memory leak in debug_print_backtrace()
+
+2005-06-07  Jani Taskinen  <[EMAIL PROTECTED]>
+
+    * ext/mysql/config.m4
+      ext/mysqli/config.m4:
+      - Allow doing --with-mysql --with-mysqli (no mysql libs are bundled atm)
+      - Make sure MYSQL_DIR is empty.
+
+2005-06-07  Dmitry Stogov  <[EMAIL PROTECTED]>
+
+    * (PHP_4_4)
+      Zend/zend_execute.c
+      ZendEngine2/zend_execute.c
+      ZendEngine2/zend_execute.c:
+      fixed memory leak in bug #28972 ([] operator overflow treatment is
+      incorrect), not the bug itself.
+
+2005-06-07  Derick Rethans  <[EMAIL PROTECTED]>
+
+    * (PHP_5_0)
+      ZendEngine2/zend_execute.c
+      ZendEngine2/zend_vm_def.h
+      ZendEngine2/zend_vm_execute.h
+      ZendEngine2/zend_vm_opcodes.h:
+      - MF44: Problems with user defined error handler and references
+
+    * (PHP_4_4)
+      NEWS
+      Zend/zend_execute.c:
+      - Fixed bug #32685, #29423 (Segfault when using assignment by reference
+      within
+        function).
+
+2005-06-07  Dmitry Stogov  <[EMAIL PROTECTED]>
+
+    * (PHP_4_4)
+      Zend/zend_compile.c
+      Zend/zend_execute.c
+      Zend/zend_language_parser.y:
+      Fixed memory corruptions when using references in a wrong way.
+      Backport $a =& func(); patch.
+
+2005-06-07  Derick Rethans  <[EMAIL PROTECTED]>
+
+    * (PHP_5_0)
+      main/streams/php_streams_int.h:
+      - MFH: Don't crash when compiled with the zend memory manager disabled.
+
+2005-06-07  Dmitry Stogov  <[EMAIL PROTECTED]>
+
+    * ZendEngine2/tests/bug33243.phpt
+      ZendEngine2/tests/bug33243.phpt:
+      
+      file bug33243.phpt was initially added on branch PHP_5_0.
+
+    * (PHP_5_0)
+      NEWS
+      ZendEngine2/zend_objects.c
+      ZendEngine2/zend_objects.c
+      ZendEngine2/tests/bug33243.phpt:
+      Fixed bug #33243 (ze1_compatibility_mode does not work as expected)
+
 2005-06-06  Wez Furlong  <[EMAIL PROTECTED]>
 
     * ext/posix/config.m4
@@ -3775,7 +3907,7 @@
 
     * (PHP_4_3)
       ext/standard/url_scanner_ex.re:
-      Missing $Id: ChangeLog,v 1.2007 2005/06/08 00:40:16 changelog Exp $ tag
+      Missing $Id: ChangeLog,v 1.2008 2005/06/08 05:38:32 changelog Exp $ tag
 
     * (PHP_5_0)
       ext/standard/url_scanner_ex.c:
@@ -7176,7 +7308,7 @@
       ext/session/mod_mm.h
       ext/session/mod_user.h
       ext/session/php_session.h:
-      - Missing $Id: ChangeLog,v 1.2007 2005/06/08 00:40:16 changelog Exp $ 
tags
+      - Missing $Id: ChangeLog,v 1.2008 2005/06/08 05:38:32 changelog Exp $ 
tags
 
     * (PHP_4_3)
       ext/session/session.c:
@@ -7657,7 +7789,7 @@
 
     * (PHP_4_3)
       Zend/zend_ini_scanner.l:
-      Missing $Id: ChangeLog,v 1.2007 2005/06/08 00:40:16 changelog Exp $ tag 
+ ws fix
+      Missing $Id: ChangeLog,v 1.2008 2005/06/08 05:38:32 changelog Exp $ tag 
+ ws fix
 
     * ZendEngine2/zend_ini_scanner.l
       ZendEngine2/zend_ini_scanner.l:
@@ -9131,7 +9263,7 @@
       ext/standard/url_scanner_ex.c
       ext/standard/url_scanner_ex.h
       ext/standard/url_scanner_ex.re:
-      Missing $Id: ChangeLog,v 1.2007 2005/06/08 00:40:16 changelog Exp $ tag
+      Missing $Id: ChangeLog,v 1.2008 2005/06/08 05:38:32 changelog Exp $ tag
 
     * ext/standard/credits_ext.h
       ext/standard/credits_sapi.h:

Reply via email to