changelog               Tue Jan 22 01:31:31 2008 UTC

  Modified files:              
    /php-src    ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.2934&r2=1.2935&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.2934 php-src/ChangeLog:1.2935
--- php-src/ChangeLog:1.2934    Mon Jan 21 01:31:31 2008
+++ php-src/ChangeLog   Tue Jan 22 01:31:30 2008
@@ -1,3 +1,93 @@
+2008-01-21  Etienne Kneuss  <[EMAIL PROTECTED]>
+
+    * (PHP_5_3)
+      NEWS
+      ext/spl/spl.php
+      ext/spl/internal/spldoublylinkedlist.inc
+      ext/spl/internal/splqueue.inc
+      ext/spl/internal/splstack.inc:
+      MFH: Add doxygen docs for SplDoublyLinkedList, SplStack, SplQueue
+
+    * NEWS
+      ext/spl/spl.php
+      ext/spl/internal/spldoublylinkedlist.inc
+      ext/spl/internal/spldoublylinkedlist.inc
+      ext/spl/internal/splqueue.inc
+      ext/spl/internal/splqueue.inc
+      ext/spl/internal/splstack.inc
+      ext/spl/internal/splstack.inc:
+      Add doxygen docs for SplDoublyLinkedList, SplStack, SplQueue
+
+2008-01-21  Dmitry Stogov  <[EMAIL PROTECTED]>
+
+    * (PHP_5_3)
+      NEWS
+      ZendEngine2/zend_compile.c
+      ZendEngine2/zend_compile.c
+      ZendEngine2/zend_exceptions.c
+      ZendEngine2/zend_exceptions.c
+      ZendEngine2/zend_execute.c
+      ZendEngine2/zend_execute.c
+      ZendEngine2/zend_execute_API.c
+      ZendEngine2/zend_execute_API.c
+      ZendEngine2/zend_globals.h
+      ZendEngine2/zend_globals.h
+      ZendEngine2/zend_language_scanner.l
+      ZendEngine2/zend_language_scanner.l:
+      Changed exception handling. Now each op_array doesn't contain
+      ZEND_HANDLE_EXCEPTION opcode in the end
+
+    * ZendEngine2/zend_execute.c:
+      Fixed compilation warning
+
+    * ZendEngine2/zend_operators.c
+      ZendEngine2/zend_operators.c:
+      Yet another comparison optimisation for usual cases
+
+2008-01-21  David Coallier  <[EMAIL PROTECTED]>
+
+    * (PHP_5_3)
+      NEWS:
+      - Added lcfirst() announcement.
+
+2008-01-21  Antony Dovgal  <[EMAIL PROTECTED]>
+
+    * ext/standard/string.c
+      ext/standard/tests/strings/bug42861.phpt:
+      fix #42861 (strtr() crashes in Unicode mode when $from argument is empty)
+
+2008-01-21  Dmitry Stogov  <[EMAIL PROTECTED]>
+
+    * ZendEngine2/zend_vm_def.h
+      ZendEngine2/zend_vm_def.h
+      ZendEngine2/zend_vm_execute.h
+      ZendEngine2/zend_vm_execute.h:
+      Eliminate unnecessary checks for INC/DEC IS_CV
+
+2008-01-21  Antony Dovgal  <[EMAIL PROTECTED]>
+
+    * ext/calendar/calendar.c:
+      fix newly added segfault
+
+2008-01-21  Sara Golemon  <[EMAIL PROTECTED]>
+
+    * ext/ctype/ctype.c:
+      Unicode migration for ext/ctype
+
+    * ext/iconv/iconv.c:
+      Some unicode upgrades...
+
+    * ZendEngine2/zend_builtin_functions.c:
+      Flag safe func
+
+    * ext/calendar/cal_unix.c
+      ext/calendar/easter.c:
+      Flag additional unicode safe funcs
+
+    * ext/calendar/calendar.c
+      ext/calendar/php_calendar.h:
+      Make unicode ready
+
 2008-01-20  Ilia Alshanetsky  <[EMAIL PROTECTED]>
 
     * ext/wddx/php_wddx_api.h

Reply via email to