mirror of
https://github.com/php/php-src.git
synced 2025-08-19 08:49:28 +02:00
ChangeLog update
This commit is contained in:
parent
180aa52fea
commit
96bb0c4395
2 changed files with 155 additions and 0 deletions
140
ChangeLog
140
ChangeLog
|
@ -1,3 +1,143 @@
|
|||
2005-12-26 Antony Dovgal <antony@zend.com>
|
||||
|
||||
* ZendEngine2/tests/bug31177-2.phpt:
|
||||
MFB: typofix
|
||||
|
||||
* (PHP_5_1)
|
||||
ZendEngine2/tests/bug31177-2.phpt:
|
||||
typofix
|
||||
|
||||
2005-12-26 Pierre-Alain Joye <pierre.dev@gmail.com>
|
||||
|
||||
* ext/gd/config.m4
|
||||
ext/gd/config.w32
|
||||
ext/gd/gd.c:
|
||||
- HAVE_GD_DYNAMIC_CTX_EX, always defined
|
||||
|
||||
* ext/gd/tests/gif.phpt:
|
||||
- check for jpeg support
|
||||
|
||||
* ext/gd/config.m4
|
||||
ext/gd/config.w32
|
||||
ext/gd/gd.c
|
||||
ext/gd/gd.dsp
|
||||
ext/gd/gd_ctx.c:
|
||||
- remove HAVE_LIBGD204, always set
|
||||
|
||||
* ext/gd/config.w32
|
||||
ext/gd/gd.c
|
||||
ext/gd/gd.dsp:
|
||||
- remove USE_GD_IOCTX, both bundled and extern lib use IOCTX
|
||||
|
||||
* ext/gd/tests/gif.phpt:
|
||||
- basic gif i/o test
|
||||
|
||||
2005-12-26 Jani Taskinen <jani.taskinen@sci.fi>
|
||||
|
||||
* ext/gd/tests/colormatch.phpt:
|
||||
fix test
|
||||
|
||||
2005-12-26 Pierre-Alain Joye <pierre.dev@gmail.com>
|
||||
|
||||
* ext/gd/tests/copyresized.phpt
|
||||
ext/gd/tests/types.phpt:
|
||||
- imagetypes test
|
||||
- copyresized title
|
||||
|
||||
2005-12-26 Jani Taskinen <jani.taskinen@sci.fi>
|
||||
|
||||
* (PHP_5_1)
|
||||
NEWS:
|
||||
reorder
|
||||
|
||||
* (PHP_5_1)
|
||||
NEWS:
|
||||
fix news
|
||||
|
||||
2005-12-26 Antony Dovgal <antony@zend.com>
|
||||
|
||||
* ext/standard/tests/general_functions/bug27678.phpt:
|
||||
add new test
|
||||
|
||||
* ext/standard/tests/general_functions/bug27678.phpt
|
||||
ext/standard/tests/general_functions/bug27678.phpt:
|
||||
|
||||
file bug27678.phpt was initially added on branch PHP_5_1.
|
||||
|
||||
2005-12-26 Marcus Boerger <marcus.boerger@post.rwth-aachen.de>
|
||||
|
||||
* (PHP_4_4)
|
||||
NEWS
|
||||
NEWS:
|
||||
- BFN
|
||||
|
||||
* main/snprintf.c:
|
||||
- Support full range of floats
|
||||
|
||||
* (PHP_4_4)
|
||||
main/snprintf.c
|
||||
main/snprintf.c:
|
||||
- SWH (WS + memory corruption fix)
|
||||
|
||||
* main/snprintf.c:
|
||||
- Fix memory corruption in s*printf() (see bug #27678)
|
||||
|
||||
2005-12-26 Pierre-Alain Joye <pierre.dev@gmail.com>
|
||||
|
||||
* ext/gd/tests/copyresized.phpt:
|
||||
- copyresized basic test
|
||||
more once imagediff is available
|
||||
|
||||
2005-12-26 Dmitry Stogov <dmitry@zend.com>
|
||||
|
||||
* sapi/cgi/fastcgi.c:
|
||||
Code cleanup (Nuno)
|
||||
|
||||
2005-12-26 Zeev Suraski <zeev@zend.com>
|
||||
|
||||
* ext/mysqli/mysqli_fe.c:
|
||||
Whitespace
|
||||
|
||||
* (PHP_5_1)
|
||||
ext/mysqli/mysqli_fe.c:
|
||||
Whitespace fix (don't ask :)
|
||||
|
||||
2005-12-26 Dmitry Stogov <dmitry@zend.com>
|
||||
|
||||
* (PHP_5_1)
|
||||
NEWS
|
||||
ZendEngine2/zend_execute.c
|
||||
ZendEngine2/zend_execute.c:
|
||||
Reverted invalid fix for bug #35785
|
||||
|
||||
2005-12-26 Sebastian Bergmann <sb@sebastian-bergmann.de>
|
||||
|
||||
* sapi/cgi/fastcgi.c:
|
||||
Fix Windows build.
|
||||
|
||||
2005-12-26 Zeev Suraski <zeev@zend.com>
|
||||
|
||||
* sapi/cgi/fastcgi.c
|
||||
sapi/cgi/fastcgi.h:
|
||||
Commit missing files - sorry!
|
||||
|
||||
2005-12-26 Pierre-Alain Joye <pierre.dev@gmail.com>
|
||||
|
||||
* (PHP_5_1)
|
||||
NEWS:
|
||||
- xslt/exslt versions constants entry
|
||||
|
||||
* (PHP_5_1)
|
||||
ext/xsl/php_xsl.c:
|
||||
- MFH: #35805 add LIBXSLT_VERSION, LIBXSLT_DOTTED_VERSION, LIBEXSLT_VERSION
|
||||
and LIBEXSLT_DOTTED_VERSION
|
||||
|
||||
* ext/xsl/php_xsl.c:
|
||||
- #35805 add LIBXSLT_VERSION, LIBXSLT_DOTTED_VERSION, LIBEXSLT_VERSION and
|
||||
LIBEXSLT_DOTTED_VERSION
|
||||
|
||||
MFH?
|
||||
|
||||
2005-12-25 Antony Dovgal <antony@zend.com>
|
||||
|
||||
* ext/zlib/tests/compress_zlib_wrapper.phpt
|
||||
|
|
|
@ -1,3 +1,18 @@
|
|||
2005-12-26 Antony Dovgal <antony@zend.com>
|
||||
|
||||
* tests/bug31177-2.phpt:
|
||||
MFB: typofix
|
||||
|
||||
* (PHP_5_1)
|
||||
tests/bug31177-2.phpt:
|
||||
typofix
|
||||
|
||||
2005-12-26 Dmitry Stogov <dmitry@zend.com>
|
||||
|
||||
* zend_execute.c
|
||||
zend_execute.c:
|
||||
Reverted invalid fix for bug #35785
|
||||
|
||||
2005-12-23 Marcus Boerger <marcus.boerger@post.rwth-aachen.de>
|
||||
|
||||
* (PHP_5_1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue