Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 36 million developers.
Sign up
Popular repositories
-
hhvm
Forked from facebook/hhvm
Virtual Machine, Runtime, and JIT for PHP
C++ 1
-
xhp
Forked from hhvm/xhp-lib
XHP is a PHP extension which augments the syntax of the language such that XML document fragments become valid PHP expressions.
Hack
-
user-documentation
Forked from hhvm/user-documentation
Documentation for those that use HHVM and write Hack and PHP code for HHVM.
Hack
-
packaging
Forked from hhvm/packaging
The sources for how we have built the HHVM packages.
Shell
-
hack-langspec
Forked from hhvm/hack-langspec
The official Hack Language specification.
Hack
-
table-flip
Forked from sgolemon/table-flip
if ($situation === SHIT::HAPPENED) {(╯°□°)╯︵┻━┻(); }
PHP
33 contributions in the last year
Contribution activity
May 2019
Created a pull request in php/php-src that received 1 comment
Include the request method in CLI server logs
My use case for this is when doing API development with CORS requests. Being able to tell apart the CORS OPTIONS request from the normal requests w…