PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » XML » XML_FastCreate » Bug #3535

__call() Overloading not PHP5 compatble

Details

Submitted2005-02-20 18:29 UTC
Fromcmoehrke at netviser dot de
Assignedneokod
StatusClosed
PackageXML_FastCreate
PHP Version5.0.3
OSLinux
Roadmaps(Not assigned)

Comments

[2005-02-20 18:29 UTC] cmoehrke at netviser dot de

Description:
------------
Using FastCreate with PHP 5 results in an error.

Reproduce code:
---------------
<?php
require_once 'XML/FastCreate/Text.php';
?>

Expected result:
----------------
No error ;-)

Actual result:
--------------
Fatal error: Method XML_FastCreate_Overload::__call() must take exactly 2 arguments in /usr/local/php/pear/XML/FastCreate.php on line 158

[2005-03-01 13:47 UTC] guillaume dot lecanu at online dot fr

Thanks for the report, I'll try under PHP5 and submit the patchs as soon as possible.