schoology / schoology_php_sdk

PHP SDK for making requests against the Schoology API
20 stars 13 forks source link

Integration with php5.5 #1

Closed michnaadam33 closed 10 years ago

michnaadam33 commented 10 years ago

I tested your SDK on apache server with php version 5.5 and I saw "Deprecated: preg_replace(): The /e modifier is deprecated, use preg_replace_callback" error. You can read about that here http://php.net/manual/en/migration55.deprecated.php.

I changed your SDK. You can check now.