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 40 million developers.
Sign up-
JetBrains
- Berlin, Germany
- Sign in to view email
- https://nikic.github.io/
Popular repositories
4,064 contributions in the last year
Contribution activity
November 2019
Created a pull request in php/php-src that received 4 comments
- Handle reallocated root buffer during GC destroy phase (v2)
- Make opcache infer array_key_exists is non-null bool
- Change Errors to ValueError
- Convert the example skeleton extension to use arginfo stubs
- Remove some deprecated functions
- WIP: Add ext/mysqli stubs
- Add stubs for another batch of standard functions
- Deprecate the $num_points parameter of php_imagepolygon
- Optimize $a = !is_string($x) in opcache
- Optimize int === int/double === double
- Fix #74170: locale information change after mime_content_type
- Improve performance of ZEND_IS_IDENTICAL
- Convert dom methods arginfo to PHP stubs
- Fix php8 compile error using zend_parse_parameters_throw()
- Make test runner runnable without arguments
- Wrap php_random.h in C++ portability macros
- Remove ignored lines from tests
- Add another round of stubs for various functions in the standard library
- Escaping of $SED in the autotools configure script
- Wrap hrtime in C++ portability macros
- Promote the warning of array_key_exists() to exception
- Accept int parameter in the first place
- Promote some warnings to exceptions in standard lib
- zend_parse_parameters_throw() is obsolete