Highlights
- Arctic Code Vault Contributor
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 50 million developers.
Sign upPinned
4,452 contributions in the last year
Contribution activity
December 2020
Created 52 commits in 3 repositories
Created a pull request in php/php-src that received 4 comments
PDO MySQL: Normalize handling of empty stored procedure result set
MySQL always returns a trailing empty result set for stored procedure calls, which is used to convey status information. The PDO MySQL implementati…
Opened 7 other pull requests in 1 repository
Reviewed 14 pull requests in 2 repositories
php/php-src 13 pull requests
- ldap_exop_whoami() does not return TRUE
- Clarify and assert that printf() and friends never return NULL
- Bug #80458 PDOStatement::fetchAll() throws for upsert queries
- Fix #75102: `PharData` says invalid checksum for valid tar
- hash: Support custom algo parameters
- fix mysqli_stmt_get_result_metadata_fetch_field test for mariadb
- Update test cases
- Make is_file() and friends return false when path contains 0-byte
- Fix failing VirtualProtect() calls
- Fix #73809: Phar Zip parse crash - mmap fail
- Deprecate passing null to non-nullable arg of internal function
- FPM: Return 404 if the fcgi request is without SCRIPT_FILENAME
- Add const modifier for zend_extension
php/doc-en 1 pull request
Created an issue in nikic/PHP-Parser that received 1 comment
Migrate from Travis to GitHub Actions
See https://www.jeffgeerling.com/blog/2020/travis-cis-new-pricing-plan-threw-wrench-my-open-source-works for context, Travis is no longer a feasibl…