From: Date: Tue, 29 Apr 2008 01:31:45 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_2_0_0b1~156 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a199ec41c675e15dec0bc778b99ffc8aba2cc3e3;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index a766f2e59a..e071790c45 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,43 @@ +2008-04-28 Greg Beaver + + * main/streams/streams.c: + MFB: fix erroneous use of php_resolve_path in _php_stream_wrapper_open_ex - + this breaks require/include for all extensions that intercept + zend_resolve_path + + * (PHP_5_3) + main/streams/streams.c: + fix erroneous use of php_resolve_path in _php_stream_wrapper_open_ex - this + breaks require/include for all extensions that intercept zend_resolve_path + + * main/streams/streams.c: + MFB: Fixed potentially confusing error message on failure when no errors + are logged + + * (PHP_5_3) + NEWS + main/streams/streams.c: + Fixed potentially confusing error message on failure when no errors are + logged + +2008-04-28 Scott MacVicar + + * (PHP_5_3) + ext/date/config.w32: + Fix windows build + +2008-04-28 Jani Taskinen + + * (PHP_5_3) + ext/standard/tests/file/bug22414.phpt: + - Fix test even if safe_mode is forced to be "On" in the binary + +2008-04-28 Scott MacVicar + + * TSRM/readdir.h: + The SDK 6.1 adds some new networking functions that cause build errors, + pick Windows 2000 as the minimum version we will build for. + 2008-04-27 Derick Rethans * (PHP_5_3)