]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Mon, 18 Feb 2008 01:31:32 +0000 (01:31 +0000)
committer <changelog@php.net> <>
Mon, 18 Feb 2008 01:31:32 +0000 (01:31 +0000)
ChangeLog

index 8356ac4505bb596445a8c7aadd0007d42ea5936e..14d021bdef8d5c8e97fff34626e7f55b511656a0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,69 @@
+2008-02-17  Marcus Boerger  <php@marcus-boerger.de>
+
+    * (PHP_5_3)
+      Makefile.global
+      acinclude.m4
+      configure.in:
+      - MFH Allow zend_extensions to be build inside ext and tested with 'make
+      test'
+
+    * Makefile.global
+      acinclude.m4
+      configure.in:
+      - Allow zend_extensions to be build inside ext and tested with 'make test'
+
+2008-02-17  Derick Rethans  <php@derickrethans.nl>
+
+    * ext/date/lib/parse_date.c
+      ext/date/lib/parse_date.re:
+      - Fixed typoes.
+
+2008-02-17  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * (PHP_5_2)
+      NEWS:
+      
+      Mbstring bug fixing news
+
+2008-02-17  Rui Hirokawa  <rui_hirokawa@ybb.ne.jp>
+
+    * (PHP_5_2)
+      ext/mbstring/mbstring.c:
+      MF PHP5_3 (fixed #43841)
+
+    * (PHP_5_2)
+      ext/mbstring/php_mbregex.c:
+      MF PHP5_3 (fixed #43994)
+
+    * (PHP_5_2)
+      ext/mbstring/php_unicode.c:
+      MF PHP5_3 (fixed #43998)
+
+    * (PHP_5_2)
+      ext/mbstring/mbstring.c:
+      MF PHP5_3 (fixed #43840)
+
+2008-02-17  Pierre-Alain Joye  <pierre.dev@gmail.com>
+
+    * win32/build/confutils.js:
+       - MFB: add PHP_PHP_BUILD\bin to the path in PATH_PROG (option set with
+      --with-php-builds=[PATH] the zip.zip contains all we need (except re2c! )
+
+    * (PHP_5_3)
+      win32/build/confutils.js:
+      - add PHP_PHP_BUILD\bin to the path in PATH_PROG (option set with
+      --with-php-builds=[PATH] the zip.zip contains all we need (except re2c! )
+
+2008-02-17  Felipe Pena  <felipensp@gmail.com>
+
+    * ext/standard/tests/array/array_slice.phpt
+      ext/standard/tests/array/array_slice.phpt:
+      Fix test
+
+    * (PHP_5_3)
+      ext/standard/tests/array/array_slice.phpt:
+      Fix the fix
+
 2008-02-16  Felipe Pena  <felipensp@gmail.com>
 
     * (PHP_5_3)