From 37ab4fe1b261bc8a1b9feb777490a3285a10d8fb Mon Sep 17 00:00:00 2001 From: Date: Wed, 2 Mar 2005 01:35:54 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 112 +++++++++++++++++++++++++++++++++++++++++++++++++ Zend/ChangeLog | 15 +++++++ 2 files changed, 127 insertions(+) diff --git a/ChangeLog b/ChangeLog index 382de6ee43..b044ad233b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,115 @@ +2005-03-01 Marcus Boerger + + * ZendEngine2/zend_interfaces.c: + - Support statuc methods/functions + +2005-03-01 Jani Taskinen + + * (PHP_4_3) + ext/standard/var_unserializer.c: + touch + +2005-03-01 Ilia Alshanetsky + + * (PHP_4_3) + NEWS + NEWS + ext/standard/microtime.c + ext/standard/microtime.c: + MFH: Fixed bug #31792 (getrusage() does not provide ru_nswap value). + + * ext/standard/microtime.c: + Fixed bug #31792 (getrusage() does not provide ru_nswap value). + +2005-03-01 Andrei Zmievski + + * pear/Console/Getopt.php + pear/Console/Getopt.php + pear/Console/Getopt.php: + Allow = sign in long option argument. + Fixes PEAR bug #1831. + +2005-03-01 Anantha Kesari H Y + + * ext/standard/string.c + ext/standard/string.c: + NetWare allows directory seperator as \ and / + +2005-03-01 Stefan Esser + + * ext/standard/image.c: + Handle last or broken JP2 boxes correctly. + +2005-03-01 Antony Dovgal + + * (PHP_4_3) + NEWS + ext/gmp/gmp.c: + MFH: checks for negative values to gmp_sqrt(), gmp_powm(), gmp_sqrtrem() + and gmp_fact() to prevent SIGFPE + changed zend_error() to php_error_docref() + + * (PHP_5_0) + NEWS + ext/gmp/gmp.c: + MFH: checks for negative values to gmp_sqrt(), gmp_powm(), gmp_sqrtrem() + and gmp_fact() to prevent SIGFPE + + * ext/gmp/gmp.c: + fix SIGFPE in gmp_powm(), gmp_sqrt() & gmp_sqrtrem() when using negative + values + do not allow negative value to be passed to gmp_fact() + +2005-03-01 Marcus Boerger + + * ext/standard/image.c: + - MFB + + * (PHP_5_0) + ext/standard/image.c: + - Fix warning + + * (PHP_5_0) + NEWS: + - BFN + +2005-03-01 Jani Taskinen + + * ext/standard/var_unserializer.c + ext/standard/var_unserializer.c: + update + + * scripts/Makefile.frag: + ws + + * (PHP_4_3) + NEWS + Zend/zend_language_scanner.l + tests/basic/bug31672.phpt: + MFH: - Fixed bug #31672 ( not considered closing tag if + MFH: preceded by one-line comment + + * tests/basic/bug31672.phpt + tests/basic/bug31672.phpt + tests/basic/bug31672.phpt: + 1.1.4; + file bug31672.phpt was initially added on branch PHP_5_0. + + * (PHP_5_0) + NEWS + ZendEngine2/zend_language_scanner.l: + MFH: - Fixed bug #31672 ( not considered closing tag if + MFH: preceded by one-line comment) + + * ZendEngine2/zend_language_scanner.l: + Fix the fix for one line comments with tags + +2005-03-01 Johannes Schlüter + + * php.ini-dist + php.ini-recommended: + - Change comment: Syntax highlighter uses instead of + 2005-02-28 Ilia Alshanetsky * php.ini-dist diff --git a/Zend/ChangeLog b/Zend/ChangeLog index e878330770..f1ee5b16fd 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,18 @@ +2005-03-01 Marcus Boerger + + * zend_interfaces.c: + - Support statuc methods/functions + +2005-03-01 Jani Taskinen + + * (PHP_5_0) + zend_language_scanner.l: + MFH: - Fixed bug #31672 ( not considered closing tag if + MFH: preceded by one-line comment) + + * zend_language_scanner.l: + Fix the fix for one line comments with tags + 2005-02-28 Marcus Boerger * zend_builtin_functions.c: -- 2.40.0