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 36 million developers.
Sign up
Popular repositories
-
PHP-Parser
A PHP parser written in PHP
-
FastRoute
Fast request router for PHP
-
scalar_objects
Extension that adds support for method calls on primitive types in PHP
-
iter
Iteration primitives using generators
-
php-ast
Extension exposing PHP 7 abstract syntax tree
-
Phlexy
Lexing experiments in PHP
2,572 contributions in the last year
Contribution activity
May 2019
Created a pull request in php/php-src that received 3 comments
Add get_mangled_object_vars() function
This function provides the same functionality as (array) $object, with the caveat that it is not affected by any overloaded (array) casts. In parti…
+31
−0
•
3
comments
- Implement Numeric Literal Separator RFC
- BCmath fix for validation arguments
- Fixed possible crashes, because of inconsistent PCRE cache and opcache SHM reset
- Fixed some arg infos to match documentation
- Fix #78003: strip_tags output change since PHP 7.3
- use multiplies and load 8 bytes at a time in hash_func
- [Bug] 65672 - Allow DatePeriod extensions to have writable properties
- fix small
- Allow wrapper iterators to accept a Traversable.
- Simplify ext/mbstring/libmbfl/config.h creation
- Remove redundant memory.h file
- Remove dead DEBUG_CFLAGS setting
- Remove strings.h usage from libmbfl
- Use pkg-config for sqlite3 and pdo_sqlite
- Remove unused variables
- Fix #77993: Wrong parse error for invalid hex literal on Windows
- zend_atoi/zend_atol cleanup
- Update the extension template file to use PKG_CHECK_MODULES and better support pkg-config
- [WIP][RFC]Spread Operator in Array
- Remove unused functions
- [WIP] Define minimum required libffi version
- Add {TMP} placeholder for PHPT INI sections
- Fix compilation without deprecated OpenSSL 1.1 APIs
- Deprecate and ignore $version parameter of curl_version()
- [cURL] Add missing `CURLE_*` constants
- Some pull request reviews not shown.