From: Date: Fri, 14 May 2004 00:32:50 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_0_1~205 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=01e92c81e7107807dbf4e135557601957d5beaa0;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index eaf87b0766..b31bbd677f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,61 @@ +2004-05-13 Ilia Alshanetsky + + * (PHP_4_3) + NEWS + ext/standard/string.c + ext/standard/tests/strings/bug28386.phpt: + MFH: Fixed bug #28386 (wordwrap() wraps lines 1 character too soon). + + * ext/standard/string.c + ext/standard/tests/strings/bug28386.phpt: + Fixed bug #28386 (wordwrap() wraps lines 1 character too soon). + + * (PHP_4_3) + sapi/isapi/php4isapi.c: + MFH: Make isapi more compatible with apache sapis as far as the creation + $_COOKIE super-global and various $_SERVER values. + + * sapi/isapi/php5isapi.c: + Make isapi more compatible with apache sapis as far as the creation + $_COOKIE super-global and various $_SERVER values. + +2004-05-13 Edin Kadribasic + + * (PHP_4_3) + ext/curl/curl.c: + Make curl compile with the latest win32 libcurl + +2004-05-13 Stanislav Malyshev + + * (PECL_4_3) + ext/sqlite/php_sqlite.h + ext/sqlite/sqlite.c: + add sqlite_exec - now to the right tag + + * ext/sqlite/php_sqlite.h + ext/sqlite/sqlite.c: + add sqlite_exec() + + * (PHP_4) + ext/sqlite/php_sqlite.h + ext/sqlite/sqlite.c: + Add sqlite_exec + +2004-05-13 Ilia Alshanetsky + + * (PHP_4_3) + ext/session/tests/skipif.inc: + MFH: Skip session tests if session.save_path is not writable. + + * ext/session/tests/skipif.inc: + Skip session tests if session.save_path is not writable. + +2004-05-13 Marcus Boerger + + * TSRM/TSRM.c: + - Once ts_free_id() will be used, we cannot call ctors for deleted ids + when creating new threads. + 2004-05-12 Marcus Boerger * ZendEngine2/zend_API.c: