From: Date: Thu, 4 Apr 2002 01:18:47 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-4.3.0dev-ZendEngine2-Preview1~895 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7779d3de920f3851102413ea35ddf16a8491df95;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index e6c46034ea..8c7747db91 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,48 @@ +2002-04-03 Sterling Hughes + + * ext/curl/curl.c: fix bug #15150, thanks to daniel at haxx.se for the fix + +2002-04-03 Jani Taskinen + + * ext/openssl/tests/001.phpt: Fix the test..somehow got corrupted? + + * ext/mcal/config.m4: Partial MFH + + * .cvsignore: - Added the autom4te.cache to be cleaned too with cvsclean + +2002-04-03 Derick Rethans + + * configure.in + main/php_version.h: - Swap back version numbers for development + + * ext/exif/exif.c: - Fix build (Patch by Marcus Boerger) + + * ext/exif/exif.c: - Fix as suggested my Marcus + + * main/php_version.h + configure.in: - Fix version number + +2002-04-03 Yasuo Ohgaki + + * tests/func/007.phpt: Added ini_set()/ini_get()/ini_restore() test + +2002-04-03 Wez Furlong + + * ext/standard/exec.c: fix TS build + + * ext/standard/exec.c + ext/standard/exec.h + ext/standard/basic_functions.c: + Tidy up win32 implementation of proc_open. + Respect safe_mode_exec_dir. + Implement proc_close and return process return code under win32. + + * ext/mailparse/tests/006.phpt: add test for mailparse_extract_part_file + +2002-04-03 Stig Bakken + + * pear/DB/mysql.php: * work around a php segfault + 2002-04-02 Wez Furlong * main/memory_streams.c