summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* Fixed testXinchen Hui2016-05-071-0/+7
* Strlen cleanup (additions for previous one fix)Xinchen Hui2016-05-072-4/+5
* Merge branch 'PHP-5.6' into PHP-7.0Xinchen Hui2016-05-061-1/+1
|\
| * Fixed bug #72172 (zend_hex_strtod should not use strlen)Xinchen Hui2016-05-061-1/+1
| * Fix ZTS builds by adding a missing TSRMLS_FETCH().Adam Harvey2016-04-201-0/+1
* | Fixed testXinchen Hui2016-05-061-4/+3
* | Revert "Fix bug #72162 (again)"Xinchen Hui2016-05-061-5/+10
* | Fix bug #72162 (again)Nikita Popov2016-05-051-10/+5
* | Fixed bug #72162 (use-after-free - error_reporting)Xinchen Hui2016-05-052-2/+14
* | Fix bug #72159Nikita Popov2016-05-044-32/+72
* | correct wordingJoe Watkins2016-05-041-2/+1
* | add compiler option to disable builtins (special case function calls)Joe Watkins2016-05-042-2/+11
* | Fix leaks in QM_ASSIGN, JMP_SET and COALESCENikita Popov2016-05-033-50/+110
* | Mark fcc as initialized for object callsBob Weinand2016-05-031-0/+1
* | Fix leak in zend_get_constant_exNikita Popov2016-05-022-20/+28
* | 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
|/ /