Last active
August 11, 2019 09:46
-
-
Save ss23/6d3bb8b9079cf16c149731f9c75ffccc to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Method | Example | Protected Since | |
|---|---|---|---|
| zend_lookup_class | class_exists($_GET['name']) | 5.4.24 and 5.5.8 | |
| unserialize | unserialize($_GET['data']) | 5.1.0 | |
| spl_autoload_call | spl_autoload_call($_GET['name'])` | Still working |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment