hhvm icon indicating copy to clipboard operation
hhvm copied to clipboard

A virtual machine for executing programs written in Hack.

Results 209 hhvm issues
Sort by recently updated
recently updated
newest added

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.

CLA Signed
GH Review: review-needed

(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"...

CLA Signed
GH Review: review-needed

add compatible zend function session_id unit test

CLA Signed
GH Review: review-needed

add fastcgi connect timeout info log

CLA Signed
GH Review: review-needed

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...

CLA Signed
GH Review: review-needed

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...

CLA Signed
GH Review: review-needed

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...

CLA Signed
GH Review: review-needed
Import Started

Change-Id: I3a95efcc3ec1040630288656d028ef7513797269 fix #1447.

CLA Signed
GH Review: review-needed
Import Started

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)...

CLA Signed
GH Review: accepted
Import Started

Would like to address: #7892

CLA Signed
GH Review: review-needed