From: Date: Mon, 15 Dec 2008 01:42:31 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-5.4.0alpha1~191^2~4807 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1b5fb956dceb154d6d3292d7150869bbbfaafae9;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 6d350835ae..9ecb4f9fe9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,33 @@ +2008-12-14 Lars Strojny + + * ext/standard/tests/file/stream_001.phpt + main/streams/streams.c: + MFB: If a wrapper could not be found it is either a typo or a configuration + issue. But in both cases it is critical enough to warn the user. [DOC] (?) + + * (PHP_5_3) + ext/standard/tests/file/stream_001.phpt + main/streams/streams.c: + If a wrapper could not be found it is either a typo or a configuration + issue. But in both cases it is critical enough to warn the user. + +2008-12-14 Pierre-Alain Joye + + * ext/mssql/php_mssql.c + ext/mssql/php_mssql.c: + - fix build + +2008-12-14 Ilia Alshanetsky + + * ext/mssql/php_mssql.c: + + MFB: simplify code + + * (PHP_5_3) + ext/mssql/php_mssql.c: + + Simplify code + 2008-12-13 Johannes Schlüter * ZendEngine2/tests/bug46811.phpt