changelog Wed Apr 9 01:31:40 2008 UTC
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3012&r2=1.3013&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3012 php-src/ChangeLog:1.3013
--- php-src/ChangeLog:1.3012 Tue Apr 8 01:31:39 2008
+++ php-src/ChangeLog Wed Apr 9 01:31:39 2008
@@ -1,3 +1,98 @@
+2008-04-08 Ilia Alshanetsky <[EMAIL PROTECTED]>
+
+ * (PHP_5_2)
+ NEWS
+ ext/standard/exec.c:
+ MFB: Bug #44650 escaepshellscmd() does not check arg count (port from
5.3)
+
+2008-04-08 Joe Orton <[EMAIL PROTECTED]>
+
+ * (PHP_5_2)
+ NEWS
+ ext/openssl/xp_ssl.c
+ ext/soap/php_http.c:
+ MFH: Fixed bug #32979 (OpenSSL stream->fd casts broken in 64-bit build)
+ (stotty at tvnet dot hu)
+ MFH: Fix another case of a broken stream->fd cast in 64-bit builds.
+
+2008-04-08 Jani Taskinen <[EMAIL PROTECTED]>
+
+ * (PHP_5_3)
+ ext/standard/tests/general_functions/parse_ini_file.phpt:
+ MFH: Missing basic single ini file test (bug #44574)
+
+ * ext/standard/tests/general_functions/parse_ini_file.phpt:
+ - Add missing basic test (see also bug #44574)
+
+ * (PHP_5_3)
+ ext/standard/url_scanner_ex.c
+ ext/standard/var_unserializer.c:
+ - Generated with re2c 0.13.4
+
+ * (PHP_5_3)
+ ext/date/tests/bug41523.phpt:
+ - Fix test.
+
+ * ext/date/tests/bug41523.phpt:
+ - fix test
+
+ * (PHP_5_2)
+ ext/standard/tests/dir/rewinddir_basic.phpt:
+ MFH: Fixed test on systems where order is not guaranteed
+
+ * (PHP_5_2)
+ NEWS
+ ext/standard/proc_open.c
+ ext/standard/tests/general_functions/bug44667.phpt:
+ MFH: - Fixed bug #44667 (proc_open() does not handle pipes with the mode
+ "wb" correctly)
+
+ * (PHP_5_2)
+ ext/zlib/tests/bug_40189.phpt
+ ext/zlib/tests/bug_40189_2.phpt
+ ext/zlib/tests/zlib_filter_inflate2.phpt:
+ MF53: Fix tests
+
+ * (PHP_5_3)
+ ext/standard/proc_open.c
+ ext/standard/tests/general_functions/bug44667.phpt:
+ MFH:- Fixed bug #44667 (proc_open does not handle pipes with the mode
"wb"
+ correctly)
+
+ * ext/standard/proc_open.c
+ ext/standard/tests/general_functions/bug44667.phpt
+ ext/standard/tests/general_functions/bug44667.phpt
+ ext/standard/tests/general_functions/bug44667.phpt:
+ - Fixed bug #44667 (proc_open does not handle pipes with the mode "wb"
+ correctly)
+
+2008-04-08 Andrey Hristov <[EMAIL PROTECTED]>
+
+ * ext/mysql/config.w32
+ ext/mysql/config.w32
+ ext/mysqli/config.w32
+ ext/mysqli/config.w32:
+ Fix snapshot build
+
+2008-04-08 Ilia Alshanetsky <[EMAIL PROTECTED]>
+
+ * (PHP_5_2)
+ NEWS
+ ext/imap/php_imap.c
+ ext/standard/http_fopen_wrapper.c:
+
+ MFB: various bug fixes
+
+ * ext/imap/php_imap.c:
+
+ MFB: Fixed bug #44663 (Crash in imap_mail_compose if "body" parameter
+ invalid)
+
+ * (PHP_5_3)
+ ext/imap/php_imap.c:
+
+ Fixed bug #44663 (Crash in imap_mail_compose if "body" parameter invalid)
+
2008-04-07 Christopher Jones <[EMAIL PROTECTED]>
* ext/oci8/config.m4: