changelog               Tue Nov 25 01:32:35 2008 UTC

  Modified files:              
    /php-src    ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3238&r2=1.3239&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3238 php-src/ChangeLog:1.3239
--- php-src/ChangeLog:1.3238    Mon Nov 24 01:32:19 2008
+++ php-src/ChangeLog   Tue Nov 25 01:32:34 2008
@@ -1,3 +1,107 @@
+2008-11-24  Stanislav Malyshev  <[EMAIL PROTECTED]>
+
+    * (PHP_5_3)
+      sapi/apache/mod_php5.c
+      sapi/apache2handler/apache_config.c:
+      MFB: fix php_value application order for Apache
+
+    * (PHP_5_2)
+      sapi/apache/mod_php5.c
+      sapi/apache2handler/apache_config.c:
+      fix php_value application order for Apache
+
+2008-11-24  Ilia Alshanetsky  <[EMAIL PROTECTED]>
+
+    * (PHP_5_2)
+      NEWS
+      ext/mbstring/php_unicode.c
+      ext/mbstring/php_unicode.c:
+      
+      MFB: Fixed bug #46626 (mb_convert_case does not handle apostrophe
+      correctly)
+
+    * (PHP_5_3)
+      ext/mbstring/php_unicode.c:
+      Fixed bug #46626 (mb_convert_case does not handle apostrophe correctly)
+
+2008-11-24  Arnaud Le Blanc  <[EMAIL PROTECTED]>
+
+    * ext/standard/string.c:
+      -** empty log message ***
+
+2008-11-24  Stanislav Malyshev  <[EMAIL PROTECTED]>
+
+    * ext/standard/array.c
+      ext/standard/basic_functions.c:
+      MFB: restore BC for arrays
+
+2008-11-24  Arnaud Le Blanc  <[EMAIL PROTECTED]>
+
+    * ext/standard/string.c:
+      Fixed bug #44075 (strtok misbehaving on unicode string)
+
+2008-11-24  Stanislav Malyshev  <[EMAIL PROTECTED]>
+
+    * README.PARAMETER_PARSING_API
+      README.PARAMETER_PARSING_API
+      ZendEngine2/zend_API.c:
+      add object-compatible array modes
+
+    * ZendEngine2/zend_API.c:
+      add object-compatible array parameters
+
+2008-11-24  Arnaud Le Blanc  <[EMAIL PROTECTED]>
+
+    * ext/standard/basic_functions.c:
+      Fixed some conditional jumps depending on uninitialised value
+
+2008-11-24  Stanislav Malyshev  <[EMAIL PROTECTED]>
+
+    * (PHP_5_3)
+      ext/standard/array.c
+      ext/standard/basic_functions.c:
+      restore BC for arrays
+      [DOC] natsort, natcasesort, usort, uasort, uksort, array_flip,
+      array_unique
+      still won't work with objects
+
+2008-11-24  Iain Lewis  <[EMAIL PROTECTED]>
+
+    * ext/standard/tests/array/array_product_error.phpt
+      ext/standard/tests/array/array_product_variation1.phpt
+      ext/standard/tests/array/array_product_variation2.phpt
+      ext/standard/tests/array/array_product_variation3.phpt
+      ext/standard/tests/array/array_product_variation4.phpt
+      ext/standard/tests/array/array_product_variation5.phpt:
+      Adding some tests for array_product
+
+2008-11-24  David Soria Parra  <[EMAIL PROTECTED]>
+
+    * (PHP_5_2)
+      NEWS
+      main/streams/streams.c
+      main/streams/streams.c
+      main/streams/xp_socket.c
+      main/streams/xp_socket.c:
+      MFH: Revert fix for 43782, as it caused problems.
+
+    * main/streams/streams.c
+      main/streams/xp_socket.c:
+      Revert fix for 43782, as it caused problems.
+      [DOC] We better document the issue at it is.
+
+2008-11-24  Jani Taskinen  <[EMAIL PROTECTED]>
+
+    * (PHP_5_2)
+      NEWS:
+      - Keep the style ;)
+
+2008-11-24  Sanjay Mantoor  <[EMAIL PROTECTED]>
+
+    * ext/date/tests/gmmktime_variation9.phpt
+      ext/date/tests/gmmktime_variation9.phpt:
+      Fixed testcsae inputs so that test runs faster
+
 2008-11-23  Arnaud Le Blanc  <[EMAIL PROTECTED]>
 
     * (PHP_5_2)
@@ -14216,7 +14320,7 @@
 
     * sapi/litespeed/lsapi_main.c
       sapi/litespeed/lsapilib.c:
-      - Added missing $Id: ChangeLog,v 1.3238 2008/11/24 01:32:19 changelog 
Exp $ tags and nuked c++ comments
+      - Added missing $Id: ChangeLog,v 1.3239 2008/11/25 01:32:34 changelog 
Exp $ tags and nuked c++ comments
 
     * (PHP_5_3)
       ext/intl/locale/locale.c


Reply via email to