1
0
mirror of https://github.com/php/php-src.git synced 2026-03-31 04:32:19 +02:00

ChangeLog update

This commit is contained in:
2008-12-15 01:42:31 +00:00
parent 7611a5d984
commit 1b5fb956dc

View File

@@ -1,3 +1,33 @@
2008-12-14 Lars Strojny <lars@strojny.net>
* 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 <pierre.dev@gmail.com>
* ext/mssql/php_mssql.c
ext/mssql/php_mssql.c:
- fix build
2008-12-14 Ilia Alshanetsky <ilia@prohost.org>
* ext/mssql/php_mssql.c:
MFB: simplify code
* (PHP_5_3)
ext/mssql/php_mssql.c:
Simplify code
2008-12-13 Johannes Schlüter <johannes@schlueters.de>
* ZendEngine2/tests/bug46811.phpt