From 1c347eccf8b9fa9a74db7fa51c1ca8022d9ef71f Mon Sep 17 00:00:00 2001 From: Date: Wed, 28 Jan 2004 01:32:12 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) diff --git a/ChangeLog b/ChangeLog index 9adaaf3373..ab87cd6e24 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,46 @@ +2004-01-27 Andrey Hristov + + * ext/mysql/php_mysql.c: + message about that mysql_list_tables() is deprecated + +2004-01-27 Wez Furlong + + * main/streams/transports.c: + Fix segfault for scripts like this: + + Where the transport fails to connect (since args are bogus); + the problem was that the persistent stream entry was not + correctly freed. + +2004-01-27 Georg Richter + + * ext/mysqli/mysqli_api.c: + changed prototype mysql_dataseek from void to bool + add check for specified offset + + * ext/mysqli/mysqli_api.c + ext/mysqli/mysqli_fe.c: + prototype fixes + removed method field_tell (which is already property current_field) + +2004-01-27 Ilia Alshanetsky + + * main/streams/userspace.c: + Removed unused variable. + +2004-01-27 Marcus Boerger + + * (PHP_4_3) + makerpm: + still version 4 here + + * (PHP_4_3) + makerpm: + Use RPM variables + 2004-01-26 Marcus Boerger * ZendEngine2/zend_interfaces.c -- 2.50.1