changelog Wed Jun 27 01:31:16 2007 UTC
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.2730&r2=1.2731&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.2730 php-src/ChangeLog:1.2731
--- php-src/ChangeLog:1.2730 Tue Jun 26 01:31:22 2007
+++ php-src/ChangeLog Wed Jun 27 01:31:15 2007
@@ -1,3 +1,82 @@
+2007-06-26 Antony Dovgal <[EMAIL PROTECTED]>
+
+ * ext/standard/assert.c
+ ext/standard/base64.c
+ ext/standard/basic_functions.c
+ ext/standard/browscap.c
+ ext/standard/credits.c
+ ext/standard/crypt.c
+ ext/standard/css.c
+ ext/standard/cyr_convert.c
+ ext/standard/datetime.c
+ ext/standard/var.c:
+ fix ws & folding
+
+2007-06-26 Dmitry Stogov <[EMAIL PROTECTED]>
+
+ * (PHP_5_2)
+ NEWS
+ sapi/cgi/cgi_main.c
+ sapi/cgi/cgi_main.c:
+ Fixed bug #40419 (Trailing Slash in CGI request don't work)
+
+2007-06-26 Antony Dovgal <[EMAIL PROTECTED]>
+
+ * ext/standard/dir.c:
+ add missing include and fix warning
+
+ * ext/xmlwriter/tests/007.phpt
+ ext/xmlwriter/tests/OO_007.phpt:
+ MFB
+
+ * (PHP_5_2)
+ ext/xmlwriter/tests/007.phpt
+ ext/xmlwriter/tests/OO_007.phpt:
+ fix tests as discussed
+
+ * (PHP_5_2)
+ NEWS
+ ext/standard/basic_functions.c
+ ext/standard/tests/general_functions/bug41445.phpt
+ ext/standard/tests/general_functions/bug41445_1.phpt:
+ MFH: fix #41445 (parse_ini_file() has a problem with certain types of
+ integer as sections)
+
+ * ext/standard/basic_functions.c
+ ext/standard/tests/general_functions/bug41445.phpt
+ ext/standard/tests/general_functions/bug41445.phpt
+ ext/standard/tests/general_functions/bug41445_1.phpt
+ ext/standard/tests/general_functions/bug41445_1.phpt:
+ fix #41445 (parse_ini_file() has a problem with certain types of integer
as
+ sections)
+
+ * (PHP_5_2)
+ ext/standard/var.c:
+ fix ws
+
+ * (PHP_5_2)
+ NEWS
+ ext/standard/dns.c:
+ MFH: fix #41795 (checkdnsrr does not support DNS_TXT type)
+ patch by lucas at facebook dot com
+
+ * ext/standard/dns.c:
+ fix #41795 (checkdnsrr does not support DNS_TXT type)
+
+ * Makefile.global:
+ fix 'make test' on platforms with broken shells
+
+2007-06-26 Ilia Alshanetsky <[EMAIL PROTECTED]>
+
+ * (PHP_5_2)
+ NEWS
+ ext/pdo/pdo_stmt.c
+ ext/pdo_mysql/tests/bug_41698.phpt
+ ext/pdo_mysql/tests/bug_41698.phpt:
+
+ Fixed bug #41698 (float parameters truncated to integer in prepared
+ statements).
+
2007-06-25 Antony Dovgal <[EMAIL PROTECTED]>
* ext/standard/tests/file/bug41655_1.phpt