json-rpc-php
json-rpc-php copied to clipboard
Use spl_autoload_register instead of __autoload
__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!