major problem: abstract definition of methods in PHP5.RC2
Brought to you by:
ilyabo
i've tested both versions and since my hosting provider
changed to PHP5.RC2, it's not working.. in both versions
1 and 1.1, it yields same errors:
Fatal error: Call to undefined method
FPForm::_wasFormSubmitted()
in /DISK3/WWW/palicedute.org/www/inc/forms/layouts/F
PLayout.class.php on line 284
Example:
http://www.palicedute.org/inc/samples/sample1.php
It's probably related to this change:
"Implementing an interface/abstract method with the
wrong prototype is now a fatal error."