summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2015-05-122-13/+18
|\
| * Fix bug #69403 and other int overflowsStanislav Malyshev2015-05-102-14/+19
| * Fixed res leakXinchen Hui2015-04-141-3/+4
* | Saving the latter checking in most casesXinchen Hui2015-05-042-8/+6
* | Fix uninitialized value with extension traitsJohn Boehr2015-05-041-1/+1
* | Remove tail blank which is committed by accidentXinchen Hui2015-04-211-1/+1
* | Fixed Bug #69467 (Wrong checked for the interface by using Trait)Xinchen Hui2015-04-212-2/+24
* | Fixed res leakXinchen Hui2015-04-151-3/+4
* | Fixed bug #69419Nikita Popov2015-04-143-6/+28
* | Bug #63336 is not a bugDmitry Stogov2015-04-141-5/+3
* | codes standardXinchen Hui2015-04-141-1/+1
* | Merge branch 'PHP-5.5.24' into PHP-5.5Stanislav Malyshev2015-04-141-0/+3
|\ \
| * \ Merge branch 'PHP-5.5-security' into PHP-5.5.24Stanislav Malyshev2015-04-122-8/+3
| |\ \
| * \ \ Merge branch 'PHP-5.4.40' into PHP-5.5.24Stanislav Malyshev2015-04-111-0/+3
| |\ \ \ | | | |/ | | |/|
| | * | More fixes for bug #69152Stanislav Malyshev2015-04-111-0/+3
| | * | Revert "Merge branch 'PHP-5.4' of https://git.php.net/repository/php-src into...Stanislav Malyshev2015-04-011-1/+0
| | * | Merge branch 'PHP-5.4' of https://git.php.net/repository/php-src into PHP-5.4Xinchen Hui2015-03-255-3/+36
| | |\ \
| | * \ \ Merge branch 'arginfo' of https://github.com/realityking/php-src into PHP-5.4Xinchen Hui2015-03-081-0/+1
| | |\ \ \
| | | * | | Add ZEND_ARG_CALLABLE_INFO to allow internal function to type hint against ca...Rouven Weßling2014-01-251-0/+1
* | | | | | Fixed bug #69420 (Invalid read in zend_std_get_method)Xinchen Hui2015-04-102-0/+31
* | | | | | Fixed bug #67314 (Segmentation fault in gc_remove_zval_from_buffer)Dmitry Stogov2015-04-082-0/+26
* | | | | | Fix bug #60022Nikita Popov2015-04-064-7/+9
* | | | | | Fix static member destructionNikita Popov2015-04-061-1/+1
* | | | | | Fixed bug #68652 (segmentation fault in destructor)Dmitry Stogov2015-04-062-7/+47
| |_|_|_|/ |/| | | |
* | | | | Prevent GC from changing zval or object 'color' before they are actually inse...Dmitry Stogov2015-04-021-7/+2
* | | | | Fix typo: unitialized -> uninitializedLior Kaplan2015-04-011-1/+1
|/ / / /
* | | | Fixed bug #69221Nikita Popov2015-03-134-7/+51
* | | | Improve test script for #69212Xinchen Hui2015-03-111-0/+16
* | | | Fixed bug #69212Nikita Popov2015-03-103-0/+35
* | | | TypoXinchen Hui2015-03-102-16/+16
* | | | Fixed testXinchen Hui2015-03-101-1/+2
* | | | Fixed bug #66609 (php crashes with __get() and ++ operator in some cases)Xinchen Hui2015-03-103-39/+176
* | | | 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
* | | | | Error also maybe happened hereXinchen Hui2015-03-051-1/+5
* | | | | Fixed bug #69174 (leaks when unused inner class use traits precedence)Xinchen Hui2015-03-054-6/+42
|/ / / /
* | | | Added test for #69017Xinchen Hui2015-02-121-0/+42
* | | | Fixed bug #69017 (Fail to push to the empty array with the constant value def...Xinchen Hui2015-02-121-0/+3
* | | | Improve tests for bug 67436Reeze Xia2015-02-072-2/+2
* | | | 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
* | | | Fix bug #67111Nikita Popov2014-12-191-0/+20
* | | | Fixed Bug #65576 (Constructor from trait conflicts with inherited constructor)Kévin Dunglas2014-12-123-2/+66
* | | | Fixed bug #68583 Crash in timeout threadAnatol Belski2014-12-123-128/+41
* | | | Fixed bug #55541 errors spawn MessageBox, which blocks test automationAnatol Belski2014-12-031-3/+6
* | | | Fix #65419 - Inside trait, self::class != __CLASS__Julien Pauli2014-11-282-0/+29
* | | | 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