json-rpc-php icon indicating copy to clipboard operation
json-rpc-php copied to clipboard

Use spl_autoload_register instead of __autoload

Open jthomaschewski opened this issue 13 years ago • 0 comments

__autoload is discouraged because it's usually makes problems when using different frameworks which are all using the autoload feature. It would be great to see this changed in this library!

jthomaschewski avatar May 13 '12 17:05 jthomaschewski