1
0
mirror of https://github.com/php/php-src.git synced 2026-04-19 05:51:02 +02:00

*** empty log message ***

This commit is contained in:
Andi Gutmans
2000-08-31 19:52:34 +00:00
parent 1b282b3521
commit 88979a11c1

3
NEWS
View File

@@ -2,6 +2,9 @@ PHP 4.0 NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 2000, Version 4.0.3-dev
- Removed support of print $obj automatically calling the __string_value()
method. Instead define yourself a method such as toString() and use
print $obj->toString() (Andi, Zend Engine)
- Added PHP API for Zend's ticks. (Stig)
29 Aug 2000, Version 4.0.2