From: Date: Sun, 4 Aug 2002 00:18:09 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: dev~39 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c5067529ee4fac200a28d86fa825473b50a6e0be;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 99ff08a202..113ce09f8a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,53 @@ +2002-08-03 jflemer + + * ext/standard/tests/general_functions/proc_open.phpt: + Close pipes to avoid deadlock. + Submitted By: Melvyn Sopacua + +2002-08-03 kalowsky + + * ext/imap/php_imap.c: + Cleaning up the imap_get_quotaroot return array to remove useless data + +2002-08-03 Rasmus Lerdorf + + * main/SAPI.c: Yup, sizeof() includes the space for the \0 + +2002-08-03 helly + + * run-tests.php: + -additional section INI that allows to set special ini settings on call + by adding '-c foo=bar' strings to php call. Each line must have format + foo=bar. This of cause only works for cli version. + -made sections SKIPIF,INI,GET,POST optional + +2002-08-03 gluke + + * ext/mnogosearch/index.php: + * ext/mnogosearch/index.php + ext/mnogosearch/php_mnogo.c: + - UDM_PARAM_STORED mnogosearch parameter has been added to set + stored address. + +2002-08-03 Andi Gutmans + + * ext/mbstring/mbstring.c + ext/mbstring/mbstring.h: + - Fix build on Windows. Also please don't use Java style opening function + - bracket indentation. + +2002-08-03 gluke + + * ext/mnogosearch/php_mnogo.h + ext/mnogosearch/index.php + ext/mnogosearch/php_mnogo.c: + - An Udm_Make_Excerpt function has been added to mnogosearch extension + to support excerpts while using with mnogosearch-3.2.5 or later. + +2002-08-03 rodif_bl + + * ext/standard/array.c: one last fix for array_shift + 2002-08-02 jflemer * ext/standard/exec.c: Fix typo in #if. Bug #17538. diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 9856f718ca..5f9f7bc1aa 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,11 @@ +2002-08-03 Andi Gutmans + + * tests/zend2.php: - Small fix + +2002-08-03 Zeev Suraski + + * zend_execute.c: MFZE1 + 2002-08-01 stas * zend_execute.c