mirror of
https://github.com/php/php-src.git
synced 2024-11-25 02:44:58 +08:00
- The __FILE__ fix and a couple of other NEWS entries which I forgot to
commit.
This commit is contained in:
parent
ef4fe54f0a
commit
c41418b1b5
6
NEWS
6
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)
|
||||
|
Loading…
Reference in New Issue
Block a user