diff options
author | <changelog@php.net> | 2001-02-12 02:09:16 +0000 |
---|---|---|
committer | <changelog@php.net> | 2001-02-12 02:09:16 +0000 |
commit | 6b906ba742ae56ee71e80849b56e847d28d85861 (patch) | |
tree | a143da6243f90357eec73dfb91076b5fd9dbf0ce | |
parent | c484140cfa6863fa363f62cddd2450f0e473680a (diff) | |
download | php-git-6b906ba742ae56ee71e80849b56e847d28d85861.tar.gz |
ChangeLog update
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,3 +1,17 @@ +2001-02-11 Anders Johannsen <anders@ignition.dk> + + * 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 <elixer@erols.com> + + * 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 <hartmut@six.de> * ext/gd/gd.c: make _php_image_convert configuration-aware |