From 35a76b2a8a0afc75b15348f90bd60be20c319086 Mon Sep 17 00:00:00 2001 From: Date: Thu, 29 May 2003 00:30:48 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 67 ++++++++++++++++++++++++++++++++++++++++++++++++++ Zend/ChangeLog | 12 +++++++++ 2 files changed, 79 insertions(+) diff --git a/ChangeLog b/ChangeLog index 018931b4a8..c6c7522592 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,70 @@ +2003-05-28 Rasmus Lerdorf + + * ext/mysql/php_mysql.c: + MFB + + * (PHP_4_3) + ext/mysql/php_mysql.c: + I see no reason not to allow people to set the timeout on a mysql_connect + from inside a script with ini_set(). We allow user-settable timeouts on + other socket connections so having this as a system-settable only + directive doesn't make much sense to me. + +2003-05-28 Jani Taskinen + + * sapi/apache/config.m4 + sapi/apache2filter/config.m4 + sapi/apache2handler/config.m4: + - Fix the error message if apxs|2 is fubar. + + * (PHP_4_3_2) + NEWS + configure.in + main/php_version.h: + - Go with the release of PHP 4.3.2 + +2003-05-28 Wez Furlong + + * (PHP_4_3) + main/streams.c: + On win32, always open in binary mode unless they asked for text mode using + 't'. + This solves a number of apparent BC breaks that resulted from the move + from + fopen() to open(). + +2003-05-28 Hartmut Holzgraefe + + * (PHP_4_3) + ext/fdf/fdf.c: + MFH + + * ext/fdf/fdf.c: + + + * ext/fdf/tests/01-general.phpt + ext/fdf/tests/02-values.phpt + ext/fdf/tests/03-read-file.phpt + ext/fdf/tests/04-POST.phpt + ext/fdf/tests/simple.fdf: + 1.1.4; + FDF test cases + +2003-05-28 Vincent Blavet + + * pear/Archive/Tar.php: + - Sync with pear/Archive_Tar/Archive/Tar.php CVS 1.11 + - Support for bz2 compression + - Add new methods AddString() and extractInString() + +2003-05-28 Ilia Alshanetsky + + * ext/sockets/php_sockets.h + ext/sockets/sockets.c + ext/sysvshm/php_sysvshm.h + ext/sysvshm/sysvshm.c: + Fixed compiler warnings. + 2003-05-27 Pierre-Alain Joye * pear/PEAR/Registry.php: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 6d83f71500..355390d67b 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,15 @@ +2003-05-28 Sterling Hughes + + * zend_alloc.c: + no reason to do this at runtime + + * zend_compile.c + zend_execute.c: + Cache function call lookups with loops (store in a temporary variable on + the + result opline). + Assuming lazy concensus on message that GeorgeS sent to the list last week + 2003-05-27 Sterling Hughes * zend.c -- 2.50.1