From 1b63f56e0dd30915a2c350ef76014fecf3237a7f Mon Sep 17 00:00:00 2001 From: Date: Wed, 5 Feb 2003 01:33:13 +0000 Subject: ChangeLog update --- ChangeLog | 82 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Zend/ChangeLog | 19 ++++++++++++++ 2 files changed, 101 insertions(+) diff --git a/ChangeLog b/ChangeLog index 20bc2729b1..096a2fd5cc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,85 @@ +2003-02-04 Stig Bakken + + * pear/package-PEAR.xml: + - replace @bin_dir@ in pear.bat + +2003-02-04 Sara Golemon + + * (PHP_4_3) + ext/bcmath/bcmath.c: + FMH(r-1.49/r-1.50) + +2003-02-04 Andi Gutmans + + * ext/bcmath/bcmath.c: + - Please follow coding standards (this isn't java :) + +2003-02-04 Marcus Boerger + + * ext/bcmath/bcmath.c: + fix ZTS build + +2003-02-04 Ilia Alshanetsky + + * sapi/apache/mod_php4.c + sapi/apache_hooks/mod_php4.c: + Fixed compilation of Apache & Apache Hooks SAPIs. + +2003-02-04 Marcus Boerger + + * sapi/cli/php_cli.c: + remove it then....this forces to put work in man page ... + +2003-02-04 Jani Taskinen + + * (PHP_4_3) + NEWS: + reorder the bug fixes (reverse #). added missing bug fixing news + +2003-02-04 Sara Golemon + + * ext/bcmath/bcmath.c: + Bug#13551 bcmath functions should not apply scale to arguments, only to + result + +2003-02-04 Ilia Alshanetsky + + * (PHP_4_3) + NEWS: + Bug fixing news. + + * ext/pgsql/pgsql.c: + Made the row parameter in pg_result_seek() non-optional, the current + implementation would result in random behavior if the 2nd argument is not + passed. + Fixed bug #22042 (pg_result_seek() would never seek to the 1st row in the + result due to always seeking to row next to the one requested). + Removed dead code from pg_result_seek(). + +2003-02-04 Zeev Suraski + + * ext/standard/aggregation.c + sapi/apache/mod_php4.c + sapi/apache_hooks/mod_php4.c: + Updates reflecting infrastructure changes + +2003-02-04 Uwe Steinmann + + * ext/pdf/pdf.c: + - fixed some prototypes and folding + + * ext/pdf/pdf.c: + - fixed prototype of pdf_get_buffer() + +2003-02-04 Jani Taskinen + + * (PHP_4_3) + NEWS: + Added missing bugfix news entry. + + * NEWS: + NEWS ordering.. + 2003-02-03 Hartmut Holzgraefe * main/output.c: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index cf6467c791..ab89d04343 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,22 @@ +2003-02-04 Zeev Suraski + + * zend_object_handlers.c: + Missing update + + * zend.c + zend.h + zend_API.c + zend_compile.c + zend_compile.h + zend_globals.h + zend_hash.c + zend_hash.h + zend_object_handlers.c + zend_opcode.c + zend_ts_hash.c + zend_ts_hash.h: + Reimplement PPP properties + 2003-02-03 Sebastian Bergmann * zend_API.h: -- cgit v1.2.1