changelog Sun May 16 20:33:01 2004 EDT
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1629&r2=1.1630&ty=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.1629 php-src/ChangeLog:1.1630
--- php-src/ChangeLog:1.1629 Fri May 14 20:36:00 2004
+++ php-src/ChangeLog Sun May 16 20:33:01 2004
@@ -1,3 +1,117 @@
+2004-05-16 Pierre-Alain Joye <[EMAIL PROTECTED]>
+
+ * pear/PEAR/Common.php:
+ - T_WHITESPACE for the 1st test...
+
+ * pear/PEAR/Common.php:
+ - PHP allows spaces before :: (parent :: foo(); )
+ Nota bene, requires another change to really check the syntax:
+ loop back to the first non white space element and valid it (parent,
+ string or var)
+
+2004-05-16 Timm Friebe <[EMAIL PROTECTED]>
+
+ * (PHP_4_3)
+ ext/sybase_ct/php_sybase_ct.c:
+ - MFH: Fixed auto-conversion from long to double when LONG_MAX /
+ LONG_MIN where overflown
+
+ * ext/sybase_ct/php_sybase_ct.c:
+ - Fixed auto-conversion from long to double when LONG_MAX /
+ LONG_MIN where overflown
+
+2004-05-16 Ilia Alshanetsky <[EMAIL PROTECTED]>
+
+ * (PECL_4_3)
+ ext/sqlite/sqlite.c:
+ Better fix for a possible double free in sqlite_single|array_query() when
+ a failure occurs between query execution and data retrieval.
+
+2004-05-16 Stanislav Malyshev <[EMAIL PROTECTED]>
+
+ * (PECL_4_3)
+ ext/sqlite/sqlite.c:
+ attempt to fix double free on failed query
+
+2004-05-16 Pierre-Alain Joye <[EMAIL PROTECTED]>
+
+ * pear/PEAR/Command.php:
+ - Fix #1329, closedir on exit (kameshj at fastmail dot fm)
+
+ * pear/PEAR/Command/Install.php:
+ - Fix #1330, unused variable
+
+ * pear/PEAR/Downloader.php:
+ - Fix #1249 (wrong print out the wrong state with force option)
+ - some NL issues, sorry, commit now too
+
+2004-05-16 Ilia Alshanetsky <[EMAIL PROTECTED]>
+
+ * (PHP_4_3)
+ ext/sockets/sockets.c:
+ MFH: Do not allocate error buffer at the start of every request.
+
+ * ext/sockets/sockets.c:
+ Do not allocate error buffer at the start of every request.
+
+2004-05-16 Marcus Boerger <[EMAIL PROTECTED]>
+
+ * ext/standard/tests/strings/sprintf_f.phpt:
+
+ - Add new test
+
+2004-05-16 Ilia Alshanetsky <[EMAIL PROTECTED]>
+
+ * (PHP_4_3)
+ ext/fdf/fdf.c:
+ MFH: Added missing safe_mode & open_basedir checks.
+
+ * ext/fdf/fdf.c:
+ Added missing safe_mode & open_basedir checks.
+
+2004-05-16 Marcus Boerger <[EMAIL PROTECTED]>
+
+ * ext/standard/formatted_print.c:
+ - Fix printf with floats
+
+2004-05-16 Wez Furlong <[EMAIL PROTECTED]>
+
+ * ext/ext_skel:
+ ;
+
+ * ext/ext_skel:
+ Add config.w32 template to ext_skel
+
+2004-05-16 Rob Richards <[EMAIL PROTECTED]>
+
+ * ext/dom/TODO
+ ext/dom/attr.c
+ ext/dom/cdatasection.c
+ ext/dom/comment.c
+ ext/dom/document.c
+ ext/dom/documentfragment.c
+ ext/dom/dom_fe.h
+ ext/dom/element.c
+ ext/dom/entityreference.c
+ ext/dom/php_dom.c
+ ext/dom/processinginstruction.c
+ ext/dom/text.c
+ ext/dom/xpath.c:
+ constructors throw DOMException
+ add DOM_PHP_ERR DomException code
+ validate tagnames in constructors
+ use C style comments
+ update TODO
+
+2004-05-16 Brad House <[EMAIL PROTECTED]>
+
+ * ext/mcve/config.m4
+ ext/mcve/config.m4:
+ update config.m4 for libmonetra 4.0 compatability.
+ Library no longer has MCVE_ symbols, the header file has #define\'s to
+ convert MCVE_ -> M_ to reflect the Monetra name change from MCVE.
+ More updates to follow.
+
2004-05-14 Andrei Zmievski <[EMAIL PROTECTED]>
* NEWS:
@@ -3226,7 +3340,7 @@
2004-03-18 Pierre-Alain Joye <[EMAIL PROTECTED]>
* ext/gd/tests/bug27582_2.phpt:
- - Fix the test description and $Id: ChangeLog,v 1.1629 2004/05/15 00:36:00
changelog Exp $
+ - Fix the test description and $Id: ChangeLog,v 1.1630 2004/05/17 00:33:01
changelog Exp $
2004-03-18 Derick Rethans <[EMAIL PROTECTED]>