Hello everyone,
Alright this is not my project but I am helping out when I find time. This is a PHP Like Language that is made in delphi and free pascal. As far as I can see, most of the time it will execute faster than php also. But that isn't the point, not for me at least.

OrionPHP is developed by Dmitriy Zaytsev, and can be found at www.orion-lang.org

this is a Script Engine (VM implementation style) that allows for you to load multiple scripts into an instance. It executes fast and is a PHP Like language. Supports, OOP, and a slue of stuff. Be aware that PHP Super Globals like _GET, _POST, _SERVER, etc. Do not exist since this isn't a PHP server engine replacement but a script engine.

Now if you want to make a 100% pascal PHP Server replacement, that would be AWESOME. Hope you find this project helpful.