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
1,016 contributions in the last year
Activity overview
Contributed to
php/php-src,
kocsismate/php-di-container-benchmarks,
woohoolabs/larva
and 5 other
repositories
Contribution activity
August 2020
Created a pull request in php/php-src that received 4 comments
- Promote warnings to exceptions in ext/tidy
- Move a few custom type checks to ZPP
- Fix UNKNOWN default values in ext/standard
- Improve parameter handling in ext/openssl
- Promote warnings to exceptions in ext/gd
- Promote warning to exception in ext/enchant
- Promote warnings to exceptions in ext/xmlreader
- Promote warnings to exceptions in ext/simplexml
- Promote warnings to exceptions in ext/pspell
- Promote warning to exception in ext/posix
- Promote warnings to exceptions in ext/phar
- Promote warnings to exceptions in ext/pcre
- Add more precise type info for stubs
- Promote warnings to exceptions in ext/pcntl
- Improve error messages mentioning parameters instead of arguments
- Promote warnings to exceptions in ext/soap and ext/xmlwriter
- Use native ZPP for callable parameters in ext/sqlite3
- Promote warnings to exceptions in ext/shmop
- Fix ZPP for mhash()
- Promote warnings to exceptions in ext/intl
- Promote warnings to exceptions in ext/filter
- Promote warnings to exceptions in ext/curl
- Add some missing closing PHP tags to tests
- Add all the missing parameter types to stubs
- Add some missing parameter types to stubs
- Some pull requests not shown.
- Move a few custom type checks to ZPP
- Clean up array function signatures for named parameters
- Promote warnings to exceptions in ext/simplexml
- Add more precise type info for stubs
- Fix more basic function stubs
- Promote warnings to exceptions in ext/pcre
- Promote warnings to exceptions in ext/pcntl
- Fix #79969: Wrong error message in strict mode in ReflectionMethod::_construct
- Promote warnings to exceptions in ext/soap and ext/xmlwriter
- Promote warnings to exceptions in ext/shmop
- Fix ZPP for mhash()
- Add all the missing parameter types to stubs
- Promote warnings to exceptions in ext/intl
- Promote warnings to exceptions in ext/curl
- Add some missing closing PHP tags to tests
- Add some missing parameter types to stubs
- Convert FTP connection resource to an opaque object
- Add more argument types to stubs
- Convert resources to objects in ext/sockets
- Promote some OpenSSL warnings to Errors
- Promote some warnings in MBString Regex
- Mysqli warning promotion
- ext/standard warning to error promotions
Created an issue in PHP-DI/PhpDocReader that received 1 comment
Method ReflectionParameter::getClass() is deprecated
Hi Matthieu,
PHP 8 deprecates the ReflectionParameter::getClass() method, and suggests the usage of ReflectionParameter::getType(). This causes pro…
1
comment