Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed bug #70959 (ArrayObject unserialize does not restore protected fields) | Xinchen Hui | 2015-11-25 | 1 | -2/+14 |
| | |||||
* | Revert "Merge branch 'PHP-5.6' into PHP-7.0" | Anatol Belski | 2015-11-24 | 1 | -27/+6 |
| | | | | This reverts commit 7d2a26b3fd90fb8ef8ab5d1a7134c370f3be0a78. | ||||
* | Revert "Port the fix of 5.6 to 7.0" | Anatol Belski | 2015-11-24 | 2 | -21/+20 |
| | | | | This reverts commit c2f7fadee2fa176bb020f7833686fbc6cd092bc7. | ||||
* | Improved fix for bug (count on symbol table) | Xinchen Hui | 2015-11-24 | 2 | -0/+37 |
| | |||||
* | Port the fix of 5.6 to 7.0 | Xinchen Hui | 2015-11-21 | 2 | -20/+21 |
| | |||||
* | Merge branch 'PHP-5.6' into PHP-7.0 | Xinchen Hui | 2015-11-21 | 1 | -6/+27 |
| | | | | | | Conflicts: Zend/tests/bug70944.phpt Zend/zend_exceptions.c | ||||
* | Improved previously fix a little | Xinchen Hui | 2015-11-21 | 1 | -6/+4 |
| | |||||
* | Fixed bug #70947 (INI parser segfault with INI_SCANNER_TYPED) | Xinchen Hui | 2015-11-21 | 1 | -1/+6 |
| | |||||
* | Merge branch 'PHP-5.6' into PHP-7.0 | Xinchen Hui | 2015-11-19 | 2 | -1/+25 |
| | | | | | Conflicts: Zend/zend_exceptions.c | ||||
* | fix test title | Anatol Belski | 2015-11-17 | 1 | -1/+1 |
| | | | | c/p mistake :) | ||||
* | Fixed bug #70914 zend_throw_or_error() format string vulnerability | Taoguang Chen | 2015-11-17 | 2 | -1/+18 |
| | |||||
* | Fixed bug #70912 (Null ptr dereference instantiating class with invalid ↵ | Xinchen Hui | 2015-11-17 | 2 | -2/+15 |
| | | | | array property) | ||||
* | add test for bug #70898 | Anatol Belski | 2015-11-17 | 1 | -0/+22 |
| | |||||
* | Also protects this one | Xinchen Hui | 2015-11-17 | 1 | -1/+1 |
| | |||||
* | Re-fixed #70895 | Xinchen Hui | 2015-11-17 | 2 | -1/+16 |
| | |||||
* | Re-Fixed bug #70249 (Segmentation fault while running PHPUnit tests on phpBB ↵ | Xinchen Hui | 2015-11-11 | 1 | -8/+7 |
| | | | | | | 3.2-dev) Let's fixed this in the root instead | ||||
* | Fixed incorrect order of free/finally on exception | Dmitry Stogov | 2015-11-10 | 4 | -16/+35 |
| | |||||
* | Added tests | Dmitry Stogov | 2015-11-10 | 2 | -0/+84 |
| | |||||
* | additional catch to bug #70863 | Anatol Belski | 2015-11-10 | 1 | -1/+1 |
| | |||||
* | manually apply the typo fix in master | Xinchen Hui | 2015-11-08 | 1 | -6/+6 |
| | |||||
* | Don't propagate into ops that error on non-string | Nikita Popov | 2015-11-08 | 1 | -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_const | Nikita Popov | 2015-11-08 | 1 | -0/+13 |
| | |||||
* | Fix update_opX_const lowercasing | Nikita Popov | 2015-11-08 | 1 | -0/+13 |
| | | | | It was lowering in-place. | ||||
* | Fixed bug #70873 (Regression on private static properties access) | Xinchen Hui | 2015-11-08 | 2 | -2/+36 |
| | |||||
* | Fixed bug #70323 (Regression in zend_fetch_debug_backtrace() can cause ↵ | Xinchen Hui | 2015-11-08 | 1 | -9/+11 |
| | | | | segfaults) | ||||
* | fix decrement_function regarding bug #70863 | Anatol Belski | 2015-11-08 | 1 | -1/+1 |
| | |||||
* | Fixed bug #70863 Incorect logic to increment_function for proxy objects | Anatol Belski | 2015-11-08 | 1 | -1/+1 |
| | |||||
* | no more dev ZEND_VERSION | Anatol Belski | 2015-11-08 | 1 | -1/+1 |
| | |||||
* | Fixed bug #70868 (PCRE JIT and pattern reuse segfault) | Xinchen Hui | 2015-11-08 | 1 | -32/+0 |
| | |||||
* | add failing test for bug #70868 | Márcio Almada | 2015-11-08 | 1 | -0/+32 |
| | |||||
* | Fixed bug #70805 (Segmentation faults whilst running Drupal 8 test suite) | Xinchen Hui | 2015-11-08 | 7 | -22/+219 |
| | |||||
* | Fix frequent reallocations with many small stringsphp-7.0.0RC6 | Dmitry Stogov | 2015-10-27 | 1 | -0/+16 |
| | |||||
* | Fixed inconsistent exception handling (uopz/tests/006.phpt was failed when ↵ | Dmitry Stogov | 2015-10-27 | 2 | -4/+2 |
| | | | | PHP build with --disable-gcc-global-regs). | ||||
* | Fixed bug #70785 (Infinite loop due to exception during identical comparison) | Xinchen Hui | 2015-10-27 | 3 | -170/+93 |
| | |||||
* | Fixed incorrect "peak" memory consumption calculation. | Dmitry Stogov | 2015-10-27 | 1 | -0/+12 |
| | |||||
* | Fix bug #70782 | Nikita Popov | 2015-10-24 | 2 | -2/+19 |
| | |||||
* | Revert "Ensure proper exception handling and EX(opline) state in USER_OPCODE ↵ | Xinchen Hui | 2015-10-23 | 2 | -14/+2 |
| | | | | | | | | handler" read: http://news.php.net/php.internals/88887 This reverts commit 808f62bb4d9812e9b7b35c87f3e90e5fc2bc244b. | ||||
* | Regenerate zend_ini_scanner.c | Xinchen Hui | 2015-10-23 | 1 | -3582/+0 |
| | |||||
* | Merge branch 'PHP-5.6' into PHP-7.0 | Xinchen Hui | 2015-10-23 | 3 | -4/+3606 |
| | | | | | Conflicts: Zend/zend_ini_scanner.c | ||||
* | Fixed bug #70430 | Nikita Popov | 2015-10-18 | 2 | -10/+38 |
| | |||||
* | Reindent zend_yytnamerr | Nikita Popov | 2015-10-18 | 1 | -39/+37 |
| | | | | Separating this whitespace change from the next diff. | ||||
* | Fixed bug #70689 (Exception handler does not work as expected) | Xinchen Hui | 2015-10-18 | 5 | -12/+30 |
| | |||||
* | Do not create a fake Closure for real Closuresphp-7.0.0RC5 | Bob Weinand | 2015-10-14 | 1 | -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 binding | Nikita Popov | 2015-10-12 | 2 | -1/+209 |
| | |||||
* | Forbid "fake" closure rebinding | Dmitry Stogov | 2015-10-12 | 3 | -6/+18 |
| | |||||
* | increase API versions | Anatol Belski | 2015-10-12 | 2 | -2/+2 |
| | |||||
* | Double declaration | Xinchen Hui | 2015-10-12 | 1 | -1/+0 |
| | |||||
* | Merge branch 'PHP-5.6' into PHP-7.0 | Nikita Popov | 2015-10-10 | 1 | -0/+22 |
|\ | | | | | | | | | Conflicts: Zend/zend_closures.c | ||||
| * | Fixed bug #70685 | Nikita Popov | 2015-10-10 | 2 | -13/+36 |
| | | | | | | | | Doing a less intrusive variant of the PHP 7.0 fix for 5.6. | ||||
* | | Normalize rebinding failures | Nikita Popov | 2015-10-10 | 4 | -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. |