Pinned
4,100 contributions in the last year
Less
More
Contribution activity
September 2021
Created 169 commits in 5 repositories
Created a pull request in php/php-src that received 11 comments
Allow using readonly as function name
Don't treat "readonly" as a keyword if followed by "(". This allows using it as a global function name. In particular, this function has been used …
+22
−0
•
11
comments
Opened 8 other pull requests in 2 repositories
php/php-src
4
closed
3
open
- Check whether expected types are present for compound op jit
- Rename stdClass -> DynamicObject, keep stdClass as alias
- Implement $this return type
- Don't overwrite unwind exception
- Fully qualify ReturnTypeWillChange in deprecation message
- Deprecate partially supported callables
- Restore old PDO::PARAM_* values
rust-lang/rust
1
merged
Reviewed 31 pull requests in 4 repositories
php/php-src
26 pull requests
- Fix OOB read due to timezone_open() with 5 digit offset
- Major overhaul of mbstring (part 14)
- Fix #81429: Handle resizing in SplFixedArray::offsetSet
- don't rely on libgd unused constants
- fix(php_set_attribute_id): fix incorrect ID removal, when is_id == 1
- Fix #81424: PCRE2 10.35 JIT performance regression
- fix [-Wmaybe-uninitialized] build warnings
- Support compile_string passing parsing state
- Fix O(N) performance of DOMNode::replaceChild()
- Fix param name order for Phar::copy()
- Remove unnecessary PHP_FUNCTION() declarations
- Add more specific array return type hints for various extensions - part 4
- Don't overwrite unwind exception
- Major overhaul of mbstring (part 13)
- Add more specific array return type hints for various extensions - part 3
- Proposal: Allow reserved keywords in more element declaration names(class, function, etc)
- [RFC] Random extension
- Feature Request #28790 Add php.ini option to disable stat cache
- Remove mysqli_close that prevented CLEAN from running properly
- Add optimizer support for prototype methods
- Fix #81407: shmop_open won't attach and causes php to crash
- Support generate lldb command in run-tests.php
- Micro optimizations for xp_ssl.c
- Fix inconsistency in true/false/null constant resolution when opcache is not used
- Simplify SSL_set_mode() calls
- Some pull request reviews not shown.
rust-lang/rust
3 pull requests
nikic/PHP-Parser
1 pull request
php/doc-en
1 pull request
Created an issue in google/oss-fuzz that received 4 comments
Outdated i386 builds
I recently received a couple reports of libfuzzer_asan_i386_php failures that have already been fixed, https://oss-fuzz.com/testcase-detail/4777065…
4
comments