From: Date: Thu, 10 Jan 2002 01:15:32 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: PRE_ISSET_PATCH~235 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0101ed31963fb5629fccc79cfd6c02f0c971e144;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 2de557d11f..467d3b0416 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,71 @@ +2002-01-09 jim winstead + + * ext/standard/tests/math/pow.phpt + NEWS + ext/standard/basic_functions.c + ext/standard/math.c + ext/standard/php_math.h: + Rename finite/isinf/isnan to more standard is_*() names. + + * ext/standard/type.h + ext/standard/php_type.h + ext/standard/type.c + ext/standard/basic_functions.h + ext/standard/php_standard.h + ext/standard/basic_functions.c + main/rfc1867.c: + Move type-handling functions into ext/standard/type.c (which had + a few otherwise unused functions in it). + +2002-01-09 Martin Jansen + + * pear/XML/Parser.php: * Whitespace. + +2002-01-09 Markus Fischer + + * ext/sockets/sockets.c: - Correct some protos. + +2002-01-09 Derick Rethans + + * ext/standard/tests/array/count_recursive.phpt + ext/standard/array.c: - Fix bug introduced in earlier patch + +2002-01-09 Yasuo Ohgaki + + * ext/shmop/README + ext/shmop/php_shmop.h + ext/shmop/shmop.c: MFH. + Bugs 10530,10656,14784 + +2002-01-09 Uwe Steinmann + + * ext/pgsql/pgsql.c: - fixed typo in deprecated functionname + +2002-01-09 Yasuo Ohgaki + + * ext/shmop/README + ext/shmop/config.m4 + ext/shmop/php_shmop.h + ext/shmop/shmop.c: + - shmop_open has a new flag for read/write access, 'w' + - eliminated a segfault when trying to write to a SHM_RDONLY segment + - eliminated a segfault when an invalid flag which starts with 'a' or 'c' is passed + - updated creators' email addresses + - changed error messages to say shmop_* instead of shm* to correspond with new shmop_* function names + Patch by Ilia Alshanetsky (ilia@prohost.org) + +2002-01-09 Jani Taskinen + + * ext/domxml/php_domxml.h: - Fixed compile with older libxml. + + * configure.in: - Fixed the creation of pear-get script. + + * acinclude.m4 + configure.in: + Reverted Hartmut's patch as it caused more trouble than it solved. + + * ext/readline/config.m4: whitespace + 2002-01-08 Jan Lehnardt * pear/HTML/Form.php