From: Date: Wed, 16 May 2001 01:09:35 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: PRE_GRANULAR_GARBAGE_FIX~401 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=484d82eb26e49b982755482faac5fc0a6155f71f;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index dca88b4715..e8670f5ff3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,90 @@ +2001-05-15 Jon Parise + + * ext/standard/basic_functions.c + ext/standard/filestat.c + ext/standard/php_filestat.h: + - Added disk_total_space() to return the total size of a filesystem. + (Patch from Steven Bower) + + * ext/standard/basic_functions.c + ext/standard/filestat.c + ext/standard/php_filestat.h: + - Renamed diskfreespace() to disk_free_space() to conform to established + naming conventions. (jon) + +2001-05-15 Andrei Zmievski + + * ext/pcre/php_pcre.c: + Revert previous commit - callback_name does need to be checked because + it is set conditional on is_callable_replace. + +2001-05-15 Andi Gutmans + + * configure.in + main/php_version.h: - Get ready for 4.0.6RC1 + +2001-05-15 Daniel Beulshausen + + * sapi/apache/php_apache.c: MFH + +2001-05-15 Jon Parise + + * pear/Cache.php + pear/Cache/Output.php + pear/Cache/OutputCompression.php: (Merge from head branch) + - Renaming $no_cache to $caching and inverting it's meaning + - Adding accessors for private $caching flag: getCaching() and setCaching() + + * pear/Cache/Output.php + pear/Cache/OutputCompression.php + pear/Cache.php: + - Renaming $no_cache to $caching and inverting it's meaning + - Adding accessors for private $caching flag: getCaching() and setCaching() + +2001-05-15 Zeev Suraski + + * sapi/apache/mod_php4.c: MFH + + * sapi/apache/mod_php4.c: + Move the initialization to a safer place (earlier, it could end up + not being reset to 0 under certain circumstances) + +2001-05-15 Thomas V.V.Cox + + * pear/PEAR/Installer.php: + Put the verbose mode to work again. Some other style. + + * pear/PEAR/Installer.php: white spaces and indenting + +2001-05-15 Andrei Zmievski + + * NEWS: Fix up a couple of entires. + +2001-05-15 Christian Stocker + + * pear/Makefile.in: 2 files from Cache/ were missing here, too. + + * pear/Makefile.in: 2 files from Cache/ were missing. + +2001-05-15 Gavin Sherry + + * ext/sysvshm/sysvshm.c: fixed shm_remove to expect the correct argument. + + * ext/sysvsem/php_sysvsem.h: + Added function sem_remove + + * ext/sysvsem/sysvsem.c: Added sem_remove to remove semaphores from memory + +2001-05-15 Jani Taskinen + + * ext/standard/url.c: MFB + + * ext/standard/url.c: Fix bug: #1249 + + * ext/db/config.m4: MFH + + * ext/db/config.m4: Fix bug: #5418 + 2001-05-14 Zeev Suraski * ext/com/VARIANT.c