From: Date: Mon, 8 Oct 2001 00:10:29 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: PRE_PARAMETER_PARSING_API~39 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=60f7b32e4dd259b989e3bedad77e3da63d744714;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 830655a260..b22fd10cfb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,49 @@ +2001-10-07 Thomas V.V.Cox + + * pear/PEAR/Installer.php + pear/PEAR/Packager.php: + work on Windows support (use Tar class and System class) + + * pear/PEAR/Common.php: + use the new System class for common file opperations + + * pear/Experimental/System.php: list deepest dirs first + +2001-10-07 Jani Taskinen + + * NEWS: make this entry readable. + +2001-10-07 Derick Rethans + + * ext/standard/basic_functions.c + ext/standard/file.c + ext/standard/file.h: + - Added mmapfile(), read a file into a variabele with mmap (Ilia A, Derick) + - Added mmapfile(), read a file into a variabele with mmap (Patch by: + Ilia A. ) + +2001-10-07 Thomas V.V.Cox + + * pear/Experimental/System.php: + Static functions for different operations. Should work under + Unix and Windows. The names and usage has been taken from its + repectively GNU commands. + (initial commit and experimental state) + +2001-10-07 Jeroen van Wolffelaar + + * ext/standard/array.c: + Fix naming inside php_search_array, comp_func is not a compare function. + +2001-10-07 Sterling Hughes + + * NEWS: fix sp + + * ext/standard/basic_functions.h + ext/standard/rand.c: + Have rand() and mt_rand() seed automatically if srand() or mt_srand() has + not been called. + 2001-10-06 Stig Bakken * ext/standard/tests/versioning/version_compare.phpt