From: Date: Sun, 24 Jul 2005 05:39:01 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_0_9~26 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0a494976c58e2e002637af31febb50051aab17c7;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index e1fd703321..ad5d8d3957 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,72 @@ +2005-07-23 Ilia Alshanetsky + + * NEWS: + Fixed bug #33841 (pdo sqlite driver forgets to update affected column count + on execution of prepared statments). + +2005-07-23 Jani Taskinen + + * TODO.BUILDv5: + Removed done stuff + +2005-07-23 Ilia Alshanetsky + + * ext/standard/string.c + ext/standard/tests/strings/str_word_count.phpt: + Fixed bug in str_word_count() when charlist if specified and "word" starts + with a character found inside the charlist. + +2005-07-23 Pierre-Alain Joye + + * ext/gd/libgd/gd.c: + - fix #33794 imagerotate rotates only CCW + introduced by transparent color patch + +2005-07-23 Anantha Kesari H Y + + * (PHP_4_4) + Zend/zend.h: + NetWare can make use autoconf based build environment + + * (PHP_4_4) + main/mergesort.c + main/php_compat.h + main/php_open_temporary_file.c + main/reentrancy.c: + main/php_compat.h + NetWare can make use of Autoconf based build. + + main/php_open_temporary_file.c + NetWare LibC SDK has sys/param.h so removing the redundant NEW_LIBC + checks. + NetWare LibC has mkstemp implementation + + main/mergesort.c + Removing redundant sys/socket.h includes + + main/reentrant.c + Removing the redundant rentrant time function wrappers of NetWare + + --Kamesh + + * (PHP_4_4) + ext/standard/dl.c + ext/standard/flock_compat.c + ext/standard/lcg.c + ext/standard/pack.c: + ext/standard/dl.c + NetWare LibC SDK has sys/param.h so removing the redundant NEW_LIBC + checks. + ext/standard/flock_compat.c + Removing redundant NEW_LIBC checks + ext/standard/lcg.c + NetWare LibC SDK has sys/timeval.h so removing the redundant NEW_LIBC + checks. + ext/standard/pack.c + NetWare LibC SDK has sys/param.h so removing the redundant NEW_LIBC + checks. + --Kamesh + 2005-07-22 Jani Taskinen * ext/pgsql/config.m4: