dev-master
9999999-dev
MIT
The Requires
- php >=5.4.0
- endel/galapagos dev-master
- nategood/commando ~0.2
php code tool downgrade
Wallogit.com
2017 © Pedro Peláez
Tool to downgrade your PHP codebase from PHP 5.4+ to PHP 5.3. Built on top of galapagos., (*1)
Consider including
php5.3-compatibility package
in your project, which includes JsonSerializable and
SessionHandlerInterface., (*2)
You may have to manually fix some remaining problems, usually they're quite simple., (*3)
Use it when you have a PHP 5.4+ codebase and just can't upgrade your client's infrastructure., (*4)
[1,2,3] to array(1,2,3))composer.json and convert them if it's neededstream_context_createsession_set_save_handler./php-code-downgrade [path-to-downgrade]
Using custom node transformations:, (*5)
./php-code-downgrade [path-to-downgrade] -t transformations/phalanger
MIT, (*6)
MIT
php code tool downgrade