Skip to content

Commit

Permalink
Merge pull request #501 from getsentry/remove-ini-set
Browse files Browse the repository at this point in the history
Remove ini_set call for unneeded functionality
  • Loading branch information
stayallive authored Oct 2, 2017
2 parents 501ebd9 + 022f7f8 commit df2b599
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/Raven/Autoloader.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ class Raven_Autoloader
*/
public static function register()
{
ini_set('unserialize_callback_func', 'spl_autoload_call');
spl_autoload_register(array('Raven_Autoloader', 'autoload'));
}

Expand Down

0 comments on commit df2b599

Please sign in to comment.