diff options
author | Andi Gutmans <andi@php.net> | 2001-07-21 18:33:12 +0000 |
---|---|---|
committer | Andi Gutmans <andi@php.net> | 2001-07-21 18:33:12 +0000 |
commit | c41418b1b5a4247732ecdf375bb88d8213a64163 (patch) | |
tree | a4d7ee998ab02fea5ea751c34dd6f908d226ea97 /NEWS | |
parent | ef4fe54f0ae3e93a77c7728d90b4adf2318c5bde (diff) | |
download | php-git-c41418b1b5a4247732ecdf375bb88d8213a64163.tar.gz |
- The __FILE__ fix and a couple of other NEWS entries which I forgot to
commit.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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) |