Home » XML » XML_FastCreate » Bug #3535
__call() Overloading not PHP5 compatble
Details
| Submitted | 2005-02-20 18:29 UTC |
|---|---|
| From | cmoehrke at netviser dot de |
| Assigned | neokod |
| Status | Closed |
| Package | XML_FastCreate |
| PHP Version | 5.0.3 |
| OS | Linux |
| 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.