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

index b01a6352258690da6985f63029e69699e2abdfab..b4e5067cb4aef788de745287274a78d8b96e7a74 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,85 @@
+2006-03-10  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * (PHP_5_1)
+      NEWS:
+      - Fix
+
+2006-03-10  Brian France  <list@firehawksystems.com>
+
+    * (PHP_5_1)
+      main/main.c:
+      
+       MFH:
+              for the primary file only lookup the real file path and
+              add it to the included_files list if already opened
+              otherwise it will get opened and added to the included_files list
+      in zend_execute_scripts
+
+    * main/main.c:
+      
+       for the primary file only lookup the real file path and
+              add it to the included_files list if already opened
+       otherwise it will get opened and added to the included_files list in
+      zend_execute_scripts
+
+2006-03-10  Pierre-Alain Joye  <pierre.dev@gmail.com>
+
+    * ext/gd/gd.c:
+      - MFB: #36686, do not be quiet with the extern GD
+
+    * (PHP_5_1)
+      ext/gd/gd.c:
+      - #36686, do not be quiet with the extern GD
+
+2006-03-10  Seiji Masugata  <s.masugata@digicom.dnp.co.jp>
+
+    * ext/mbstring/mbstring.c
+      ext/mbstring/mbstring.c
+      ext/mbstring/mbstring.c:
+      fixed different value was returned in mb_get_info.
+
+2006-03-10  Dmitry Stogov  <dmitry@zend.com>
+
+    * ZendEngine2/zend_vm_def.h
+      ZendEngine2/zend_vm_execute.h:
+      Fixed compilation error (Rob)
+
+    * ZendEngine2/zend_API.h:
+      Added RETVAL_EMPTRY_TEXT() and RETURN_EMPTY_TEXT() macroses
+
+    * (PHP_5_1)
+      NEWS:
+      Fixed bug #36629 (SoapServer::handle() exits on SOAP faults)
+
+    * (PHP_5_1)
+      NEWS
+      ext/standard/var.c
+      ext/standard/var.c:
+      Fixed debug_zval_dump() to support private and protected members
+
+    * NEWS
+      ZendEngine2/zend_compile.c
+      ZendEngine2/zend_compile.h
+      ZendEngine2/zend_execute_API.c
+      ZendEngine2/zend_globals.h
+      ZendEngine2/zend_language_parser.y
+      ZendEngine2/zend_language_scanner.l
+      ZendEngine2/zend_opcode.c
+      ZendEngine2/zend_vm_def.h
+      ZendEngine2/zend_vm_execute.h
+      ZendEngine2/zend_vm_opcodes.h
+      ZendEngine2/tests/jump01.phpt
+      ZendEngine2/tests/jump02.phpt
+      ZendEngine2/tests/jump03.phpt
+      ZendEngine2/tests/jump04.phpt
+      ZendEngine2/tests/jump05.phpt
+      ZendEngine2/tests/jump06.phpt
+      ZendEngine2/tests/jump07.phpt
+      ZendEngine2/tests/jump08.phpt
+      ZendEngine2/tests/jump09.phpt
+      ZendEngine2/tests/jump10.phpt:
+      Implemented "jump label" operator (limited "goto")
+
 2006-03-09  Sara Golemon  <sara@golemon.com>
 
     * (PHP_5_1)
index e9d6cde38c5e4a62c6aa2c1f9ab296c746dd99b8..9f613435eafbd350590a529dd4d2cb5a096b745a 100644 (file)
@@ -1,3 +1,34 @@
+2006-03-10  Dmitry Stogov  <dmitry@zend.com>
+
+    * zend_vm_def.h
+      zend_vm_execute.h:
+      Fixed compilation error (Rob)
+
+    * zend_API.h:
+      Added RETVAL_EMPTRY_TEXT() and RETURN_EMPTY_TEXT() macroses
+
+    * zend_compile.c
+      zend_compile.h
+      zend_execute_API.c
+      zend_globals.h
+      zend_language_parser.y
+      zend_language_scanner.l
+      zend_opcode.c
+      zend_vm_def.h
+      zend_vm_execute.h
+      zend_vm_opcodes.h
+      tests/jump01.phpt
+      tests/jump02.phpt
+      tests/jump03.phpt
+      tests/jump04.phpt
+      tests/jump05.phpt
+      tests/jump06.phpt
+      tests/jump07.phpt
+      tests/jump08.phpt
+      tests/jump09.phpt
+      tests/jump10.phpt:
+      Implemented "jump label" operator (limited "goto")
+
 2006-03-07  Dmitry Stogov  <dmitry@zend.com>
 
     * zend_compile.c