| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fixed bug #77165 | Nikita Popov | 2018-11-15 | 1 | -0/+8 |
| * | Fix compilation on x32 | Jan Rękorajski | 2018-11-13 | 2 | -2/+2 |
| * | Fix #76825: Undefined symbols ___cpuid_count | Christoph M. Becker | 2018-11-05 | 2 | -1/+19 |
| * | Fix: #77110 undefined symbol zend_string_equal_val in C++ build | Remi Collet | 2018-11-05 | 1 | -0/+2 |
| * | Future-proof email addresses | Zeev Suraski | 2018-11-01 | 87 | -176/+176 |
| * | Fix failing Zend/tests due to newlines | Peter Kokot | 2018-10-15 | 2 | -0/+2 |
| * | Sync leading and final newlines in *.phpt sections | Peter Kokot | 2018-10-15 | 399 | -511/+131 |
| * | Trim trailing whitespace in *.phpt | Peter Kokot | 2018-10-14 | 575 | -992/+991 |
| * | Sync leading and final newlines in source code files | Peter Kokot | 2018-10-14 | 8 | -8/+2 |
| * | Trim trailing whitespace in source code files | Peter Kokot | 2018-10-13 | 7 | -31/+30 |
| * | Convert CRLF line endings to LF | Peter Kokot | 2018-10-13 | 1 | -81/+81 |
| * | Fixed bug #76991 | Nikita Popov | 2018-10-10 | 2 | -230/+234 |
| * | Merge branch 'PHP-7.2' into PHP-7.3 | Pierrick Charron | 2018-10-09 | 3 | -56/+106 |
| |\ | |||||
| | * | Merge branch 'PHP-7.1' into PHP-7.2 | Pierrick Charron | 2018-10-09 | 3 | -86/+136 |
| | |\ | |||||
| | | * | Fixed bug #76965 INI_SCANNER_RAW doesn't strip trailing whitespace | Pierrick Charron | 2018-10-09 | 3 | -86/+136 |
| * | | | Fix bug #76979: define() error message does not mention resources as valid va... | Michael Moravec | 2018-10-06 | 5 | -7/+9 |
| * | | | Merge branch 'PHP-7.2' into PHP-7.3 | Nikita Popov | 2018-10-02 | 1 | -0/+6 |
| |\ \ \ | |/ / | |||||
| | * | | Fixed bug #76936 | Nikita Popov | 2018-10-02 | 1 | -0/+6 |
| * | | | Fixed bug #72635 | Nikita Popov | 2018-09-29 | 5 | -5/+21 |
| * | | | Merge branch 'PHP-7.2' into PHP-7.3 | Nikita Popov | 2018-09-28 | 2 | -0/+63 |
| |\ \ \ | |/ / | |||||
| | * | | Merge branch 'PHP-7.1' into PHP-7.2 | Nikita Popov | 2018-09-28 | 2 | -0/+63 |
| | |\ \ | | |/ | |||||
| | | * | Fixed bug #76946 | Nikita Popov | 2018-09-28 | 2 | -0/+63 |
| * | | | Merge branch 'PHP-7.2' into PHP-7.3 | Nikita Popov | 2018-09-28 | 1 | -2/+1 |
| |\ \ \ | |/ / | |||||
| | * | | Merge branch 'PHP-7.1' into PHP-7.2 | Nikita Popov | 2018-09-28 | 1 | -2/+1 |
| | |\ \ | | |/ | |||||
| | | * | Fix test for release builds | Nikita Popov | 2018-09-28 | 1 | -2/+1 |
| * | | | Merge branch 'PHP-7.2' into PHP-7.3 | Nikita Popov | 2018-09-28 | 2 | -2/+31 |
| |\ \ \ | |/ / | |||||
| | * | | Merge branch 'PHP-7.1' into PHP-7.2 | Nikita Popov | 2018-09-28 | 2 | -2/+31 |
| | |\ \ | | |/ | |||||
| | | * | Fixed bug #76846 | Nikita Popov | 2018-09-28 | 2 | -2/+31 |
| * | | | Merge branch 'PHP-7.2' into PHP-7.3 | Nikita Popov | 2018-09-19 | 2 | -7/+22 |
| |\ \ \ | |/ / | |||||
| | * | | Merge branch 'PHP-7.1' into PHP-7.2 | Nikita Popov | 2018-09-19 | 2 | -7/+22 |
| | |\ \ | | |/ | |||||
| | | * | Fixed bug #76901 | Nikita Popov | 2018-09-19 | 2 | -7/+22 |
| * | | | Allow switching back to Zend MM heap. | Dmitry Stogov | 2018-09-17 | 1 | -4/+8 |
| * | | | Merge branch 'PHP-7.2' into PHP-7.3 | Dmitry Stogov | 2018-09-14 | 2 | -3/+18 |
| |\ \ \ | |/ / | |||||
| | * | | Fixed bug #76800 (foreach inconsistent if array modified during loop) | Dmitry Stogov | 2018-09-14 | 2 | -3/+18 |
| * | | | Fixed bug #76869 (Incorrect bypassing protected method accessibilty check). | Dmitry Stogov | 2018-09-12 | 2 | -6/+34 |
| * | | | Enforce ordering of property compare in object comparisons | Sara Golemon | 2018-09-10 | 2 | -8/+39 |
| * | | | Support fixed address mmap without replacement | David Carlier | 2018-09-07 | 1 | -2/+6 |
| * | | | Fixed support for commutative "user opcodes" | Dmitry Stogov | 2018-09-05 | 2 | -13/+26 |
| * | | | Fixed bug #76825 (Undefined symbols ___cpuid_count) | Xinchen Hui | 2018-09-04 | 2 | -1/+12 |
| * | | | Fix incorrect literal freeing if pass_two generates fatal error | Nikita Popov | 2018-09-04 | 1 | -1/+4 |
| * | | | Merge branch 'PHP-7.2' into PHP-7.3 | Dmitry Stogov | 2018-09-03 | 1 | -1/+1 |
| |\ \ \ | |/ / | |||||
| | * | | Merge branch 'PHP-7.1' into PHP-7.2 | Dmitry Stogov | 2018-09-03 | 1 | -1/+1 |
| | |\ \ | | |/ | |||||
| | | * | Fixed reference-countingin ZTS build. | Dmitry Stogov | 2018-09-03 | 1 | -1/+1 |
| * | | | Fix #76820: Z_COPYABLE invalid definition | Christoph M. Becker | 2018-08-30 | 1 | -2/+2 |
| * | | | Merge branch 'PHP-7.2' into PHP-7.3 | Remi Collet | 2018-08-30 | 1 | -1/+1 |
| |\ \ \ | |/ / | |||||
| | * | | Merge branch 'PHP-7.1' into PHP-7.2 | Remi Collet | 2018-08-30 | 1 | -1/+1 |
| | |\ \ | | |/ | |||||
| | | * | fix double cast to int on 32-bit | Remi Collet | 2018-08-30 | 1 | -1/+1 |
| * | | | Merge branch 'PHP-7.2' into PHP-7.3 | Dmitry Stogov | 2018-08-29 | 1 | -4/+9 |
| |\ \ \ | |/ / | |||||
| | * | | Merge branch 'PHP-7.1' into PHP-7.2 | Dmitry Stogov | 2018-08-29 | 1 | -4/+9 |
| | |\ \ | | |/ | |||||
| | | * | Fixed incorrect ZEND_ACC_ARENA_ALLOCATED usage (it must be used only for inte... | Dmitry Stogov | 2018-08-29 | 1 | -4/+9 |
