ChangeLog update

This commit is contained in:
2008-12-14 01:32:39 +00:00
parent 3c58e71e74
commit a99fc291e4
2 changed files with 59 additions and 0 deletions

View File

@ -1,3 +1,57 @@
2008-12-13 Johannes Schlüter <johannes@schlueters.de>
* ZendEngine2/tests/bug46811.phpt
ext/date/tests/009.phpt:
Fix test
2008-12-13 Lars Strojny <lars@strojny.net>
* main/php_streams.h:
MFB: Remove trailing whitespaces
* (PHP_5_3)
main/php_streams.h:
Cleanup: remove trailing whitespaces
* (PHP_5_3)
ext/standard/file.c:
One len variable is enough here, we can reuse it
2008-12-13 Marcus Boerger <php@marcus-boerger.de>
* ext/phar/Makefile.frag:
Use ' -f' as requested
2008-12-13 Scott MacVicar <scott@macvicar.net>
* (PHP_5_2)
NEWS:
Add CVE
2008-12-13 Pierre-Alain Joye <pierre.dev@gmail.com>
* win32/build/mkdist.php:
- MFB: do not add .cvsignore to the tests package
* win32/build/config.w32:
- MFB: fix builds for VC8+, strnlen is available in vc8 and later (used in
spprintf.c)
* (PHP_5_3)
win32/build/config.w32:
- fix builds for VC8+, strnlen is available in vc8 and later (used in
spprintf.c)
* (PHP_5_3)
win32/build/mkdist.php:
- do not add .cvsignore to the tests package
2008-12-13 Kalle Sommer Nielsen <kalle.php@gmail.com>
* (PHP_5_3)
NEWS:
Already in 5.2 NEWS
2008-12-12 Andrei Zmievski <andrei@gravitonic.com>
* (PHP_5_3)

View File

@ -1,3 +1,8 @@
2008-12-13 Johannes Schlüter <johannes@schlueters.de>
* tests/bug46811.phpt:
Fix test
2008-12-12 Antony Dovgal <tony@daylessday.org>
* (PHP_5_3)