summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <changelog@php.net>2002-02-02 01:12:59 +0000
committer <changelog@php.net>2002-02-02 01:12:59 +0000
commite8d58effa6ca7a57b7e5af5be49273599e57fa90 (patch)
treee6049608477424a87300b034618912a4691ba965
parentad882c44c983ed147008da523d4be8d291a58fee (diff)
downloadphp-git-e8d58effa6ca7a57b7e5af5be49273599e57fa90.tar.gz
NEWS update
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
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