changelog Tue Dec 27 06:32:10 2005 EDT
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewcvs.cgi/php-src/ChangeLog?r1=1.2205&r2=1.2206&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.2205 php-src/ChangeLog:1.2206
--- php-src/ChangeLog:1.2205 Mon Dec 26 06:31:53 2005
+++ php-src/ChangeLog Tue Dec 27 06:32:08 2005
@@ -1,3 +1,143 @@
+2005-12-26 Antony Dovgal <[EMAIL PROTECTED]>
+
+ * ZendEngine2/tests/bug31177-2.phpt:
+ MFB: typofix
+
+ * (PHP_5_1)
+ ZendEngine2/tests/bug31177-2.phpt:
+ typofix
+
+2005-12-26 Pierre-Alain Joye <[EMAIL PROTECTED]>
+
+ * 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 <[EMAIL PROTECTED]>
+
+ * ext/gd/tests/colormatch.phpt:
+ fix test
+
+2005-12-26 Pierre-Alain Joye <[EMAIL PROTECTED]>
+
+ * ext/gd/tests/copyresized.phpt
+ ext/gd/tests/types.phpt:
+ - imagetypes test
+ - copyresized title
+
+2005-12-26 Jani Taskinen <[EMAIL PROTECTED]>
+
+ * (PHP_5_1)
+ NEWS:
+ reorder
+
+ * (PHP_5_1)
+ NEWS:
+ fix news
+
+2005-12-26 Antony Dovgal <[EMAIL PROTECTED]>
+
+ * 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 <[EMAIL PROTECTED]>
+
+ * (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 <[EMAIL PROTECTED]>
+
+ * ext/gd/tests/copyresized.phpt:
+ - copyresized basic test
+ more once imagediff is available
+
+2005-12-26 Dmitry Stogov <[EMAIL PROTECTED]>
+
+ * sapi/cgi/fastcgi.c:
+ Code cleanup (Nuno)
+
+2005-12-26 Zeev Suraski <[EMAIL PROTECTED]>
+
+ * ext/mysqli/mysqli_fe.c:
+ Whitespace
+
+ * (PHP_5_1)
+ ext/mysqli/mysqli_fe.c:
+ Whitespace fix (don't ask :)
+
+2005-12-26 Dmitry Stogov <[EMAIL PROTECTED]>
+
+ * (PHP_5_1)
+ NEWS
+ ZendEngine2/zend_execute.c
+ ZendEngine2/zend_execute.c:
+ Reverted invalid fix for bug #35785
+
+2005-12-26 Sebastian Bergmann <[EMAIL PROTECTED]>
+
+ * sapi/cgi/fastcgi.c:
+ Fix Windows build.
+
+2005-12-26 Zeev Suraski <[EMAIL PROTECTED]>
+
+ * sapi/cgi/fastcgi.c
+ sapi/cgi/fastcgi.h:
+ Commit missing files - sorry!
+
+2005-12-26 Pierre-Alain Joye <[EMAIL PROTECTED]>
+
+ * (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 <[EMAIL PROTECTED]>
* ext/zlib/tests/compress_zlib_wrapper.phpt
@@ -20197,7 +20337,7 @@
* (PHP_4_3)
ext/standard/url_scanner_ex.re:
- Missing $Id: ChangeLog,v 1.2205 2005/12/26 06:31:53 changelog Exp $ tag
+ Missing $Id: ChangeLog,v 1.2206 2005/12/27 06:32:08 changelog Exp $ tag
* (PHP_5_0)
ext/standard/url_scanner_ex.c:
@@ -23598,7 +23738,7 @@
ext/session/mod_mm.h
ext/session/mod_user.h
ext/session/php_session.h:
- - Missing $Id: ChangeLog,v 1.2205 2005/12/26 06:31:53 changelog Exp $
tags
+ - Missing $Id: ChangeLog,v 1.2206 2005/12/27 06:32:08 changelog Exp $
tags
* (PHP_4_3)
ext/session/session.c:
@@ -24079,7 +24219,7 @@
* (PHP_4_3)
Zend/zend_ini_scanner.l:
- Missing $Id: ChangeLog,v 1.2205 2005/12/26 06:31:53 changelog Exp $ tag
+ ws fix
+ Missing $Id: ChangeLog,v 1.2206 2005/12/27 06:32:08 changelog Exp $ tag
+ ws fix
* ZendEngine2/zend_ini_scanner.l
ZendEngine2/zend_ini_scanner.l:
@@ -25553,7 +25693,7 @@
ext/standard/url_scanner_ex.c
ext/standard/url_scanner_ex.h
ext/standard/url_scanner_ex.re:
- Missing $Id: ChangeLog,v 1.2205 2005/12/26 06:31:53 changelog Exp $ tag
+ Missing $Id: ChangeLog,v 1.2206 2005/12/27 06:32:08 changelog Exp $ tag
* ext/standard/credits_ext.h
ext/standard/credits_sapi.h: