changelog Tue Jun 8 20:32:35 2004 EDT
Modified files: /php-src ChangeLog Log: ChangeLog update http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1651&r2=1.1652&ty=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.1651 php-src/ChangeLog:1.1652 --- php-src/ChangeLog:1.1651 Mon Jun 7 20:32:10 2004 +++ php-src/ChangeLog Tue Jun 8 20:32:35 2004 @@ -1,3 +1,62 @@ +2004-06-08 Ard Biesheuvel <[EMAIL PROTECTED]> + + * NEWS: + Interbase news + +2004-06-08 Greg Beaver <[EMAIL PROTECTED]> + + * (PHP_4_3) + pear/PEAR/Command/Package.php: + MFH partial fix, bug #1163: rpm build doesn't build properly + + * pear/PEAR/Command/Package.php: + partial fix, bug #1163: rpm build doesn't build properly + + * (PHP_4_3) + pear/PEAR/Builder.php: + MFH fix bug #1550: Builder does not set path to match bin_dir + + * pear/PEAR/Builder.php: + fix bug #1550: Builder does not set path to match bin_dir + + * (PHP_4_3) + pear/PEAR/Remote.php: + MFH fix bug #1378: user/pass must be urldecoded from parse_url in + Remote.php + + * pear/PEAR/Remote.php: + fix bug #1378: user/pass must be urldecoded from parse_url in Remote.php + + * pear/scripts/pear.bat: + fix bug #1153: PEAR command doesn't work after upgrading + + reverting earlier fix - people must have register_argc_argv=on set in + php.ini for PEAR to work. + + * pear/scripts/pearcmd.php: + fix bug #1581: unhelpful error message if "pear blatch" is typed + +2004-06-08 Ilia Alshanetsky <[EMAIL PROTECTED]> + + * (PHP_4_3) + NEWS + main/SAPI.c: + MFH: Fixed bug #28692 (\0 in Authenticate header passed via safe_mode). + + * main/SAPI.c: + Fixed bug #28692 (\0 in Authenticate header passed via safe_mode). + +2004-06-08 Ard Biesheuvel <[EMAIL PROTECTED]> + + * ext/interbase/interbase.dsp + ext/interbase/interbase.rc: + ... back from the dead + +2004-06-08 Georg Richter <[EMAIL PROTECTED]> + + * ext/mysqli/mysqli_api.c: + fixed crash (changed MYSQL TO MY_MYSQL in mysql_stmt_init) + 2004-06-07 Andi Gutmans <[EMAIL PROTECTED]> * NEWS @@ -4793,7 +4852,7 @@ 2004-03-18 Pierre-Alain Joye <[EMAIL PROTECTED]> * ext/gd/tests/bug27582_2.phpt: - - Fix the test description and $Id: ChangeLog,v 1.1651 2004/06/08 00:32:10 changelog Exp $ + - Fix the test description and $Id: ChangeLog,v 1.1652 2004/06/09 00:32:35 changelog Exp $ 2004-03-18 Derick Rethans <[EMAIL PROTECTED]>