XHP library 4.0.0

XHP is Facebooks extension to utilize XML fragments and structures directly within PHP source code. Which allows simpler document construction, processing, and sane variable interpolation without having to use DOM functions. It also permits to declare custom :xml:object classes for even quicker templating. Previous versions are available for Zend/PHP5.

HHVM 3.10.0 💾

The HipHop Virtual Machine (HHVM) is an alternative PHP runtime implementation. It executes scripts JIT-compiled for higher performance, but retains most dynamic features, weak typing, and scripting language capabilities. While its companion language "Hack" constraints some features for additional execution speed. HHVM is developed and used by Facebook, where it achieved significant performance gains and reduced memory consumptiom. Its syntax and standard library feature set is meanwhile compat

major feature: Core changes: Performance improvements for certain usages of strtr(). Fixes to rand() when requesting very large integers. XDebug compatibility and resource usage fixes. Improved reflection support. The usual myriad of bug fixes and general performance improvements. Hack language: Dramatically improved type inference for arrays. Improved typechecking for some standard library functions. Other minor fixes, e.g., improved type enforcement in some edge cases and fixes to using shapes inside namespaced code.

PHPL c++ php hhvm programming-language dynamic-content developers linux