From: Andrei Zmievski Date: Tue, 12 Feb 2002 17:20:56 +0000 (+0000) Subject: Fix-up. X-Git-Tag: php-4.2.0RC1~362 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9151e980df74a83ad9fb442ee9f9497e75e57f12;p=php Fix-up. --- diff --git a/NEWS b/NEWS index de87e86340..831738a642 100644 --- a/NEWS +++ b/NEWS @@ -2,8 +2,9 @@ PHP 4 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 200?, Version 4.2.0-dev - Added zval_debug_dump which works similar to var_dump yet displays extra -- Added Andrei's tokenizer extension (Stig) -- Removed Satellite. It is now part of PEAR. + internal information such as refcounts, and the true type names. (Jason) +- Added Andrei's tokenizer extension. (Stig) +- Removed ext/satellite. It is now part of PEAR. (eriksson) - Changed php.ini directive 'safe_mode_include_dir' to accept a (semi)colon separated path (like 'include_path') rather than a single directory. (jflemer)