PHP QuickBinary 2.4

QuickBinary is an extension for PHP which provides a similar but statically typed language for higher performance processing. It translates Zend opcodes for its own runtime optimized for low-level and calculation intensive applications. While ordinary PHP code runs unaffected. It's especially useful for complex pixel-oriented graphics manipulation.

Tags php compiler static-typing graphics-manipulaton
License PHPL
State development

Recent Releases

2.421 Jul 2014 17:27 major feature: The language has been adapted to new usage settings. Code can now be namespaced. Crashes after process forking have been fixed, and memory mapped files now work reliably. Errors are now rather returned as exceptions.