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 up
Pinned
4,109 contributions in the last year
Contribution activity
September 2020
Created a pull request in php/php-src that received 9 comments
Drop support for multiple generators yielding from one generator
This drops support for having multiple generators yield from the same generator in parallel. Support for this requires the famous "doubly-linked re…
+98
−337
•
9
comments
- Make mysqli_warning constructor private
- Update mbstring parameter names
- Update fileinfo names
- Update gmp+bcmath parameter names
- Honor strict_types=1 for attributes, improve backtraces
- Skip unnecessary unknown() frames in backtraces
- Consistent error handling for fgetcsv/fputcsv
- Allow attributes to be applied to property/constant groups
- Promote pack/unpack format errors
- Normalize substr() behavior
- Elevate some notices to warnings
- Tidy
- Test libmysqlclient on azure
- Enable unixODBC in azure
- Fix handling of large compressed packets
- Accept GMP|string|int union in GMP functions
- Try to fix i386...
- Make argument type error message consistent for variadics
- Test snmp on azure
- Allow array_diff() and array_intersect() with single array argument
- Make null byte error a ValueError
- Require $method parameter in openssl_seal/openssl_open
- Revert "Manually build re2c on macos"
- Drop freetype from i386
- Add phpunit to community tests
- Some pull requests not shown.
- Improve parameter names in ext/hash
- Make mysqli_warning constructor private
- Fixing Bug #79375
- Improve parameter names in ext/xmlwriter
- Fix #78470: odbc_specialcolumns() no longer accepts $nullable
- Clear error flag instead of toggling it
- Promote warnings to Error in IMAP
- Fix #76735: Incorrect message in fopen on invalid mode
- SplFixedArray can be used in nested 'foreach' loops
- IMAP: Fix UNKNOWN default values
- Fix #76943: Inconsistent stream_wrapper_restore() errors
- Fix #79423: copy command is limited to size of file it can copy
- Fix inconsistency between grapheme_substr() and substr()
- Promote count() warning to TypeError
- Intl collator align is_numeric behaviour
- Fix a few Iterator signatures
- Fix #80061: Copying large files may have suboptimal performance
- Improve default value handling of Exception constructors
- Add support for `@implementation-alias` in stubs
- Standardize mbstring and string on using 'string' as a parameter name.
- Fix #80118: Erroneous whitespace match with JIT only
- Fix #80114: parse_url does not accept URLs with port 0
- Consolidate the usage of "either" and "one of" in error messages
- Separate Closure::bind() implementations
- Fix UNKNOWN default value of apache_note()
- Some pull request reviews not shown.
Created an issue in google/oss-fuzz that received 6 comments
Segfault with dataflow sanitizer in php project
I'm currently testing whether the dataflow sanitizer can be enabled for the php project. After fixing the usual on the php-src side, I get a startu…
6
comments