-
Zend by Perforce
- Russia
Block or Report
Block or report dstogov
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories
1,092 contributions in the last year
Less
More
Contribution activity
March 2023
Created 59 commits in 2 repositories
Reviewed 19 pull requests in 3 repositories
php/php-src
17 pull requests
- Remove name field from the zend_constant struct
- Add separate static property through trait if parent already declares it
- Reset user func trampoline values FFI may overwrite
- Rename --with-opcache-capstone to --with-capstone
- Use capstone explicitly, drop oprofile (GH 10876)
- Drop duplicate definition in zend_types.h
- Typed class constants
- Shrink some commonly used structs by reordering members
- [zend_hash]: Use AVX2 instructions for better performance
- Fix module shutdown crash during ZTS JIT shutdown
- Handle zend_execute_internal in JIT
- Fix RC1 assumption for typed properties with __get
- Fix GH-8646: Memory leak PHP FPM 8.1
- Disable opcache.consistency_checks
- Fix GH-8065: opcache.consistency_checks > 0 causes segfaults in PHP >= 8.1.5 in fpm context (by reworking checksum skip list in a pragmatic way)
- Fix GH-10709: UAF in recursive AST evaluation
- Fix missing readonly modification error with inc/dec in JIT