From: Date: Sun, 23 Oct 2005 05:43:21 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_0_9_1~37 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=28bf1e93f479bd46cf9320561df6c653a61009f4;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 19b445b7ef..74f49107e3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,36 @@ +2005-10-22 Jani Taskinen + + * (PHP_5_1) + NEWS: + keep the order! :) + +2005-10-22 Wez Furlong + + * ext/standard/filestat.c + main/streams/php_stream_plain_wrapper.h: + merge VCWD_ACCESS bugfix to head. + Test suite is unusable in HEAD, so I guess it works here too. + + * (PHP_5_1) + NEWS + ext/standard/filestat.c + main/streams/php_stream_plain_wrapper.h: + Fix #34957; file access checks should use VCWD_ACCESS() + +2005-10-22 Rolland Santimano + + * ext/standard/string.c: + - php_u_stristr: Remove leading back-slash ... sheesh + + * ext/standard/string.c: + - php_u_stristr: s/codepts/codepoints/ - make Jani happy + + * ext/standard/string.c: + - Unicode impl of strpbrk() + + * ext/standard/string.c: + - php_u_stristr: Code comments + 2005-10-21 Antony Dovgal * ext/standard/array.c