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

NEWS update

This commit is contained in:
2000-07-18 01:09:06 +00:00
parent 63a31786b6
commit 42df8a7401

4
NEWS
View File

@@ -2,6 +2,10 @@ PHP 4.0 NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 2000, Version 4.0.2
- Added "pear" executable, requires CGI version installed (Stig)
- Added extension ii for Ingres II native support. See README in ext/ii
directory. (David H)
- Added Win32 project for the Interbase module (Zeev)
- Added ability to perform calls to the parent class without explicitly
specifying its name, using parent::func_name(...) (Zeev, Zend Engine)
- You can now call Ora_Error() without prameters to get the reason