changelog               Fri Dec 26 01:32:21 2008 UTC

  Modified files:              
    /php-src    ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3268&r2=1.3269&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3268 php-src/ChangeLog:1.3269
--- php-src/ChangeLog:1.3268    Thu Dec 25 01:32:43 2008
+++ php-src/ChangeLog   Fri Dec 26 01:32:19 2008
@@ -1,3 +1,87 @@
+2008-12-25  Felipe Pena  <felipe...@gmail.com>
+
+    * ext/mbstring/tests/bug20087.phpt
+      ext/mbstring/tests/mb_ereg1.phpt
+      ext/mbstring/tests/mb_ereg2.phpt
+      ext/mbstring/tests/mb_ereg_variation1.phpt
+      ext/mbstring/tests/mb_output_handler_runtime_ini_alteration-01.phpt
+      ext/mbstring/tests/mb_output_handler_runtime_ini_alteration-02.phpt
+      ext/mbstring/tests/mb_parse_str02.phpt
+      ext/mbstring/tests/mb_strtolower_basic.phpt
+      ext/mbstring/tests/mb_substitute_character.phpt:
+      - Unicodifing
+
+    * ext/mbstring/mbstring.c:
+      - Fixed memory leak
+
+    * (PHP_5_2)
+      ext/standard/tests/array/array_slice_variation2.phpt
+      ext/standard/tests/array/array_splice_errors.phpt:
+      - Errr, that is 32bit. and cosmetic
+
+2008-12-25  Scott MacVicar  <sc...@macvicar.net>
+
+    * ext/hash/config.m4
+      ext/hash/config.w32
+      ext/hash/hash.c
+      ext/hash/php_hash.h:
+      Enable salsa hashing algorithm
+
+2008-12-25  Felipe Pena  <felipe...@gmail.com>
+
+    * (PHP_5_2)
+      ext/standard/tests/array/array_slice_variation2.phpt
+      ext/standard/tests/array/array_slice_variation3.phpt:
+      - Fix tests for different platforms
+
+    * (PHP_5_2)
+      ext/standard/tests/array/array_unique_variation1.phpt:
+      - Fix test
+
+    * (PHP_5_2)
+      ext/standard/tests/file/005_variation2.phpt
+      ext/standard/tests/file/mkdir_variation1.phpt
+      ext/standard/tests/file/rmdir_variation1.phpt:
+      - Fixed tests (because we get different error message on different SO)
+
+    * (PHP_5_2)
+      ext/standard/array.c:
+      - Fixed BC in array_unique (HASH_OF stuff), warning and CS in another 
part
+
+2008-12-25  Pierre-Alain Joye  <pierre....@gmail.com>
+
+    * (PHP_5_3)
+      ext/simplexml/config.w32:
+      - add libxml cflag for shared and static
+
+    * (PHP_5_3)
+      ext/simplexml/config.w32:
+      - work around missing libxml include path (will be replaced by a
+      PHP_SETUP_LIBXML macro)
+
+    * (PHP_5_3)
+      win32/build/configure.tail:
+      - MFH: be sure that at least one SAPI has been selected
+
+    * win32/build/configure.tail:
+      - be sure that at least one SAPI has been selected
+
+    * (PHP_5_3)
+      win32/build/config.w32
+      win32/build/confutils.js:
+       - MFH: the config summary is a must, do not allow to disable it
+
+    * win32/build/config.w32
+      win32/build/confutils.js:
+      - the config summary is a must, do not allow to disable
+
+    * (PHP_5_3)
+      ext/simplexml/config.w32:
+      - MFH: disable simplexml when libxml is not enabled
+
+    * ext/simplexml/config.w32:
+      - disable simplexml when libxml is not enabled
+
 2008-12-24  Scott MacVicar  <sc...@macvicar.net>
 
     * (PHP_5_3)
@@ -20581,7 +20665,7 @@
 
     * sapi/litespeed/lsapi_main.c
       sapi/litespeed/lsapilib.c:
-      - Added missing $Id: ChangeLog,v 1.3268 2008/12/25 01:32:43 changelog 
Exp $ tags and nuked c++ comments
+      - Added missing $Id: ChangeLog,v 1.3269 2008/12/26 01:32:19 changelog 
Exp $ tags and nuked c++ comments
 
     * (PHP_5_3)
       ext/intl/locale/locale.c


Reply via email to