Home » Web Services » SOAP » Bug #5864
Function class_exists and autoload
Details
| Submitted | 2005-11-04 12:25 UTC |
|---|---|
| From | fredy dot c at seznam dot cz |
| Assigned | yunosh |
| Status | Wont fix |
| Package | SOAP |
| PHP Version | 5.0.5 |
| OS | WinXP / Linux |
| Roadmaps | (Not assigned) |
Comments
[2005-11-04 12:25 UTC] fredy dot c at seznam dot cz
Description:
------------
Hi all
I run to this yesterday, when i first used this package. I have redefined function __autoload, where i am looking for class file in different directories. At the end, i raise fatal error and halt application.
This package is calling function class_exists without second parameter for disabling autoload feature (unfortunately it was added in PHP5). So it's looking for other PEAR packages, which i don't want to use.
I suggest resolving version of PHP, and if found version >5, so put there please second parameter for disabling autoload feature.