summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* Future-proof email addressesZeev Suraski2018-11-0187-176/+176
* Fix failing Zend/tests due to newlinesPeter Kokot2018-10-152-0/+2
* Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-15399-511/+131
* Trim trailing whitespace in *.phptPeter Kokot2018-10-14575-992/+991
* Sync leading and final newlines in source code filesPeter Kokot2018-10-148-8/+2
* Trim trailing whitespace in source code filesPeter Kokot2018-10-137-31/+30
* Convert CRLF line endings to LFPeter Kokot2018-10-131-81/+81
* Fixed bug #76991Nikita Popov2018-10-102-230/+234
* Merge branch 'PHP-7.2' into PHP-7.3Pierrick Charron2018-10-093-56/+106
|\
| * Merge branch 'PHP-7.1' into PHP-7.2Pierrick Charron2018-10-093-86/+136
| |\
| | * Fixed bug #76965 INI_SCANNER_RAW doesn't strip trailing whitespacePierrick Charron2018-10-093-86/+136
* | | Fix bug #76979: define() error message does not mention resources as valid va...Michael Moravec2018-10-065-7/+9
* | | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2018-10-021-0/+6
|\ \ \ | |/ /
| * | Fixed bug #76936Nikita Popov2018-10-021-0/+6
* | | Fixed bug #72635Nikita Popov2018-09-295-5/+21
* | | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2018-09-282-0/+63
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Nikita Popov2018-09-282-0/+63
| |\ \ | | |/
| | * Fixed bug #76946Nikita Popov2018-09-282-0/+63
* | | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2018-09-281-2/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Nikita Popov2018-09-281-2/+1
| |\ \ | | |/
| | * Fix test for release buildsNikita Popov2018-09-281-2/+1
* | | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2018-09-282-2/+31
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Nikita Popov2018-09-282-2/+31
| |\ \ | | |/
| | * Fixed bug #76846Nikita Popov2018-09-282-2/+31
* | | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2018-09-192-7/+22
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Nikita Popov2018-09-192-7/+22
| |\ \ | | |/
| | * Fixed bug #76901Nikita Popov2018-09-192-7/+22
* | | Allow switching back to Zend MM heap.Dmitry Stogov2018-09-171-4/+8
* | | Merge branch 'PHP-7.2' into PHP-7.3Dmitry Stogov2018-09-142-3/+18
|\ \ \ | |/ /
| * | Fixed bug #76800 (foreach inconsistent if array modified during loop)Dmitry Stogov2018-09-142-3/+18
* | | Fixed bug #76869 (Incorrect bypassing protected method accessibilty check).Dmitry Stogov2018-09-122-6/+34
* | | Enforce ordering of property compare in object comparisonsSara Golemon2018-09-102-8/+39
* | | Support fixed address mmap without replacementDavid Carlier2018-09-071-2/+6
* | | Fixed support for commutative "user opcodes"Dmitry Stogov2018-09-052-13/+26
* | | Fixed bug #76825 (Undefined symbols ___cpuid_count)Xinchen Hui2018-09-042-1/+12
* | | Fix incorrect literal freeing if pass_two generates fatal errorNikita Popov2018-09-041-1/+4
* | | Merge branch 'PHP-7.2' into PHP-7.3Dmitry Stogov2018-09-031-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Dmitry Stogov2018-09-031-1/+1
| |\ \ | | |/
| | * Fixed reference-countingin ZTS build.Dmitry Stogov2018-09-031-1/+1
* | | Fix #76820: Z_COPYABLE invalid definitionChristoph M. Becker2018-08-301-2/+2
* | | Merge branch 'PHP-7.2' into PHP-7.3Remi Collet2018-08-301-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Remi Collet2018-08-301-1/+1
| |\ \ | | |/
| | * fix double cast to int on 32-bitRemi Collet2018-08-301-1/+1
* | | Merge branch 'PHP-7.2' into PHP-7.3Dmitry Stogov2018-08-291-4/+9
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Dmitry Stogov2018-08-291-4/+9
| |\ \ | | |/
| | * Fixed incorrect ZEND_ACC_ARENA_ALLOCATED usage (it must be used only for inte...Dmitry Stogov2018-08-291-4/+9
| * | Fixed bug #75797Massimiliano Braglia2018-08-221-2/+5
* | | Revert "Support fixed address mmap without replacement"Remi Collet2018-08-291-7/+2
* | | Revert "Don't report mmap failure if it is expected"Remi Collet2018-08-291-1/+1
* | | Fix #76773 - Methods with a concrete scope need to be added againChris Wright2018-08-222-3/+37