hhvm
hhvm copied to clipboard
A virtual machine for executing programs written in Hack.
Commit eec9da990e7344af985735ec53d73325579931eb appended the http header from the stream context to the curl list of headers. This was done to allow a SoapClient to be constructed with a stream context...
The PHP implementation of memcached cannot get/decompress values that were set/compressed by the HHVM implementation of memcached. This is because the HHVM compressed payload uses the "old-style" format that php-memcache...
This should address #7950 by syncing the methods from ext_memcached.php to memcached.hhi I also noticed there were also some strict-type inconsistencies in ext_memcached.php like: https://github.com/facebook/hhvm/blob/master/hphp/runtime/ext/memcached/ext_memcached.php#L341 But since this file appears...
The ability to use the ARMv8 crc instructions was added by PR#7556. They are enabled only if an option is added to the cmake command line. This makes a minor...
This updates the register usage so these macros can be used on ARMv8 hosts.
Use hphp/test/run --xml to get an junit-like xml output. Useful on e.g Jenkins as it can plot those results to a time series, so a regression is easily spotted.
Summary: Implemented protobuf extension. php extension git address:https://github.com/allegro/php-protobuf Generate php protobuf files you need to run using HHVM,e.g: hhvm protoc-gen-php.php foo.proto
Change-Id: Ifd99d64466657e0c0d0517312835fa8b0e173f2e Add fb_lazy_stat() and fb_lazy_readlink() function, for faster access to file system information.
(1)add eval and create_function compile num monitor (call check-health command),monitor name is EvaledUnits(eval num) and CreateFuncs(create_function num) in check-health command (2)add option Eval.EnableDynamicFuncWarn (default is False),print warning log use eval...