|
Allows easy syntax porting from PHP 5.3 branch to 5.2.
Here are some key features of "PHP Backporter":
· Changes Lambda functions to normal functions
· Converts closures into classes
· All namespaces are transformed into underscore-separated pseudo namespaces
· Converts const statements to separate define function calls
· All __DIR__ magic constant are converted to dirname(__FILE__))
Via: PHP Backporter
0 Comment:
Post a Comment