This PHP library allows backwards-compatibility as well as security-increasing for PHP 4 - 6.
There are 2 possible scenarios:
Current version: Work in progress
We have set up 2 environments to test:
| "Old" system | "Modern" system | |
| safe_mode | Off | On |
| register_globals | On | Off |
| register_long_arrays | On | Off |
| magic_quotes_gpc | On | Off |
| magic_quotes_sybase | On | Off |
| auto-globals-jit | On | On |
| Scenario | Run a modern script with increased security | Run an old script in compatibility mode |