From: Date: Mon, 12 Feb 2001 02:09:16 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-4.0.5RC1~313 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6b906ba742ae56ee71e80849b56e847d28d85861;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 3a6947780c..0157fe18d8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +2001-02-11 Anders Johannsen + + * pear/CMD.php: The Cmd:: class implements an abstraction for various ways + of executing commands (directly using the backtick operator, + as a background task after the script has terminated using + register_shutdown_function() or as a detached process using nohup). + +2001-02-11 Sean Bright + + * NEWS: Added note about get_meta_tags bugfix + + * ext/standard/file.c + ext/standard/file.h: Fix for bug #4556 + 2001-02-09 Hartmut Holzgraefe * ext/gd/gd.c: make _php_image_convert configuration-aware