summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* Clean up unnecessary ternary expressions and simplify some returnsGabriel Caruso2018-12-037-19/+10
* Remove support for Rhapsody code namePeter Kokot2018-12-021-6/+0
* Support huge pages on FreeBSDDavid Carlier2018-11-271-0/+3
* Merge branch 'PHP-7.3'Nikita Popov2018-11-271-1/+4
|\
| * Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2018-11-271-1/+4
| |\
| | * Improve fix for #76046Nikita Popov2018-11-271-1/+4
* | | Merge branch 'PHP-7.3'Nikita Popov2018-11-271-0/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2018-11-271-0/+1
| |\ \ | | |/
| | * Fixed bug #76046Nikita Popov2018-11-271-0/+1
* | | Avoid early reference checkDmitry Stogov2018-11-271-1/+1
* | | Added ZEND_COMPILE_WITHOUT_EXECUTION and ZEND_COMPILE_PRELOAD to determine wh...Dmitry Stogov2018-11-271-0/+6
* | | Remove redundant Exception::__clone() methodNikita Popov2018-11-261-10/+0
* | | Remove redundant Generator::__wakeup() methodNikita Popov2018-11-261-17/+0
* | | Remove unecessaries SKIPIF sections for necessary extensionsGabriel Caruso2018-11-211-1/+1
* | | Merge branch 'PHP-7.3'Nikita Popov2018-11-202-2/+2
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2018-11-202-2/+2
| |\ \ | | |/
| | * Merge branch 'PHP-7.1' into PHP-7.2Nikita Popov2018-11-202-2/+2
| | |\
| | | * Fix bug #71041 dynamic embed SAPI load errorValentin V. Bartenev2018-11-202-2/+2
| | | * Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-15367-478/+103
| | | * Trim trailing whitespace in *.phptPeter Kokot2018-10-14569-967/+966
| | | * Sync leading and final newlines in source code filesPeter Kokot2018-10-1414-17/+2
| | | * Trim trailing whitespace in source code filesPeter Kokot2018-10-1329-160/+160
| | | * Convert CRLF line endings to LFPeter Kokot2018-10-1314-383/+383
| | * | Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-15384-497/+116
| | * | Trim trailing whitespace in *.phptPeter Kokot2018-10-14575-991/+990
| | * | Sync leading and final newlines in source code filesPeter Kokot2018-10-149-9/+2
| | * | Trim trailing whitespace in source code filesPeter Kokot2018-10-1328-151/+151
* | | | Delay exceptional case checkDmitry Stogov2018-11-202-54/+45
* | | | fixed typoDmitry Stogov2018-11-201-1/+1
* | | | OptimizationDmitry Stogov2018-11-203-14/+14
* | | | Remove some mentions of RECOVERABLE_ERROR in testsNikita Popov2018-11-157-69/+16
* | | | Use ZEND_THIS macro to hide implementation details in extensions code.Dmitry Stogov2018-11-154-27/+28
* | | | Merge branch 'PHP-7.3'Nikita Popov2018-11-151-0/+8
|\ \ \ \ | |/ / /
| * | | Fixed bug #77165Nikita Popov2018-11-151-0/+8
* | | | micro-optimizationDmitry Stogov2018-11-151-5/+4
* | | | Split zend_objects_store_put() into hot/cold partsDmitry Stogov2018-11-151-6/+15
* | | | Implemented preloading RFC: https://wiki.php.net/rfc/preload.Dmitry Stogov2018-11-143-2/+55
* | | | Fixed issues related to optimization and persitence of classes linked with in...Dmitry Stogov2018-11-142-1/+5
* | | | Added possiblity to avoid signal handlers reinitialization on each request.Dmitry Stogov2018-11-142-2/+6
* | | | Replace getThis() by EX(This), when additional check is not necessary.Dmitry Stogov2018-11-143-27/+26
* | | | Merge branch 'PHP-7.3'Nikita Popov2018-11-132-2/+2
|\ \ \ \ | |/ / /
| * | | Fix compilation on x32Jan Rękorajski2018-11-132-2/+2
* | | | Remove lexer files generated by RE2CPeter Kokot2018-11-114-12078/+0
* | | | Remove do_bind_inherited_class; use do_bind_classLevi Morrison2018-11-074-34/+9
* | | | Reorder conditions and set expectation.Dmitry Stogov2018-11-061-2/+2
* | | | Merge branch 'PHP-7.3'Christoph M. Becker2018-11-052-1/+19
|\ \ \ \ | |/ / /
| * | | Fix #76825: Undefined symbols ___cpuid_countChristoph M. Becker2018-11-052-1/+19
* | | | Merge branch 'PHP-7.3'Remi Collet2018-11-051-0/+2
|\ \ \ \ | |/ / /
| * | | Fix: #77110 undefined symbol zend_string_equal_val in C++ buildRemi Collet2018-11-051-0/+2
| * | | Future-proof email addressesZeev Suraski2018-11-0187-176/+176