summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update versions for PHP 7.4.0alpha3php-7.4.0alpha3Derick Rethans2019-07-092-3/+3
* Update NEWS for PHP 7.4.0alpha3Derick Rethans2019-07-091-1/+1
* Catch up with current proceduresPeter Kokot2019-07-081-45/+58
* Add zend.exception_ignore_args [ci skip]Peter Kokot2019-07-081-0/+4
* Update NEWS [ci skip]Peter Kokot2019-07-081-0/+7
* Merge branch 'PHP-7.3' into PHP-7.4Peter Kokot2019-07-080-0/+0
|\
| * Update NEWS [ci skip]Peter Kokot2019-07-081-0/+7
| * Merge branch 'PHP-7.2' into PHP-7.3Peter Kokot2019-07-080-0/+0
| |\
| | * Update NEWS [ci skip]Peter Kokot2019-07-081-3/+10
* | | Fixed dispatch from inlined hybrid opcode to another opcodeDmitry Stogov2019-07-081-5/+1
* | | Add ReflectionReference::getRefcount()Nikita Popov2019-07-083-2/+44
* | | Catch up with recent changes [ci skip]Peter Kokot2019-07-083-3/+22
* | | Remove APACHE symbolPeter Kokot2019-07-083-13/+4
* | | Refactor genif.shPeter Kokot2019-07-082-30/+42
* | | Make busy wait busierNikita Popov2019-07-081-5/+5
* | | Delay EG(exception) check on slow pathDmitry Stogov2019-07-082-7/+31
* | | Deprecate passing invalid character to base_convert etcScott Dutton2019-07-0817-20/+470
* | | Remove C89 checks for signal.h and strerrorPeter Kokot2019-07-082-4/+1
* | | Update libmagic patchPeter Kokot2019-07-089-96/+64
* | | Implement FR #77230: Support custom CFLAGS and LDFLAGS from environmentChristoph M. Becker2019-07-083-0/+21
* | | Fix TsHashTable related race conditionsChristoph M. Becker2019-07-084-16/+66
* | | Simplify PHP_CHECK_PDO_INCLUDES callsPeter Kokot2019-07-087-97/+6
* | | Fixed opcode descriptionDmitry Stogov2019-07-082-2/+2
* | | Remove some unused variablesPeter Kokot2019-07-083-13/+1
* | | Provide argon2i(d) password hashing from sodium when neededSara Golemon2019-07-0710-166/+347
* | | Simplify expression and remove the possibility of div by 0Stanislav Malyshev2019-07-071-3/+3
* | | Remove PHP_DEBUG_MACROPeter Kokot2019-07-072-48/+0
* | | Remove some more Apache 1 left oversPeter Kokot2019-07-073-15/+5
* | | Mention that zend_parse_parameters should not be testedNikita Popov2019-07-071-0/+8
* | | Move footer to the end of configure outputPeter Kokot2019-07-061-15/+16
* | | Remove PTHREADS_ASSIGN_VARSPeter Kokot2019-07-052-32/+11
* | | Remove superfluous assignmentChristoph M. Becker2019-07-051-1/+0
* | | Eliminate useless checksDmitry Stogov2019-07-051-2/+2
* | | Temporarily skip testChristoph M. Becker2019-07-051-0/+1
* | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-07-050-0/+0
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-07-051-0/+1
| |\ \ | | |/
| | * Backport fe_reset_rw caseNikita Popov2019-07-051-0/+1
* | | Make sure all cases of fetch_dim_w adjustment are handledNikita Popov2019-07-051-56/+60
* | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-07-052-4/+22
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-07-052-2/+28
| |\ \ | | |/
| | * Fix inference for compound object op on dimNikita Popov2019-07-052-2/+28
* | | Optimize integer in_array with strict=trueNikita Popov2019-07-051-12/+30
* | | Replace ZEND_ASSIGN_ADD (and others) by ZEND_ASSIGN_OP, ZEND_ASSIGN_DIM_OP, Z...Dmitry Stogov2019-07-0527-8380/+2539
* | | Add testNikita Popov2019-07-052-0/+25
* | | Fix wrong size calculation related to function nameNikita Popov2019-07-051-6/+4
* | | Preloading: Don't move conditional functions to back to scriptsNikita Popov2019-07-051-23/+0
* | | Merge branch 'PHP-7.3' into PHP-7.4George Wang2019-07-042-4/+268
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3George Wang2019-07-042-4/+268
| |\ \ | | |/
| | * Updated to LiteSpeed SAPI V7.4.3George Wang2019-07-042-4/+268
* | | Compact literals: Don't insert unmergeable keysNikita Popov2019-07-041-6/+11