From: Date: Sun, 23 Dec 2001 01:10:01 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: PRE_ISSET_PATCH~441 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ed7ce6c111aa466011229cdc7d9dd686458f1895;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index bff4c55ebd..1ca3651442 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,77 @@ +2001-12-22 Hartmut Holzgraefe + + * ext/msession/msession.c: re-added prototype folding hooks + + * ext/msession/msession.c: *now* it is backwards compatible ... + +2001-12-22 Rasmus Lerdorf + + * EXTENSIONS: . + +2001-12-22 Mark L. Woodward + + * ext/msession/msession.c: + Toned down a comment that was written in the heat of the moment. + +2001-12-22 Derick Rethans + + * ext/standard/math.c: - Let ceil also return a float in every case + + * ext/standard/tests/math/floorceil.phpt: - Add test for floor and ceil + +2001-12-22 Zak Greant + + * ext/standard/array.c + ext/standard/tests/array/001.phpt: + Modified array_walk, arsort, asort, krsort, ksort, rsort, shuffle, sort, + uasort, uksort and usort. + + Corrected prototype comments for all. + + Converted to use zend_parse_parameters, except for the u.?sort functions. + + Changed return values for failure from implicit NULL to explicit FALSE in + asort(), krsort(), and ksort(). + + Changed pval to zval in the u.?sort functions. + + Added test to help ensure that fixes to code do not change function + behavior. Tests are quite large (~237k) but compress down to ~16k. + Please let me know if this is a problem! + +2001-12-22 Stig Bakken + + * pear/HTML/Form.php: * set enctype automatically when adding files + + * pear/PEAR/Common.php: + * add "pedantic" mode in infoFromTgzFile and skip some checks if not + pedantic + +2001-12-22 Zeev Suraski + + * NEWS: Update NEWS + + * sapi/isapi/php4isapi.c: MFH + + * sapi/isapi/php4isapi.c: Fix incompatibility with Windows .NET (IIS 6) + May also improve stability under other Windows versions + + * ext/standard/reg.c: Fix a warning + + * ext/pcre/php_pcre.c: + Fix a warning and remove a printf() that slipped in... + +2001-12-22 Mark L. Woodward + + * ext/msession/php_msession.h + ext/msession/reqclient.h: Added msession_call + + * ext/msession/msession.c: reverted chages + Restored zend_get_parameters_ex + Put back ansi brackets + Added author note. + Added msession_call + 2001-12-21 Yasuo Ohgaki * pear/Makefile.in: Install session module haeder