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,039 contributions in the last year
Contribution activity
August 2020
Created a pull request in php/php-src that received 5 comments
Make MAX_IFD_NESTING_LEVEL an actual nesting level
Currently we only ever increment ifd_nesting_level, so this ends up being a limit on the total number of IFD tags and we regularly get bug reports …
+50
−16
•
5
comments
- Don't enable mm in CI
- Debug slow build
- Try to debug slow builds
- Test --with-mm in CI
- Migrate zend_*_property APIs to accept zend_object* instead of zval*
- Misc cleanup in iconv extension
- Improve X509_PKEY management in OpenSSL
- Only force log startup errors if display_startup_errors disabled
- Fix memory leak on socket_sendmsg() / socket_recvmsg() error
- Run tests on alpine
- Build re2c manually on macos
- Promote "undefined array key" notice to warning
- Improve error_handing replacement functions
- Improve error_handing replacement functions
- Remove unnecassry Zend API macros
- Catch potential exceptions during to string conversion
- Better c zend api
- Prevent com::__construct() to modify the $server_name array
- Move a few custom type checks to ZPP
- Promote warnings to exceptions in ext/soap and ext/xmlwriter
- Promote warnings to exceptions in ext/shmop
- Promote warnings to exceptions in ext/pcre
- Promote warnings to exceptions in ext/pcntl
- Promote warnings to exceptions in ext/phar
- Promote warnings to exceptions in ext/simplexml
- Improve parameter handling in ext/openssl
- Inline functions instead of macros
- Promote warnings to exceptions in ext/xmlreader
- Remove useless same_zval function
- Promote warning to exception in ext/posix
- Promote warnings to exceptions in ext/filter
- Promote warning to exception in ext/enchant
- Add more precise type info for stubs
- Fix nullsafe operator on delayed oplines
- Disables extended cpu instructions support on OpenBSD.
- Fix #79979: passing value to by-ref param via CUF(A) crashes
- further network libraries detection for Haiku system.
- Some pull request reviews not shown.
Created an issue in derickr/timelib that received 2 comments
Signed integer overflow in parse_date.re
<?php
strtotime("20888888888888888Ms");
ubsan complains:
parse_date.re:647:57: runtime error: signed integer overflow: 20888888888888888 * 1000 ca…
2
comments

