[PEAR-BUG] Bug #4426 [Com]: PEAR_Autoloader __call() must take only 2 arguments
[email protected] ("kna") Sat, 7 Nov 2015 13:28:38 +0000 (GMT)
| Newsgroups | php.pear.bugs |
|---|---|
| Message-ID | <[email protected]> |
Edit report at http://pear.php.net/bugs/bug.php?id=4426&edit=1 ID: 4426 Comment by: kna Reported By: naoki-kawamukai at cybozu dot co dot jp Summary: PEAR_Autoloader __call() must take only 2 arguments Status: Wont fix Type: Bug Package: PEAR Operating System: Debian GNU/Linux PHP Version: 5.0.4 New Comment: pear>=1.10.0 dose not suport PHP4. I think PEAR_Autoloader is unnecessary now. https://github.com/pear/pear-core/pull/48 Previous Comments: ------------------------------------------------------------------------ [2005-05-28 16:26:03] cellog PEAR_Autoloader does not work in PHP 5, it is deprecated and replaced by the PEAR_Delegator package. ------------------------------------------------------------------------ [2005-05-25 05:11:27] fredericpoeydomenge Description: ------------ in PEAR 1.4.0a11 : Fatal error: Method PEAR_Autoloader::__call() must take exactly 2 arguments in /usr/share/pear/PEAR/Autoloader.php on line 216 Reproduce code: --------------- php -l /usr/share/pear/PEAR/Autoloader.php ------------------------------------------------------------------------ -- Edit this bug report at http://pear.php.net/bugs/bug.php?id=4426&edit=1