changelog Thu Dec 9 20:32:20 2004 EDT
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1828&r2=1.1829&ty=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.1828 php-src/ChangeLog:1.1829
--- php-src/ChangeLog:1.1828 Wed Dec 8 20:32:56 2004
+++ php-src/ChangeLog Thu Dec 9 20:32:20 2004
@@ -1,3 +1,63 @@
+2004-12-09 Antony Dovgal <[EMAIL PROTECTED]>
+
+ * (PHP_4_3)
+ ext/session/session.c
+ ext/session/session.c:
+ CS changes
+
+ * ext/session/session.c:
+ CS changes (as suggested by Ilia)
+
+ * ext/pcre/php_pcre.c:
+ fix 1-byte leak
+
+ * (PHP_4_3)
+ ext/session/session.c
+ ext/session/session.c:
+ MFH: fix segfault in session_module_name() when session.save_handler is
+ empty
+
+ * ext/session/session.c:
+ fix segfault in session_module_name() when session.save_handler is empty
+
+2004-12-09 Pierre-Alain Joye <[EMAIL PROTECTED]>
+
+ * (PHP_5_0)
+ NEWS:
+ - fix the entry position, thx D
+
+ * (PHP_5_0)
+ NEWS
+ ext/gd/libgd/gdft.c
+ ext/gd/libgd/gdft.c:
+ - MFH: #28598, attempt to restore MS Symbol ttf support
+
+ * (PHP_5_0)
+ ext/gd/libgd/gd.c:
+ - MFB: #30229, fixed imagerectangle used with alpha channel
+ - MFB: imagefill, always restore the alphablending mode
+
+2004-12-09 Derick Rethans <[EMAIL PROTECTED]>
+
+ * acinclude.m4:
+ - MF43: Fixed bug #31034 (Problem with non-existing iconv header file).
+
+ * (PHP_5_0)
+ NEWS
+ acinclude.m4:
+ - MFH: Fixed bug #31034 (Problem with non-existing iconv header file).
+ (Derick)
+
+ * (PHP_4_3)
+ NEWS
+ acinclude.m4:
+ - Fixed bug #31034 (Problem with non-existing iconv header file).
(Derick)
+
+2004-12-09 Antony Dovgal <[EMAIL PROTECTED]>
+
+ * ext/mysqli/mysqli.c:
+ fix buffer overrun and remove debug printf() call
+
2004-12-08 Ilia Alshanetsky <[EMAIL PROTECTED]>
* (PHP_4_3)
@@ -13914,7 +13974,7 @@
2004-03-18 Pierre-Alain Joye <[EMAIL PROTECTED]>
* ext/gd/tests/bug27582_2.phpt:
- - Fix the test description and $Id: ChangeLog,v 1.1828 2004/12/09
01:32:56 changelog Exp $
+ - Fix the test description and $Id: ChangeLog,v 1.1829 2004/12/10
01:32:20 changelog Exp $
2004-03-18 Derick Rethans <[EMAIL PROTECTED]>