changelog               Mon Jun  6 20:35:45 2005 EDT

  Modified files:              
    /php-src    ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.2005&r2=1.2006&ty=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.2005 php-src/ChangeLog:1.2006
--- php-src/ChangeLog:1.2005    Sun Jun  5 20:35:16 2005
+++ php-src/ChangeLog   Mon Jun  6 20:35:44 2005
@@ -1,3 +1,233 @@
+2005-06-06  Wez Furlong  <[EMAIL PROTECTED]>
+
+    * ext/posix/config.m4
+      ext/posix/posix.c:
+      fix build on Solaris
+
+2005-06-06  Jani Taskinen  <[EMAIL PROTECTED]>
+
+    * main/main.c:
+      silence warning
+
+2005-06-06  Brad House  <[EMAIL PROTECTED]>
+
+    * (PHP_5_0)
+      ext/mcve/mcve.c
+      ext/mcve/php_mcve.h:
+      libmonetra 5.0 sync.
+      added m_validateidentifier, which is enabled by default to keep invalid
+      pointer addresses from causing PHP to crash
+      kept compatability with older versions of libmonetra.
+
+    * ext/mcve/mcve.c
+      ext/mcve/php_mcve.h:
+      libmonetra-5.0 sync.
+      added m_validateidentifier, which is enabled by default to keep invalid
+      pointer addresses from causing PHP to crash
+      kept compatability with older versions of libmonetra.
+
+2005-06-06  Ilia Alshanetsky  <[EMAIL PROTECTED]>
+
+    * (PHP_4_4)
+      ext/bz2/bz2.c
+      ext/bz2/bz2.c:
+      MFH: Better storage size for output length.
+
+    * ext/bz2/bz2.c:
+      Better storage size for output length.
+
+2005-06-06  Derick Rethans  <[EMAIL PROTECTED]>
+
+    * ZendEngine2/zend_vm_def.h
+      ZendEngine2/zend_vm_execute.h
+      ZendEngine2/zend_vm_opcodes.h:
+      - Regenerate VM files and add warning about regeneration
+
+    * (PHP_5_0)
+      ZendEngine2/zend_execute.c
+      ZendEngine2/zend_vm_def.h:
+      - MH44: Problems with user defined error handler and wrong usage of
+      references
+
+2005-06-06  Ilia Alshanetsky  <[EMAIL PROTECTED]>
+
+    * (PHP_4_4)
+      ext/standard/type.c:
+      MFH: Fixed strval to not print notices on strval(array()).
+
+2005-06-06  Derick Rethans  <[EMAIL PROTECTED]>
+
+    * (PHP_4_4)
+      NEWS
+      ext/standard/http_fopen_wrapper.c:
+      - MFH: Fixed bug #33242 (Mangled error message when stream fails).
+
+    * (PHP_5_0)
+      NEWS
+      ext/standard/http_fopen_wrapper.c
+      ext/standard/http_fopen_wrapper.c:
+      - Fixed bug #33242 (Mangled error message when stream fails).
+
+2005-06-06  Jani Taskinen  <[EMAIL PROTECTED]>
+
+    * (PHP_5_0)
+      scripts/Makefile.frag:
+      ws
+
+2005-06-06  Derick Rethans  <[EMAIL PROTECTED]>
+
+    * (PHP_4_4)
+      Zend/zend_execute.c:
+      - Swap lines so that user defined error handlers don't cause memory 
errors
+
+    * (PHP_4_4)
+      scripts/Makefile.frag:
+      - We've man pages just fine
+
+2005-06-06  Dmitry Stogov  <[EMAIL PROTECTED]>
+
+    * NEWS
+      ZendEngine2/zend_compile.c
+      ZendEngine2/tests/bug32428.phpt:
+      Fixed bug #32428 (The @ warning error supression operator is broken)
+
+2005-06-06  Derick Rethans  <[EMAIL PROTECTED]>
+
+    * (PHP_4_4)
+      NEWS:
+      - Update NEWS with the bz fix
+
+2005-06-06  Uwe Schindler  <[EMAIL PROTECTED]>
+
+    * (PHP_4_4)
+      scripts/Makefile.frag:
+      MFH: Fix bug #33166 for other branches and new bug #33255, no man pages 
for
+      4.4
+
+    * (PHP_5_0)
+      scripts/Makefile.frag:
+      Fix bug #33166 for other branches and new bug #33255
+
+2005-06-06  Derick Rethans  <[EMAIL PROTECTED]>
+
+    * (PHP_4_4)
+      ext/bz2/bz2.c:
+      - Merge back changes which where in 4.3 but somehow didn't make it into 
the
+      new
+        branch.
+
+2005-06-06  Dmitry Stogov  <[EMAIL PROTECTED]>
+
+    * ZendEngine2/tests/bug32799.phpt
+      ZendEngine2/tests/bug32799.phpt:
+      
+      file bug32799.phpt was initially added on branch PHP_5_0.
+
+    * (PHP_5_0)
+      NEWS
+      ZendEngine2/zend_objects_API.c
+      ZendEngine2/zend_objects_API.c
+      ZendEngine2/tests/bug32799.phpt:
+      Fixed bug #32799 (crash: calling the corresponding global var during the
+      destruct)
+
+    * ZendEngine2/tests/bug32596.phpt:
+      Added test for bug #32596 (Segfault/Memory Leak by getClass (etc) in
+      __destruct)
+
+    * ZendEngine2/tests/bug32596.phpt
+      ZendEngine2/tests/bug32596.phpt:
+      
+      file bug32596.phpt was initially added on branch PHP_5_0.
+
+    * (PHP_5_0)
+      NEWS
+      ZendEngine2/zend_execute_API.c:
+      Fixed bug #32596 (Segfault/Memory Leak by getClass (etc) in __destruct)
+
+2005-06-06  Derick Rethans  <[EMAIL PROTECTED]>
+
+    * (PHP_4_4)
+      Zend/zend_extensions.h:
+      - Bumb ZEND EXT API NO for Stanislav
+
+2005-06-06  Edin Kadribasic  <[EMAIL PROTECTED]>
+
+    * (PHP_4_4)
+      win32/php4dllts.dsp:
+      Sync with recent config.m4 changes
+
+2005-06-06  Derick Rethans  <[EMAIL PROTECTED]>
+
+    * (PHP_4_4)
+      NEWS
+      Zend/zend_compile.c
+      Zend/zend_compile.h
+      Zend/zend_execute.c
+      Zend/zend_execute_globals.h
+      Zend/zend_language_parser.y:
+      - Commit the reference problem bug fix.
+
+    * (PHP_4_4)
+      configure.in
+      main/php_version.h:
+      - Rename version.
+
+2005-06-06  Dmitry Stogov  <[EMAIL PROTECTED]>
+
+    * (PHP_5_0)
+      ZendEngine2/tests/bug32993.phpt:
+      Added test for bug #32993 (implemented Iterator function current() don't
+      throw
+        exception)
+
+    * ZendEngine2/tests/bug32993.phpt
+      ZendEngine2/tests/bug32993.phpt:
+      
+      Fixed bug #32993 (implemented Iterator function current() don't throw
+      exception)
+
+    * NEWS
+      ZendEngine2/zend_vm_def.h
+      ZendEngine2/zend_vm_execute.h
+      ZendEngine2/zend_vm_opcodes.h:
+      Fixed bug #32993 (implemented Iterator function current() don't throw
+      exception)
+
+    * ZendEngine2/tests/bug33171.phpt
+      ZendEngine2/tests/bug33171.phpt:
+      
+      file bug33171.phpt was initially added on branch PHP_5_0.
+
+    * (PHP_5_0)
+      NEWS
+      ZendEngine2/zend_object_handlers.c
+      ZendEngine2/zend_object_handlers.c
+      ZendEngine2/tests/bug33171.phpt:
+      Fixed bug #33171 (foreach enumerates private fields declared in base
+      classes)
+
+2005-06-06  Marcus Boerger  <[EMAIL PROTECTED]>
+
+    * sapi/cli/php_cli.c:
+      - Expose -a as special mode and show whether it is a shell or not
+
+2005-06-06  Wez Furlong  <[EMAIL PROTECTED]>
+
+    * main/streams/php_streams_int.h:
+      Don't crash when compiled with the zend memory manager disabled.
+
+    * ZendEngine2/zend_language_scanner.l
+      main/main.c:
+      Avoid double-freeing streams.
+      This can happen because all streams are registered as resources;
+      the engine also tracks them in the open_files global.
+      
+      Avoid the potential for double-freeing by simply making streams exposed 
to
+      the
+      engine have no closer for the engine to call; they will already be in the
+      resource list, and thus will be shut down properly at request end.
+
 2005-06-05  Wez Furlong  <[EMAIL PROTECTED]>
 
     * ext/mysql/config.w32
