changelog Tue Dec 21 20:36:30 2004 EDT
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1840&r2=1.1841&ty=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.1840 php-src/ChangeLog:1.1841
--- php-src/ChangeLog:1.1840 Mon Dec 20 20:34:47 2004
+++ php-src/ChangeLog Tue Dec 21 20:36:30 2004
@@ -1,3 +1,89 @@
+2004-12-21 Ilia Alshanetsky <[EMAIL PROTECTED]>
+
+ * (PHP_4_3)
+ ext/imap/php_imap.c
+ ext/imap/php_imap.c:
+ MFH: Fixed possible crash in imap_mail_compose().
+
+ * ext/imap/php_imap.c:
+ Fixed possible crash in imap_mail_compose().
+
+2004-12-21 Edin Kadribasic <[EMAIL PROTECTED]>
+
+ * acinclude.m4
+ acinclude.m4:
+ MFB: Avoid autoheader warning
+
+ * (PHP_4_3)
+ acinclude.m4:
+ Avoid autoheader warning
+
+2004-12-21 Ilia Alshanetsky <[EMAIL PROTECTED]>
+
+ * (PHP_4_3)
+ NEWS:
+ Added missing bug fix news.
+
+2004-12-21 Stanislav Malyshev <[EMAIL PROTECTED]>
+
+ * (PHP_4_3)
+ Zend/zend_execute.c:
+ fix the overloading fix and #31106
+
+2004-12-21 Jani Taskinen <[EMAIL PROTECTED]>
+
+ * (PHP_5_0)
+ ext/sybase/php_sybase_db.c:
+ MFH: - Fixed bug #28248 (Can not compile --with-sybase and freetds)
+
+ * ext/sybase/php_sybase_db.c:
+ - Fixed bug #28248 (Can not compile --with-sybase and freetds)
+
+ * (PHP_4_3)
+ scripts/Makefile.frag
+ scripts/Makefile.frag:
+ MFH: - Fixed bug #28385 (some files in $(prefix)/lib/php/build/*
installed
+ with wrong permissions)
+
+ * scripts/Makefile.frag:
+ - Fixed bug #28385 (files in $(prefix)/lib/php/build/* installed with
wrong
+ permissions). (Jani, ramsy at ramix dot jp)
+
+2004-12-21 Magnus M��tt� <[EMAIL PROTECTED]>
+
+ * (PHP_5_0)
+ ext/standard/tests/math/bug27646.phpt
+ ext/standard/tests/math/bug27646.phpt:
+ MFH: Fix test so it doesn't hang make test on HP-UX.
+
+ * ext/standard/tests/math/bug27646.phpt:
+ Fix test so it doesn't hang make test on HP-UX.
+
+2004-12-21 Jani Taskinen <[EMAIL PROTECTED]>
+
+ * (PHP_4_3)
+ ext/cpdf/config.m4:
+ MFH: - Fixed bug #31145 (configure is using -lcpdf instead of -lcpdfm)
+
+ * (PHP_5_0)
+ ext/cpdf/config.m4:
+ MFH: - Fixed bug #31145 (configure is using -lcpdf instead of -lcpdfm)
+
+ * ext/cpdf/config.m4:
+ - Fixed bug #31145 (configure is using -lcpdf instead of -lcpdfm)
+
+ * (PHP_4_3)
+ configure.in
+ configure.in
+ Zend/zend_strtod.c
+ ZendEngine2/zend_strtod.c:
+ MFH: - Use correct header files (in c99 compliant way). uint32_t is
+ preferred.
+
+ * configure.in
+ ZendEngine2/zend_strtod.c:
+ - Use correct header files (in c99 compliant way). uint32_t is preferred.
+
2004-12-20 Jani Taskinen <[EMAIL PROTECTED]>
* acinclude.m4
@@ -14527,7 +14613,7 @@
2004-03-18 Pierre-Alain Joye <[EMAIL PROTECTED]>
* ext/gd/tests/bug27582_2.phpt:
- - Fix the test description and $Id: ChangeLog,v 1.1840 2004/12/21
01:34:47 changelog Exp $
+ - Fix the test description and $Id: ChangeLog,v 1.1841 2004/12/22
01:36:30 changelog Exp $
2004-03-18 Derick Rethans <[EMAIL PROTECTED]>