1
0
mirror of https://github.com/php/php-src.git synced 2026-04-10 09:33:06 +02:00

Zend related news update.

This commit is contained in:
Andrei Zmievski
2001-03-26 18:59:01 +00:00
parent cac0c51bab
commit 58aaeed92d

2
NEWS
View File

@@ -2,6 +2,8 @@ PHP 4.0 NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 200?, Version 4.0.6
- Modified get_parent_class() to accept a class name as well as a class
instance. (Andrei, Zend engine)
- Added support for UNC style paths (\\server\share\file & //server/share/file)
(Daniel, TSRM)
- Changed C++ style comments to C-style comments (Marc)