changelog Tue Feb 3 01:32:26 2009 UTC
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3307&r2=1.3308&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3307 php-src/ChangeLog:1.3308
--- php-src/ChangeLog:1.3307 Mon Feb 2 01:32:23 2009
+++ php-src/ChangeLog Tue Feb 3 01:32:25 2009
@@ -1,3 +1,91 @@
+2009-02-02 Ilia Alshanetsky <i...@prohost.org>
+
+ * (PHP_5_2)
+ NEWS
+ ext/filter/logical_filters.c
+ ext/filter/logical_filters.c
+ ext/filter/tests/016.phpt
+ ext/filter/tests/016.phpt:
+
+ MFB: Fixed bug #47282 (FILTER_VALIDATE_EMAIL is marking valid email
+ addresses as invalid)
+
+ * (PHP_5_3)
+ ext/filter/logical_filters.c
+ ext/filter/tests/016.phpt:
+
+ Fixed bug #47282 (FILTER_VALIDATE_EMAIL is marking valid email addresses
+ as
+ invalid)
+
+2009-02-02 Nuno Lopes <nunoplo...@sapo.pt>
+
+ * ZendEngine2/zend_ini_scanner.c
+ ZendEngine2/zend_ini_scanner.c
+ ZendEngine2/zend_ini_scanner_defs.h
+ ZendEngine2/zend_ini_scanner_defs.h:
+ regenerate
+
+ * ZendEngine2/zend_ini_scanner.l
+ ext/standard/tests/file/bug46347.phpt:
+ MFB: fix #46347
+
+ * ext/standard/tests/file/bug46347.phpt
+ ext/standard/tests/file/bug46347.phpt:
+
+ file bug46347.phpt was initially added on branch PHP_5_3.
+
+ * (PHP_5_3)
+ NEWS
+ ZendEngine2/zend_ini_scanner.l:
+ fix bug #46347: allow * in ini keys
+
+2009-02-02 Felipe Pena <felipe...@gmail.com>
+
+ * (PHP_5_2)
+ ext/soap/soap.c
+ ext/soap/soap.c:
+ - MFH: Fixed bug #47269 (Typo: SoapSlient instead of SoapClient)
+
+ * ext/soap/soap.c:
+ - Fixed bug #47269 (Typo: SoapSlient instead of SoapClient)
+
+2009-02-02 Pierre-Alain Joye <pierre....@gmail.com>
+
+ * win32/build/config.w32.h.in
+ win32/build/config.w32.h.in:
+ - define HAVE_SOCKLEN_T as it exists (vc6+)
+
+ * main/streams/php_stream_transport.h
+ main/streams/php_stream_transport.h:
+ - silent compiler warning about socklen_t benign redefinition
+
+ * (PHP_5_3)
+ sapi/apache_hooks/php_apache.c:
+ - MFH: fix build (use the same arginfo than the aliased func)
+
+ * sapi/apache_hooks/php_apache.c:
+ - fix build (use the same arginfo than the aliased func)
+
+2009-02-02 Moriyoshi Koizumi <m...@mozo.jp>
+
+ * (PHP_5_2)
+ NEWS
+ ext/mbstring/libmbfl/filters/mbfilter_cp936.c
+ ext/mbstring/libmbfl/filters/mbfilter_cp936.c
+ ext/mbstring/tests/bug46843.phpt
+ ext/mbstring/tests/bug46843.phpt:
+ - MFH: Fix bug #46843 (CP936 euro symbol is not converted properly)
+
+ * ext/mbstring/tests/bug46843.phpt
+ ext/mbstring/tests/bug46843.phpt
+ ext/mbstring/tests/bug46843.phpt:
+ 1.1.4;
+ * Forgot to add the test.
+
+ * ext/mbstring/libmbfl/filters/mbfilter_cp936.c:
+ - Fix bug #46843 (CP936 euro symbol is not converted properly)
+
2009-02-01 David Soria Parra <dso...@gmx.net>
* configure.in:
@@ -29215,7 +29303,7 @@
* sapi/litespeed/lsapi_main.c
sapi/litespeed/lsapilib.c:
- - Added missing $Id: ChangeLog,v 1.3307 2009/02/02 01:32:23 changelog
Exp $ tags and nuked c++ comments
+ - Added missing $Id: ChangeLog,v 1.3308 2009/02/03 01:32:25 changelog
Exp $ tags and nuked c++ comments
* (PHP_5_3)
ext/intl/locale/locale.c