@@ -3413,7 +3643,7 @@
 
     * (PHP_4_3)
       ext/standard/url_scanner_ex.re:
-      Missing $Id: ChangeLog,v 1.2005 2005/06/06 00:35:16 changelog Exp $ tag
+      Missing $Id: ChangeLog,v 1.2006 2005/06/07 00:35:44 changelog Exp $ tag
 
     * (PHP_5_0)
       ext/standard/url_scanner_ex.c:
@@ -6814,7 +7044,7 @@
       ext/session/mod_mm.h
       ext/session/mod_user.h
       ext/session/php_session.h:
-      - Missing $Id: ChangeLog,v 1.2005 2005/06/06 00:35:16 changelog Exp $ 
tags
+      - Missing $Id: ChangeLog,v 1.2006 2005/06/07 00:35:44 changelog Exp $ 
tags
 
     * (PHP_4_3)
       ext/session/session.c:
@@ -7295,7 +7525,7 @@
 
     * (PHP_4_3)
       Zend/zend_ini_scanner.l:
-      Missing $Id: ChangeLog,v 1.2005 2005/06/06 00:35:16 changelog Exp $ tag 
+ ws fix
+      Missing $Id: ChangeLog,v 1.2006 2005/06/07 00:35:44 changelog Exp $ tag 
+ ws fix
 
     * ZendEngine2/zend_ini_scanner.l
       ZendEngine2/zend_ini_scanner.l:
@@ -8769,7 +8999,7 @@
       ext/standard/url_scanner_ex.c
       ext/standard/url_scanner_ex.h
       ext/standard/url_scanner_ex.re:
-      Missing $Id: ChangeLog,v 1.2005 2005/06/06 00:35:16 changelog Exp $ tag
+      Missing $Id: ChangeLog,v 1.2006 2005/06/07 00:35:44 changelog Exp $ tag
 
     * ext/standard/credits_ext.h
       ext/standard/credits_sapi.h:

Reply via email to