]> granicus.if.org Git - php/commitdiff
- The __FILE__ fix and a couple of other NEWS entries which I forgot to
authorAndi Gutmans <andi@php.net>
Sat, 21 Jul 2001 18:33:12 +0000 (18:33 +0000)
committerAndi Gutmans <andi@php.net>
Sat, 21 Jul 2001 18:33:12 +0000 (18:33 +0000)
  commit.

NEWS

diff --git a/NEWS b/NEWS
index 1f25d2e76c8b2e7581a02a08578fb97d17db447b..e9de31ccd01a53ed4cc55fb6f8327c2a4a34e580 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,12 @@
 PHP 4.0                                                                    NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ?? ??? 200?, Version 4.0.7-dev
+- Fixed __FILE__ in the CGI & Java servlet modes when used in the main script.
+  It only worked correctly in included files before this fix (Andi)
+- Improved the Zend hash table implementation to be much faster (Andi, Zend
+  Engine)
+- Updated PHP's file open function (used by include()) to check in the calling
+  script's directory in case the file can't be found in the include_path (Andi)
 - Fixed a corruption bug that could cause constants to become corrupted, and
   possibly prevent resources from properly being cleaned up at the end of
   a request (Zeev)