Skip to content

Features

Kirill Nesmeyanov edited this page Apr 14, 2015 · 1 revision

Features

  • JIT (1x - 10x faster PHP 5.5), Optimizer (constant expressions, inline functions, etc.)
  • Using java libraries and classes in PHP code.
  • Unicode for strings (UTF-16, like in Java)
  • Threading, Sockets, Environment architecture (like sandbox objects in runkit zend extension).
  • GUI (based on Swing, improved - more flexible layouts)
  • Embedded cache system for classes and functions
  • Optional Hot Reloading for classes and functions
  • Ability to use on Android OS

What JPHP does not yet support?

  • Importing namespaced functions (php 5.6)
Clone this wiki locally