summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.3'Christoph M. Becker2018-08-221-1/+1
|\
| * Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2018-08-221-1/+1
| |\
| | * Merge branch 'PHP-7.1' into PHP-7.2Christoph M. Becker2018-08-221-1/+1
| | |\
| | | * Increase memory_limit to prevent test failuresChristoph M. Becker2018-08-221-1/+1
* | | | Merge branch 'PHP-7.3'Christoph M. Becker2018-08-222-3/+37
|\ \ \ \ | |/ / /
| * | | Fix #76773 - Methods with a concrete scope need to be added againChris Wright2018-08-223-3/+39
* | | | Merge branch 'PHP-7.3'Christoph M. Becker2018-08-221-4/+4
|\ \ \ \ | |/ / /
| * | | Fix #76767: ‘asm’ operand has impossible constraints in zend_operators.hOndřej Surý2018-08-222-4/+6
* | | | Merge branch 'PHP-7.3'Christoph M. Becker2018-08-222-0/+27
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2018-08-223-0/+29
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-7.1' into PHP-7.2Christoph M. Becker2018-08-223-0/+31
| | |\ \ | | | |/
| | | * Fix #76778: array_reduce leaks memory if callback throws exceptionChristoph M. Becker2018-08-223-0/+31
* | | | Merge branch 'PHP-7.3'Nikita Popov2018-08-220-0/+0
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2018-08-220-0/+0
| |\ \ \ | | |/ /
| | * | Fixed bug #75797Massimiliano Braglia2018-08-222-2/+7
* | | | Use zend_class_entry/zend_function type names instead of _zend_class_entry/_z...Dmitry Stogov2018-08-2212-40/+40
* | | | Merge branch 'PHP-7.3'Christoph M. Becker2018-08-222-2/+45
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2018-08-223-2/+49
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-7.1' into PHP-7.2Christoph M. Becker2018-08-223-2/+49
| | |\ \ | | | |/
| | | * Fixed bug #76777 and added testVille Hukkamaki2018-08-223-2/+49
* | | | Introduced ZEND_COMPILE_IGNORE_OTHER_FILES compiler option, to allow "separat...Dmitry Stogov2018-08-226-82/+27
* | | | Unify unpack checking in compile_special_func()Nikita Popov2018-08-221-9/+13
* | | | Merge branch 'PHP-7.3'Nikita Popov2018-08-221-1/+1
|\ \ \ \ | |/ / /
| * | | Don't report mmap failure if it is expectedDavid Carlier2018-08-221-1/+1
* | | | Merge branch 'PHP-7.3'Dmitry Stogov2018-08-224-5/+5
|\ \ \ \ | |/ / /
| * | | Stop using zend_function->reserved[] space.Dmitry Stogov2018-08-224-5/+5
* | | | Removed op_array->static_variables duplication code. They can't be "shared" d...Dmitry Stogov2018-08-221-13/+0
* | | | Drop dead codeNikita Popov2018-08-211-11/+1
* | | | CleanupDmitry Stogov2018-08-211-36/+11
* | | | Don't use second operand of BIND_STATIC instruction.Dmitry Stogov2018-08-215-59/+60
* | | | Merge branch 'PHP-7.3'Nikita Popov2018-08-211-2/+7
|\ \ \ \ | |/ / /
| * | | Support fixed address mmap without replacementDavid Carlier2018-08-211-2/+7
* | | | Merge branch 'PHP-7.3'Dmitry Stogov2018-08-212-5/+1
|\ \ \ \ | |/ / /
| * | | Removed dead codeDmitry Stogov2018-08-212-5/+1
* | | | Merge branch 'PHP-7.3'Nikita Popov2018-08-211-15/+35
|\ \ \ \ | |/ / /
| * | | Avoid directly adding to string literalDavid Carlier2018-08-211-15/+35
* | | | Merge branch 'PHP-7.3'Dmitry Stogov2018-08-2010-32/+57
|\ \ \ \ | |/ / /
| * | | Avoid hash lookups in BIND_STATIC and BIND_LEXICAL opcode handlers.Dmitry Stogov2018-08-2010-32/+57
* | | | Merge branch 'PHP-7.3'Christoph M. Becker2018-08-200-0/+0
|\ \ \ \ | |/ / /
| * | | [ci skip] Correct minor typo (GC_GLAGS to GC_FLAGS)Aaron Stone2018-08-201-1/+1
* | | | Merge branch 'PHP-7.3'Gabriel Caruso2018-08-1953-1666/+1666
|\ \ \ \ | |/ / /
| * | | Make array parsing parameters error messages consistency with ZPP failureGabriel Caruso2018-08-1954-1666/+1668
* | | | Merge branch 'PHP-7.3'Jakub Zelenka2018-08-193-2/+97
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.2' into PHP-7.3Jakub Zelenka2018-08-194-2/+101
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-7.1' into PHP-7.2Jakub Zelenka2018-08-194-2/+101
| | |\ \ | | | |/
| | | * Fix bug #76705 (unusable ssl => peer_fingerprint in stream_context_create())Jakub Zelenka2018-08-194-2/+101
* | | | Map ERROR_PRIVILEGE_NOT_HELD to EACCESChristoph M. Becker2018-08-191-0/+1
* | | | Merge branch 'PHP-7.3'Anatol Belski2018-08-181-1/+1
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.2' into PHP-7.3Anatol Belski2018-08-181-1/+1
| |\ \ \ | | |/ /
| | * | Use stable deps on AppVeyor for nowAnatol Belski2018-08-181-1/+1