summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Collapse)AuthorAgeFilesLines
* Fixed bug #70959 (ArrayObject unserialize does not restore protected fields)Xinchen Hui2015-11-251-2/+14
|
* Revert "Merge branch 'PHP-5.6' into PHP-7.0"Anatol Belski2015-11-241-27/+6
| | | | This reverts commit 7d2a26b3fd90fb8ef8ab5d1a7134c370f3be0a78.
* Revert "Port the fix of 5.6 to 7.0"Anatol Belski2015-11-242-21/+20
| | | | This reverts commit c2f7fadee2fa176bb020f7833686fbc6cd092bc7.
* 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
| | | | | | Conflicts: Zend/tests/bug70944.phpt Zend/zend_exceptions.c
* 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
| | | | | Conflicts: Zend/zend_exceptions.c
* fix test titleAnatol Belski2015-11-171-1/+1
| | | | c/p mistake :)
* 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 ↵Xinchen Hui2015-11-172-2/+15
| | | | array property)
* 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
| | | | | | 3.2-dev) Let's fixed this in the root instead
* 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
| | | | | To properly support this make update_opN_const fallible -- they are not always called through replace_with_const.
* Strip leading backslash in update_opN_constNikita Popov2015-11-081-0/+13
|
* Fix update_opX_const lowercasingNikita Popov2015-11-081-0/+13
| | | | It was lowering in-place.
* 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 ↵Xinchen Hui2015-11-081-9/+11
| | | | segfaults)
* 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 ↵Dmitry Stogov2015-10-272-4/+2
| | | | PHP build with --disable-gcc-global-regs).
* 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
| | | | | | | | handler" read: http://news.php.net/php.internals/88887 This reverts commit 808f62bb4d9812e9b7b35c87f3e90e5fc2bc244b.
* Regenerate zend_ini_scanner.cXinchen Hui2015-10-231-3582/+0
|
* Merge branch 'PHP-5.6' into PHP-7.0Xinchen Hui2015-10-233-4/+3606
| | | | | Conflicts: Zend/zend_ini_scanner.c
* Fixed bug #70430Nikita Popov2015-10-182-10/+38
|
* Reindent zend_yytnamerrNikita Popov2015-10-181-39/+37
| | | | Separating this whitespace change from the next diff.
* 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
| | | | That is solved by just returning the Closure as is, which is safe due to Closures being immutable objects
* 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
|\ | | | | | | | | Conflicts: Zend/zend_closures.c
| * Fixed bug #70685Nikita Popov2015-10-102-13/+36
| | | | | | | | Doing a less intrusive variant of the PHP 7.0 fix for 5.6.
* | Normalize rebinding failuresNikita Popov2015-10-104-70/+58
| | | | | | | | | | | | | | Move all rebinding checks into one function to make sure they stay in sync. Normalize return value to be NULL for all rebinding failures, instead of returning an improperly bound closure in some cases.