Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sync NEWSphp-7.0.0RC7 | Anatol Belski | 2015-11-11 | 1 | -0/+2 |
| | |||||
* | Re-Fixed bug #70249 (Segmentation fault while running PHPUnit tests on phpBB ↵ | Xinchen Hui | 2015-11-11 | 2 | -8/+35 |
| | | | | | | 3.2-dev) Let's fixed this in the root instead | ||||
* | C99 complain fix | Reeze Xia | 2015-11-11 | 1 | -0/+4 |
| | |||||
* | 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 |
| | |||||
* | Fixed bug #70624 opcache.huge_code_pages | Xinchen Hui | 2015-11-08 | 1 | -1/+1 |
| | |||||
* | Fix description of a BC break | Colin O'Dell | 2015-11-08 | 1 | -1/+1 |
| | |||||
* | manually apply the typo fix in master | Xinchen Hui | 2015-11-08 | 1 | -6/+6 |
| | |||||
* | rm duplicate include | Lynn | 2015-11-08 | 1 | -1/+0 |
| | |||||
* | Fixed typo in reflection phpt | James Titcumb | 2015-11-08 | 1 | -1/+1 |
| | |||||
* | Fix various update_opN_const issues | Nikita Popov | 2015-11-08 | 1 | -23/+41 |
| | |||||
* | Refactor update_op2_const | Nikita Popov | 2015-11-08 | 1 | -132/+122 |
| | | | | | | | | Combines both switches into one, to avoid having to maintain the same opcode list twice. This also makes most of the bugs fixed by the next commit pretty obvious. No functional change here. | ||||
* | Don't propagate into ops that error on non-string | Nikita Popov | 2015-11-08 | 4 | -57/+82 |
| | | | | | 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 | 2 | -6/+50 |
| | |||||
* | Fix update_opX_const lowercasing | Nikita Popov | 2015-11-08 | 2 | -12/+24 |
| | | | | It was lowering in-place. | ||||
* | Use defined macro | Xinchen Hui | 2015-11-08 | 1 | -1/+1 |
| | |||||
* | sync NEWS | Anatol Belski | 2015-11-08 | 1 | -0/+3 |
| | |||||
* | Fixed bug #70678 (PHP7 returns true when false is expected) | Felipe Pena | 2015-11-08 | 1 | -1/+1 |
| | | | | Cherry-pick from master. | ||||
* | add missing news entry | Anatol Belski | 2015-11-08 | 1 | -0/+3 |
| | |||||
* | Fix bug 68298 (PHP OCI8 OCI int overflow) (Senthil) | Christopher Jones | 2015-11-08 | 2 | -0/+56 |
| | |||||
* | bump version | Anatol Belski | 2015-11-08 | 2 | -3/+3 |
| | |||||
* | sync NEWS | Anatol Belski | 2015-11-08 | 1 | -0/+2 |
| | |||||
* | Fixed bug #70873 (Regression on private static properties access) | Xinchen Hui | 2015-11-08 | 2 | -2/+36 |
| | |||||
* | sync NEWS | Anatol Belski | 2015-11-08 | 1 | -0/+4 |
| | |||||
* | Merge branch 'PHP-5.6' into PHP-7.0 | Matteo Beccati | 2015-11-08 | 3 | -1/+207 |
| | | | | | * PHP-5.6: Fix bug #70875 Segmentation fault if wsdl has no targetNamespace attribute | ||||
* | sync NEWS | Anatol Belski | 2015-11-08 | 1 | -0/+2 |
| | |||||
* | Fixed bug #70323 (Regression in zend_fetch_debug_backtrace() can cause ↵ | Xinchen Hui | 2015-11-08 | 1 | -9/+11 |
| | | | | segfaults) | ||||
* | sync NEWS | Anatol Belski | 2015-11-08 | 1 | -0/+1 |
| | |||||
* | Make sure context is set to null to prevent use after free | Caleb Champlin | 2015-11-08 | 1 | -0/+1 |
| | |||||
* | sync NEWS | Anatol Belski | 2015-11-08 | 1 | -0/+4 |
| | |||||
* | Fixed bug #70876 (Segmentation fault when regenerating session id with ↵ | Xinchen Hui | 2015-11-08 | 2 | -5/+22 |
| | | | | strict mode) | ||||
* | sync NEWS | Anatol Belski | 2015-11-08 | 1 | -0/+2 |
| | |||||
* | 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 | 2 | -2/+2 |
| | |||||
* | no more dev ZEND_VERSION | Anatol Belski | 2015-11-08 | 1 | -1/+1 |
| | |||||
* | sync NEWS | Anatol Belski | 2015-11-08 | 1 | -0/+1 |
| | |||||
* | Fixed bug #70868 (PCRE JIT and pattern reuse segfault) | Xinchen Hui | 2015-11-08 | 2 | -0/+5 |
| | |||||
* | add failing test for bug #70868 | Márcio Almada | 2015-11-08 | 1 | -0/+32 |
| | |||||
* | sync NEWS | Anatol Belski | 2015-11-08 | 1 | -0/+6 |
| | |||||
* | fix NULL deref in mbstring post handler | Anatol Belski | 2015-11-08 | 1 | -2/+4 |
| | |||||
* | fix NULL deref in pdo_firebird | Anatol Belski | 2015-11-08 | 1 | -2/+3 |
| | | | | ref #70862 | ||||
* | fix pdo_sqlite crash with empty bound stream | Anatol Belski | 2015-11-08 | 2 | -2/+39 |
| | |||||
* | fix leak | Anatol Belski | 2015-11-08 | 1 | -0/+1 |
| | |||||
* | fix pdo_mysql crash with empty bound stream param | Anatol Belski | 2015-11-08 | 2 | -2/+49 |
| | | | | rel #70862 | ||||
* | add test for bug #70861 | Anatol Belski | 2015-11-08 | 1 | -0/+46 |
| | |||||
* | fix possible NULL deref in image functions | Anatol Belski | 2015-11-08 | 1 | -1/+6 |
| | |||||
* | fix crash in sqlite when executing with bound stream param | Anatol Belski | 2015-11-08 | 2 | -4/+44 |
| | | | | rel #70862 | ||||
* | Fix setting of empty string resource. | Fabian Franz | 2015-11-08 | 2 | -4/+2 |
| | |||||
* | update the actual sql parser file for #70861 | Anatol Belski | 2015-11-08 | 1 | -0/+4 |
| |