Skip to content
Mike Preston edited this page Feb 1, 2014 · 10 revisions

HipHop supports several core PHP extensions, with more being developed. Some are integrated into the virtual machine itself whereas others are separate extensions that are loaded dynamically.

Integrated Extensions

  • Apache
  • APC
  • APD
  • cUrl
  • DOM
  • Hash
  • Image (gd)
  • IMAP
  • Intl (partially — e.g., missing NumberFormatter right now)
  • IPC
  • JSON
  • LDAP
  • Magick
  • Mailparse
  • MB
  • MCrypt
  • Memcache
  • Memcached
  • MySQL
  • PDO
  • PHAR
  • POSIX
  • PReg
  • SimpleXML
  • SOAP
  • SPL
  • SQLite3
  • XML
  • ZLib

Externally-provided Extensions

Writing your own extensions

Clone this wiki locally