From: Date: Sat, 2 Feb 2002 01:12:59 +0000 (+0000) Subject: NEWS update X-Git-Tag: PRE_ISSET_PATCH~20 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e8d58effa6ca7a57b7e5af5be49273599e57fa90;p=php NEWS update --- diff --git a/NEWS b/NEWS index 20e95974c7..fbdd90c132 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,9 @@ PHP 4 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 200?, Version 4.2.0-dev +- Changed php.ini directive 'safe_mode_include_dir' to accept a + (semi)colon separated path (like 'include_path') rather than + a single directory. (jflemer) - Added is_a() function that can be used to test whether object is of a certain class or is derived from it. (Andrei, Zend Engine) - Added optional parameter to highlight_string and highlight_file which