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 upHighlights
- Arctic Code Vault Contributor
Pinned
3,828 contributions in the last year
Contribution activity
July 2020
Created a pull request in php/php-src that received 4 comments
Remove no longer needed stdint compatibility defines
As we're using C99, we can assume these exist.
+5
−149
•
4
comments
- Enable -Wstrict-prototypes
- Fix warning of strict-prototypes
- Implement Shorter Attribute Syntax
- Fix minor memory leak of CG(script_encoding_list)
- Fix brittle test
- Change type of max_num_args to uint32_t
- [RFC] Make string length for getTraceAsString() configurable
- [WIP] Implement nullsafe ?-> operator
- Improve argument types and names in ext/ctype
- Some cleanup in OCI8 extension for PHP 8
- Cleanup argument handling of Zend functions and methods
- Skip upload_2G.phpt if disk_free_space() <= 2GB
- opcache: optimize some more functions on compile time
- Fix #79846: 8c67c166996 broke simple regexp
- Fix #79805: sapi_windows_vt100_support throws TypeError
- Fix readlink related memory leak
- Fixed bug #79829
- [RFC] Ensure correct magic methods' signatures when typed
- [RFC] Support optional comma in closure use list
- dns_check_record() always return true on Alpinelinux #78008
- Fixed bug #79849
- Add socketpair support to proc_open
- Ignore inheritance rules on private methods
- Explode _php_image_output_ctx() into multiple functions
- Consistent types
- Some pull request reviews not shown.
Created an issue in rust-lang/rust that received 3 comments
Emit noundef LLVM attribute
LLVM 11 introduces a new noundef
attribute, with the following semantics:
This attribute applies to parameters and return values. If the value rep…
3
comments