From 90ca5c474740de0ca1916237e950f92955120fe2 Mon Sep 17 00:00:00 2001 From: Zeev Suraski Date: Sun, 16 Jul 2000 20:08:26 +0000 Subject: [PATCH] Update news --- NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS b/NEWS index 22e3deb07a5..76c6e644bd0 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,8 @@ PHP 4.0 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 2000, Version 4.0.2 +- 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 for a failed connection attempt. (Kirill Maximov) - New extension "pfpro" for interface with Signio Payflow Pro (David Croft)