summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Merge branch 'PHP-5.5' into PHP-5.6Xinchen Hui2015-03-111-0/+16
|\ \ \ \ \ | |/ / / /
| * | | | Improve test script for #69212Xinchen Hui2015-03-111-0/+16
* | | | | Merge branch 'PHP-5.5' into PHP-5.6Nikita Popov2015-03-103-0/+35
|\ \ \ \ \ | |/ / / /
| * | | | Fixed bug #69212Nikita Popov2015-03-103-0/+35
* | | | | Merge branch 'PHP-5.5' into PHP-5.6Xinchen Hui2015-03-102-16/+16
|\ \ \ \ \ | |/ / / /
| * | | | TypoXinchen Hui2015-03-102-16/+16
* | | | | Merge branch 'PHP-5.5' into PHP-5.6Xinchen Hui2015-03-101-1/+2
|\ \ \ \ \ | |/ / / /
| * | | | Fixed testXinchen Hui2015-03-101-1/+2
* | | | | Merge branch 'PHP-5.5' into PHP-5.6Xinchen Hui2015-03-103-39/+176
|\ \ \ \ \ | |/ / / /
| * | | | Fixed bug #66609 (php crashes with __get() and ++ operator in some cases)Xinchen Hui2015-03-103-39/+176
* | | | | Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2015-03-081-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch 'pull-request/1130' into PHP-5.5Stanislav Malyshev2015-03-081-1/+1
| |\ \ \ \
| | * | | | Add missing value for error_reporting directiveLior Kaplan2015-03-011-1/+1
* | | | | | Merge branch 'PHP-5.5' into PHP-5.6Xinchen Hui2015-03-051-1/+5
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Error also maybe happened hereXinchen Hui2015-03-051-1/+5
* | | | | | Revert commit to zend signal by mistakeXinchen Hui2015-03-051-4/+4
* | | | | | Merge branch 'PHP-5.5' into PHP-5.6Xinchen Hui2015-03-054-6/+42
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Fixed bug #69174 (leaks when unused inner class use traits precedence)Xinchen Hui2015-03-054-6/+42
| |/ / / /
* | | | | Merge branch 'PHP-5.5' into PHP-5.6Xinchen Hui2015-02-121-0/+42
|\ \ \ \ \ | |/ / / /
| * | | | Added test for #69017Xinchen Hui2015-02-121-0/+42
* | | | | Merge branch 'PHP-5.5' into PHP-5.6Xinchen Hui2015-02-121-0/+3
|\ \ \ \ \ | |/ / / /
| * | | | Fixed bug #69017 (Fail to push to the empty array with the constant value def...Xinchen Hui2015-02-121-0/+3
* | | | | Merge branch 'PHP-5.5' into PHP-5.6Xinchen Hui2015-02-092-2/+2
|\ \ \ \ \ | |/ / / /
| * | | | Improve tests for bug 67436Reeze Xia2015-02-072-2/+2
* | | | | Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2015-01-311-0/+1
|\ \ \ \ \ | |/ / / /
| * | | | Added test and possible fix for https://bugs.php.net/bug.php?id=67068Danack2015-01-311-0/+1
| * | | | Bump yearXinchen Hui2015-01-1599-101/+101
| * | | | Fixed bug #68676 (Explicit Double Free)Kalle Sommer Nielsen2014-12-291-1/+1
* | | | | bump yearXinchen Hui2015-01-15103-105/+105
* | | | | Fixed bug #68676 (Explicit Double Free)Kalle Sommer Nielsen2014-12-291-1/+1
* | | | | Merge branch 'PHP-5.5' into PHP-5.6Nikita Popov2014-12-191-0/+20
|\ \ \ \ \ | |/ / / /
| * | | | Fix bug #67111Nikita Popov2014-12-191-0/+20
* | | | | Merge branch 'PHP-5.5' into PHP-5.6Julien Pauli2014-12-123-2/+66
|\ \ \ \ \ | |/ / / /
| * | | | Fixed Bug #65576 (Constructor from trait conflicts with inherited constructor)Kévin Dunglas2014-12-123-2/+66
* | | | | Merge branch 'PHP-5.5' into PHP-5.6Anatol Belski2014-12-123-128/+41
|\ \ \ \ \ | |/ / / /
| * | | | Fixed bug #68583 Crash in timeout threadAnatol Belski2014-12-123-128/+41
* | | | | Merge branch 'PHP-5.5' into PHP-5.6Anatol Belski2014-12-031-3/+6
|\ \ \ \ \ | |/ / / /
| * | | | Fixed bug #55541 errors spawn MessageBox, which blocks test automationAnatol Belski2014-12-031-3/+6
* | | | | Merge branch 'PHP-5.5' into PHP-5.6Julien Pauli2014-11-282-0/+29
|\ \ \ \ \ | |/ / / /
| * | | | Fix #65419 - Inside trait, self::class != __CLASS__Julien Pauli2014-11-282-0/+29
* | | | | #68446 is fixedFerenc Kovacs2014-11-261-2/+0
* | | | | fix dir separator in testAnatol Belski2014-11-251-1/+1
* | | | | fix TS buildAnatol Belski2014-11-251-4/+4
* | | | | Better fix for bug #68446Dmitry Stogov2014-11-254-17/+41
* | | | | Revert NEWS and set test to XFAILBob Weinand2014-11-251-0/+2
* | | | | Revert "Fix bug #68446 (bug with constant defaults and type hints)"Bob Weinand2014-11-255-80/+47
* | | | | Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2014-11-234-0/+14
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch 'pull-request/840' into PHP-5.5Stanislav Malyshev2014-11-234-0/+14
| |\ \ \ \
| | * | | | Update the VM generation script, per Bob.Adam Harvey2014-10-311-0/+2
| | * | | | Add BEGIN_EXTERN_C() and END_EXTERN_C() to .h files missing them.Adam Harvey2014-10-313-0/+12