summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* Drop dup declare with inconsistent linkageNikita Popov2016-05-021-1/+0
* fix dir separator in testAnatol Belski2016-05-011-1/+1
* Fix ('\bar')() in namespaceNikita Popov2016-05-012-0/+16
* Added testDmitry Stogov2016-04-281-0/+18
* Fixed BC break described by bug #72119.Dmitry Stogov2016-04-283-0/+7
* Fixed bug #72101 (crash on complex code)Dmitry Stogov2016-04-253-2/+92
* Fix constant expr coaleasce with protected mode opcacheBob Weinand2016-04-212-12/+9
* Fix magic constants (__LINE__) with ?? for constant scalar exprsBob Weinand2016-04-215-11/+49
* allow null coalescing (??) on constant expressionsMárcio Almada2016-04-216-2/+93
* Fix bug #71737Nikita Popov2016-04-203-4/+20
* Fix RECV opcode to handle all kinds of exceptionsNikita Nefedov2016-04-203-4/+25
* Merge branch 'PHP-5.6' into PHP-7.0Dmitry Stogov2016-04-191-1/+2
|\
| * Prevent usage in GC after free.Dmitry Stogov2016-04-191-1/+2
| * Fix #69537: __debugInfo with empty string for key gives errorJoe Watkins2016-04-032-1/+20
* | Fix SEND_USER as wellNikita Popov2016-04-183-24/+29
* | Fix SEND_ARRAY+PREFER_REF SHM corruptionNikita Popov2016-04-183-48/+51
* | combine conditionsXinchen Hui2016-04-182-2/+2
* | Fix SEND_UNPACK array separationNikita Popov2016-04-163-6/+42
* | Fixed bug #72038 (Function calls with values to a by-ref parameter don't alwa...Bob Weinand2016-04-165-33/+57
* | Fix ZEND_SEPARATE for by-val func returning ref zvalNikita Popov2016-04-123-0/+31
* | Drop unnecessary ZEND_SEPARATE codeNikita Popov2016-04-122-6/+2
* | fix skipifRemi Collet2016-04-121-1/+1
* | handle dummy frameJoe Watkins2016-04-111-0/+3
* | Fixed bug #71980Nikita Popov2016-04-072-4/+51
* | Remove __halt_compiler from semi-reserved tokensNikita Popov2016-04-074-10/+1
* | Fixed buildDmitry Stogov2016-04-071-2/+2
* | Fixed bug #71978 (Existence of return type hint affects other compatibility r...Dmitry Stogov2016-04-062-12/+47
* | Merge branch 'PHP-7.0' of https://github.com/php/php-src into PHP-7.0Joe Watkins2016-04-032-2/+32
|\ \
| * | Fixed bug #71930 (_zval_dtor_func: Assertion `(arr)->gc.refcount <= 1' failed)Xinchen Hui2016-04-012-2/+32
* | | fix #69537: __debugInfo with empty string for key gives errorJoe Watkins2016-04-032-1/+20
|/ /
* | Fix __invoke comparison in closure_get_methodNikita Popov2016-03-302-6/+18
* | Fixed bug #71922Nikita Popov2016-03-292-16/+52
* | Merge branch 'PHP-7.0' of https://github.com/php/php-src into PHP-7.0Joe Watkins2016-03-291-0/+15
|\ \
| * | Update testsXinchen Hui2016-03-291-0/+15
* | | remove unused paramJoe Watkins2016-03-291-3/+3
|/ /
* | Fixed bug #71914 (Reference is lost in "switch")Xinchen Hui2016-03-293-10/+35
* | fix bug #71428: Validation type inheritance with = NULLJoe Watkins2016-03-292-0/+13
* | Bug #71428 work ... hopefully, fix drupal 8Joe Watkins2016-03-292-7/+30
* | work on #71428Joe Watkins2016-03-282-0/+18
* | my commits are bad, and I feel bad (test for bug #71414)Joe Watkins2016-03-261-0/+25
* | fix #71414 (Interface method override inherited method and implemented in a t...Joe Watkins2016-03-264-9/+9
* | add test for bugJoe Watkins2016-03-261-0/+61
* | fix standard object handler for properties when type == BP_VAR_ISJoe Watkins2016-03-261-0/+25
* | Disable huge pages in the Zend allocator by defaultRasmus Lerdorf2016-03-221-3/+3
* | Fixed bug #71871Nikita Popov2016-03-213-1/+25
* | array_dup should not copy the nApplyCountXinchen Hui2016-03-211-3/+3
* | Also protects object to array castXinchen Hui2016-03-211-1/+3
* | Fix bug #71835 (json_encode sometimes incorrectly detects recursion with Json...Jakub Zelenka2016-03-201-1/+1
* | Fixed bug #71731Nikita Popov2016-03-202-1/+78
* | Fix use of UNDEF instead of NULL in read_dimensionNikita Popov2016-03-203-3/+44