]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Fri, 26 Dec 2008 01:32:19 +0000 (01:32 +0000)
committer <changelog@php.net> <>
Fri, 26 Dec 2008 01:32:19 +0000 (01:32 +0000)
ChangeLog

index a7482f9b5fbc6df188259c74bb168bd6f2963a68..32304cb719557f5f0645117aae5eb7fe7f055988 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,87 @@
+2008-12-25  Felipe Pena  <felipensp@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  <scott@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  <felipensp@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.dev@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  <scott@macvicar.net>
 
     * (PHP_5_3)