summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* Improved fix for bug (count on symbol table)Xinchen Hui2015-11-242-0/+37
* Port the fix of 5.6 to 7.0Xinchen Hui2015-11-212-20/+21
* Merge branch 'PHP-5.6' into PHP-7.0Xinchen Hui2015-11-211-6/+27
* Improved previously fix a littleXinchen Hui2015-11-211-6/+4
* Fixed bug #70947 (INI parser segfault with INI_SCANNER_TYPED)Xinchen Hui2015-11-211-1/+6
* Merge branch 'PHP-5.6' into PHP-7.0Xinchen Hui2015-11-192-1/+25
* fix test titleAnatol Belski2015-11-171-1/+1
* Fixed bug #70914 zend_throw_or_error() format string vulnerabilityTaoguang Chen2015-11-172-1/+18
* Fixed bug #70912 (Null ptr dereference instantiating class with invalid array...Xinchen Hui2015-11-172-2/+15
* add test for bug #70898Anatol Belski2015-11-171-0/+22
* Also protects this oneXinchen Hui2015-11-171-1/+1
* Re-fixed #70895Xinchen Hui2015-11-172-1/+16
* Re-Fixed bug #70249 (Segmentation fault while running PHPUnit tests on phpBB ...Xinchen Hui2015-11-111-8/+7
* Fixed incorrect order of free/finally on exceptionDmitry Stogov2015-11-104-16/+35
* Added testsDmitry Stogov2015-11-102-0/+84
* additional catch to bug #70863Anatol Belski2015-11-101-1/+1
* manually apply the typo fix in masterXinchen Hui2015-11-081-6/+6
* Don't propagate into ops that error on non-stringNikita Popov2015-11-081-0/+11
* Strip leading backslash in update_opN_constNikita Popov2015-11-081-0/+13
* Fix update_opX_const lowercasingNikita Popov2015-11-081-0/+13
* Fixed bug #70873 (Regression on private static properties access)Xinchen Hui2015-11-082-2/+36
* Fixed bug #70323 (Regression in zend_fetch_debug_backtrace() can cause segfau...Xinchen Hui2015-11-081-9/+11
* fix decrement_function regarding bug #70863Anatol Belski2015-11-081-1/+1
* Fixed bug #70863 Incorect logic to increment_function for proxy objectsAnatol Belski2015-11-081-1/+1
* no more dev ZEND_VERSIONAnatol Belski2015-11-081-1/+1
* Fixed bug #70868 (PCRE JIT and pattern reuse segfault)Xinchen Hui2015-11-081-32/+0
* add failing test for bug #70868Márcio Almada2015-11-081-0/+32
* Fixed bug #70805 (Segmentation faults whilst running Drupal 8 test suite)Xinchen Hui2015-11-087-22/+219
* Fix frequent reallocations with many small stringsphp-7.0.0RC6Dmitry Stogov2015-10-271-0/+16
* Fixed inconsistent exception handling (uopz/tests/006.phpt was failed when PH...Dmitry Stogov2015-10-272-4/+2
* Fixed bug #70785 (Infinite loop due to exception during identical comparison)Xinchen Hui2015-10-273-170/+93
* Fixed incorrect "peak" memory consumption calculation.Dmitry Stogov2015-10-271-0/+12
* Fix bug #70782Nikita Popov2015-10-242-2/+19
* Revert "Ensure proper exception handling and EX(opline) state in USER_OPCODE ...Xinchen Hui2015-10-232-14/+2
* Regenerate zend_ini_scanner.cXinchen Hui2015-10-231-3582/+0
* Merge branch 'PHP-5.6' into PHP-7.0Xinchen Hui2015-10-233-4/+3606
* Fixed bug #70430Nikita Popov2015-10-182-10/+38
* Reindent zend_yytnamerrNikita Popov2015-10-181-39/+37
* Fixed bug #70689 (Exception handler does not work as expected)Xinchen Hui2015-10-185-12/+30
* Do not create a fake Closure for real Closuresphp-7.0.0RC5Bob Weinand2015-10-141-0/+33
* Add more tests for closure bindingNikita Popov2015-10-122-1/+209
* Forbid "fake" closure rebindingDmitry Stogov2015-10-123-6/+18
* increase API versionsAnatol Belski2015-10-122-2/+2
* Double declarationXinchen Hui2015-10-121-1/+0
* Merge branch 'PHP-5.6' into PHP-7.0Nikita Popov2015-10-101-0/+22
|\
| * Fixed bug #70685Nikita Popov2015-10-102-13/+36
* | Normalize rebinding failuresNikita Popov2015-10-104-70/+58
* | Merge branch 'PHP-5.6' into PHP-7.0Nikita Popov2015-10-092-1/+6
|\ \ | |/
| * Improve previous fixNikita Popov2015-10-092-1/+6
* | Merge branch 'PHP-5.6' into PHP-7.0Nikita Popov2015-10-092-0/+17
|\ \ | |/