hhvm
hhvm copied to clipboard
A virtual machine for executing programs written in Hack.
Change-Id: I7c6d98db13ea0dece449597347f31761486f1aa7 When StaticContentCache::TheFileCache is empty, it is no need to call access(). This will save 30% cost of some file system functions such as file_exist(), is_file(), etc.
(1)add monitor command "check-repo",command implement ,check the 11 hhbc tables whether exists exception,normal will print "hhbc is ok",exception will print 11 tables exception message (2)add RepoException log,set "no such table"...
add compatible zend function session_id unit test
add fastcgi connect timeout info log
a.txt real location is a/a.txt file_exists("a/b/../a.txt"); this code return value is false ,but hhvm process relative path,so this result is true,diff php,and then old way process relative path performance have...
Change-Id: I6a8322e7030060c619397cd39a94c660c1f214ce This resolve #1230. `fastcgi_finish_request()` is very useful to send response instantly and do the rest thing in background. `register_postsend_function()` can do the same thing, but it is not...
Change-Id: Ie00658b19606c9238ee71c5ab66434481c22202d We always use fastcgi server for compatibility, but we don't want the admin server to be fastcgi. It is not convenient to visit. So we add a patch...
Change-Id: I3a95efcc3ec1040630288656d028ef7513797269 fix #1447.
This change updates the EqDbl and NeqDbl sequences to use different instructions. It reduces the number of instructions needed and removes the dependency on the status register. Before ===== (29)...
Would like to address: #7892