changelog               Sat Mar 11 06:31:43 2006 UTC

  Modified files:              
    /php-src    ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewcvs.cgi/php-src/ChangeLog?r1=1.2280&r2=1.2281&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.2280 php-src/ChangeLog:1.2281
--- php-src/ChangeLog:1.2280    Fri Mar 10 06:31:49 2006
+++ php-src/ChangeLog   Sat Mar 11 06:31:42 2006
@@ -1,3 +1,85 @@
+2006-03-10  Marcus Boerger  <[EMAIL PROTECTED]>
+
+    * (PHP_5_1)
+      NEWS:
+      - Fix
+
+2006-03-10  Brian France  <[EMAIL PROTECTED]>
+
+    * (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  <[EMAIL PROTECTED]>
+
+    * 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  <[EMAIL PROTECTED]>
+
+    * 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  <[EMAIL PROTECTED]>
+
+    * 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  <[EMAIL PROTECTED]>
 
     * (PHP_5_1)

Reply via email to