nazihheni / php-form-builder-class

Automatically exported from code.google.com/p/php-form-builder-class
GNU General Public License v3.0
0 stars 0 forks source link

PFBC overrides existing __autoload() declarations. #161

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

1. Create a file with an __autoload method and then include PFBC
2. Attempt to load a class with __autoload method

What is the expected output? What do you see instead?
the autoloader function works correctly until PFBC is included.  

What version of the product are you using? On what operating system?
pfbc-2.3, PHP 5.3.10 (Centos 5.x).

Please provide any additional information below.

The attached patch seems to fix the problem.

Original issue reported on code.google.com by jyan...@gmail.com on 28 Feb 2012 at 3:22

Attachments: