changelog Fri May 21 20:32:19 2004 EDT
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1634&r2=1.1635&ty=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.1634 php-src/ChangeLog:1.1635
--- php-src/ChangeLog:1.1634 Thu May 20 20:39:10 2004
+++ php-src/ChangeLog Fri May 21 20:32:18 2004
@@ -1,3 +1,75 @@
+2004-05-21 Timm Friebe <[EMAIL PROTECTED]>
+
+ * ext/sybase_ct/php_sybase_ct.c:
+ - Fixed bug #28354
+
+2004-05-21 Wez Furlong <[EMAIL PROTECTED]>
+
+ * ext/standard/dl.c:
+ Ok, so we do need to rinit here after all.
+
+ * ext/standard/dl.c:
+ Update to reflect recent changes in dl()
+
+ * pear/PEAR/Common.php:
+ Better error message to save looking in the wrong place.
+
+2004-05-21 Derick Rethans <[EMAIL PROTECTED]>
+
+ * NEWS:
+ - Fixed order (again)
+
+2004-05-21 Dmitry Stogov <[EMAIL PROTECTED]>
+
+ * NEWS:
+ Fixed bug #28239 (No results returned on SOAP call, no error given)
+
+2004-05-21 Ard Biesheuvel <[EMAIL PROTECTED]>
+
+ * ext/interbase/ibase_query.c
+ ext/interbase/tests/003.phpt:
+ Removed strcpy() call from most common case
+ Added test for hash index generation
+
+ * ext/interbase/ibase_query.c:
+ Added test for duplicate field names when returning rows as hashes or
+ objects
+
+ * ext/interbase/php_ibase_includes.h:
+ Make sure METADATALENGTH is defined (used by IB 7)
+
+2004-05-21 Derick Rethans <[EMAIL PROTECTED]>
+
+ * (PHP_4_3)
+ main/rfc1867.c:
+ - MFH: Fixed TSRM problem in latest commit.
+
+ * main/rfc1867.c:
+ - Fixed TSRM problem in latest commit.
+
+ * (PHP_4_3)
+ NEWS
+ main/rfc1867.c:
+ - MFH: Fixed bug #28456 (Problem with enclosed / in uploaded files).
+
+ * main/rfc1867.c:
+ - Fixed bug #28456 (Problem with enclosed / in uploaded file names)
+
+2004-05-21 Greg Beaver <[EMAIL PROTECTED]>
+
+ * pear/PEAR/ErrorStack.php:
+ fix missing assignment
+ $this->_errors = array_filter($this->_errors);
+
+ * pear/PEAR/ErrorStack.php:
+ Several issues resolved.
+ fix 1444: PEAR_ErrorStack->push() needs to validate $msg and $code as
+ string/int
+ add error level checking to hasErrors() and getErrors().
+ BC break!!:
+ staticGetErrors adds the parameter $level between $purge and $merge, as it
+ will be as common (or more common) as $purge.
+
2004-05-20 Ilia Alshanetsky <[EMAIL PROTECTED]>
* ext/gd/gd.c:
@@ -3691,7 +3763,7 @@
2004-03-18 Pierre-Alain Joye <[EMAIL PROTECTED]>
* ext/gd/tests/bug27582_2.phpt:
- - Fix the test description and $Id: ChangeLog,v 1.1634 2004/05/21 00:39:10
changelog Exp $
+ - Fix the test description and $Id: ChangeLog,v 1.1635 2004/05/22 00:32:18
changelog Exp $
2004-03-18 Derick Rethans <[EMAIL PROTECTED]>