Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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). | ||||
* | sync NEWS | Anatol Belski | 2015-10-27 | 1 | -0/+2 |
| | |||||
* | 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 |
| | |||||
* | sync NEWS | Anatol Belski | 2015-10-24 | 1 | -0/+2 |
| | |||||
* | Fix bug #70782 | Nikita Popov | 2015-10-24 | 2 | -2/+19 |
| | |||||
* | bump version | Anatol Belski | 2015-10-23 | 2 | -3/+3 |
| | |||||
* | rather use the supplied inttypes.h with vc14 | Anatol Belski | 2015-10-23 | 1 | -0/+9 |
| | |||||
* | 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 |
| | |||||
* | sync news | Anatol Belski | 2015-10-23 | 1 | -0/+2 |
| | |||||
* | Merge branch 'PHP-5.6' into PHP-7.0 | Xinchen Hui | 2015-10-23 | 3 | -4/+3606 |
| | | | | | Conflicts: Zend/zend_ini_scanner.c | ||||
* | sync NEWS | Anatol Belski | 2015-10-23 | 1 | -0/+4 |
| | |||||
* | Fixed bug #70730 (Incorrect ArrayObject serialization if unset is called in ↵ | Xinchen Hui | 2015-10-23 | 2 | -15/+59 |
| | | | | | | | serialize()) It's possible to fixed this in SPL side, but it will be ugly, and we should make serialize more robust, so I prefer fix it in serialize side. | ||||
* | sync NEWS | Anatol Belski | 2015-10-23 | 1 | -0/+1 |
| | |||||
* | Fixed bug #70715 (Segmentation fault inside soap client) | Xinchen Hui | 2015-10-23 | 1 | -1/+5 |
| | |||||
* | Prevent memcmp() result truncation | Bob Weinand | 2015-10-23 | 1 | -3/+3 |
| | | | | This fixes reported issues with sapi/phpdbg/tests/watch_001.phpt | ||||
* | sync NEWS | Anatol Belski | 2015-10-18 | 1 | -0/+4 |
| | |||||
* | Merge branch 'PHP-5.6' into PHP-7.0 | Anatol Belski | 2015-10-18 | 2 | -4/+46 |
| | | | | | | | | | | | | * PHP-5.6: C89 compat use spprintf instead (no need to estrdup afterwards). dblib's dbcolname can return null in some cases testcase fot bug #69757 Segmentation fault on pdo_dblib::nextRowset (bug #69757) Conflicts: ext/pdo_dblib/dblib_stmt.c | ||||
* | sync NEWS | Anatol Belski | 2015-10-18 | 1 | -0/+4 |
| | |||||
* | Fixed bug #70724 (Undefined Symbols from opcache.so on Mac OS X 10.10) | Xinchen Hui | 2015-10-18 | 2 | -6/+11 |
| | |||||
* | sync NEWS | Anatol Belski | 2015-10-18 | 1 | -1/+3 |
| | |||||
* | 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. | ||||
* | sync NEWS | Anatol Belski | 2015-10-18 | 1 | -0/+3 |
| | |||||
* | Fixed bug #70689 (Exception handler does not work as expected) | Xinchen Hui | 2015-10-18 | 5 | -12/+30 |
| | |||||
* | update NEWS | Anatol Belski | 2015-10-18 | 1 | -0/+5 |
| | |||||
* | Fixed Conditional jump or move depends on uninitialised value | Xinchen Hui | 2015-10-18 | 1 | -0/+2 |
| | |||||
* | Fixed bug #70709 (SOAP Client generates Segfault) | Xinchen Hui | 2015-10-18 | 1 | -1/+6 |
| | |||||
* | Do not create a fake Closure for real Closuresphp-7.0.0RC5 | Bob Weinand | 2015-10-14 | 2 | -1/+39 |
| | | | | That is solved by just returning the Closure as is, which is safe due to Closures being immutable objects | ||||
* | update UPGRADING | Anatol Belski | 2015-10-13 | 1 | -0/+4 |
| | |||||
* | sync NEWS | Anatol Belski | 2015-10-13 | 1 | -0/+38 |
| | |||||
* | bump RC version | Anatol Belski | 2015-10-13 | 2 | -3/+3 |
| | |||||
* | update libs_versions.txt | Anatol Belski | 2015-10-13 | 1 | -1/+1 |
| | |||||
* | Merge branch 'PHP-7.0' into PHP-7.0.0 | Anatol Belski | 2015-10-13 | 100 | -1208/+2567 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PHP-7.0: (103 commits) Add more tests for closure binding Forbid "fake" closure rebinding increase API versions fork test for ICU 56.1 fork test for ICU-56.1 fix test for ICU-56.1 fix test Double declaration fix stack overflow Generally run all tests in sapi folder by default Fixed bug #70685 Normalize rebinding failures Implemented file_cache_fallback mechanism Improve previous fix Fixed bug #70681 update NEWS update NEWS Fixed bug #70630 (Closure::call/bind() crash with ReflectionFunction->getClosure()) Fixed reference cuntmting for closures (previously we didn't increment reference counter for "internal" closures) Fixed infinity recurion if we create closure on top of other closure. ... | ||||
| * | Add more tests for closure binding | Nikita Popov | 2015-10-12 | 2 | -1/+209 |
| | | |||||
| * | Forbid "fake" closure rebinding | Dmitry Stogov | 2015-10-12 | 4 | -9/+21 |
| | | |||||
| * | increase API versions | Anatol Belski | 2015-10-12 | 3 | -3/+3 |
| | | |||||
| * | fork test for ICU 56.1 | Anatol Belski | 2015-10-12 | 2 | -1/+124 |
| | | |||||
| * | fork test for ICU-56.1 | Anatol Belski | 2015-10-12 | 2 | -1/+132 |
| | | |||||
| * | fix test for ICU-56.1 | Anatol Belski | 2015-10-12 | 3 | -1/+100 |
| | | |||||
| * | Merge branch 'PHP-5.6' into PHP-7.0 | Matteo Beccati | 2015-10-12 | 0 | -0/+0 |
| |\ | | | | | | | | | | | | | * PHP-5.6: fix test | ||||
| | * | fix test | Anatol Belski | 2015-10-12 | 1 | -0/+4 |
| | | | |||||
| * | | Double declaration | Xinchen Hui | 2015-10-12 | 1 | -1/+0 |
| | | | |||||
| * | | fix stack overflow | Anatol Belski | 2015-10-10 | 1 | -2/+4 |
| | | | |||||
| * | | Generally run all tests in sapi folder by default | Bob Weinand | 2015-10-10 | 1 | -1/+1 |
| | | | | | | | | | | | | Turned out that sapi/phpdbg actually wasn't explicitly included as sapi folders were individually selected | ||||
| * | | Merge branch 'PHP-5.6' into PHP-7.0 | Nikita Popov | 2015-10-10 | 2 | -1/+25 |
| |\ \ | | |/ | | | | | | | | | | Conflicts: Zend/zend_closures.c | ||||
| | * | Fixed bug #70685 | Nikita Popov | 2015-10-10 | 3 | -13/+38 |
| | | | | | | | | | | | | 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. |