From: Andrei Zmievski Date: Sat, 8 Jun 2002 13:46:36 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: php5_5_0~128 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8515f3ec54a36e2b8c960cc2a3460f151cb878f1;p=php *** empty log message *** --- diff --git a/NEWS b/NEWS index 918a62bb81..83f7c3c940 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,8 @@ PHP 4 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 2002, Version 4.3.0 -- New constants: PHP_PREFIX and PHP_SHLIB_SUFFIX (Stig) +- Fixed is_a() to properly work on extension registered classes. (Andrei) +- New constants: PHP_PREFIX and PHP_SHLIB_SUFFIX. (Stig) - Added STDIN, STDOUT and STDERR constants for CLI sapi reflecting opened streams to their respective I/O counterparts. (Edin) - Added pctnl_alarm() function. (Edin)