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,835 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
- Update macos builds to 10.15
- Run function JIT tests in nightly build
- Remove PHP_CHECK_GCC_ARG()
- More arginfo/zpp verification
- Add more func info verification against stubs
- Check for missing arginfo arguments
- Azure m32
- Treat namespaced names as single token (reduced version)
- Support JIT jumptables on x64
- Enable ppc64el job on travis
- Add get_gc handler for iterators
- Fixed crash that occurred when a promoted constructor parameter had an attribute
- Emulate non-blocking pipes in proc_open() on Windows
- Promote Intl warnings to standard ValueError
- Add warning for arguments in stubs that doesn't have any type info
- Convert resources to objects in ext/sockets
- Convert OpenSSL resources to objects
- Handle bindto error
- Saner numeric strings
- Refactor user streams
- Fix UNKNOWN default values in ext/xml-rpc, ext/mbstring, and ext/gd
- shared memory api enabling on haiku.
- Fix #77932: File extensions are case-sensitive
- Fix bug #28790
- [RFC] Make string length for getTraceAsString() configurable
- Cleanup argument handling in ext/reflection
- [RFC] Only unserialize Phar metadata when getMetadata() is called
- [WIP] Implement nullsafe ?-> operator
- Fix #79884: PHP_CONFIG_FILE_PATH is meaningless
- Fix #78236: convert error on receiving variables when duplicate [
- Warning to error promotion for set(raw)cookie()
- Implement Shorter Attribute Syntax
- Enable -Wstrict-prototypes
- Fix warning of strict-prototypes
- Fix minor memory leak of CG(script_encoding_list)
- Fix brittle test
- 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

