Highlights
- Arctic Code Vault Contributor
Pinned
4,439 contributions in the last year
Contribution activity
January 2021
Created 154 commits in 3 repositories
Created a pull request in php/php-src that received 8 comments
Rename zend-test to zend_test
The extension name should match the name of the ext/ directory, otherwise it will not get picked up by run-tests. It would be possible to remap thi…
+206
−206
•
8
comments
Opened 9 other pull requests in 1 repository
php/php-src
7
closed
2
open
- gen_stub: Also verify implementation-alias
- Sync gzgets signature with fgets
- Build OCI8 and PDO OCI on azure
- Print "interned" instead of fake refcount in debug_zval_dump()
- Add support for arrays with object keys (WIP)
- Add support for string keys in array unpacking
- Add support for class union types for internal functions
- Throw ValueError instead of TypeError for malformed GMP number
- Export php_getenv() API
Reviewed 55 pull requests in 6 repositories
php/php-src 49 pull requests
- Use zend_string_equals() in PDO
- Use standard C99 64bits int types
- Add support for generating class entries from stubs
- Fixed bug #42560: check open_basedir after the fallback to the system's temporary directory in tempnam()
- Major overhaul of mbstring (part 5)
- Fix #69279: Compressed ZIP Phar extractTo() creates garbage files
- Delete an outdated comment for read_property and read_dimension
- ldap_search() and friends can return array
- Refactor PDO handlers to use zend_string* instead of char*/size_t pair
- Use 'ENT_QUOTES|ENT_SUBSTITUTE' for HTML encoding and decoding functions
- Fix #80575: Casting mysqli to array produces null on every field
- posix extension adding few rlimit constants freebsd specifics.
- Curl: Add CURLOPT_DOH_URL option
- Fix #80595: Resetting POSTFIELDS to empty array breaks request
- Fix #51758: delete an outdated comment from zend_object_handler.h [ci skip]
- Bug #80545: Converted some type warnings to type errors in the "bcmath" extension.
- Revert fix for bug 76813 and re2c version bump
- Remove Z_ARRVAL_P() == &EG(symbol_table) checks
- Add MSSQL setup to Azure Pipelines build
- Rename ``zip_ent`` parameter to ``zip_entry`` for consistency
- PDO refactor quoter hook to return zend_string*
- Clean up remaining opcodes for foreach([] as $x)
- Avoid modifying the return value of readline_completion_function()
- Make fetch_* OO same as func
- Fix #80592: all floats are the same in ODBC parameters
- Some pull request reviews not shown.
php/systems 2 pull requests
php/doc-en 1 pull request
nikic/PHP-Parser 1 pull request
php/doc-base 1 pull request
php/phd 1 pull request
Created an issue in DaveLiddament/php-generics-standard that received 2 comments
How are constructor types inferred?
The description in https://github.com/DaveLiddament/php-generics-standard#constructor is a bit unclear to me. If you are passing a literal integer …
2
comments