summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* sync NEWSphp-7.0.0RC7Anatol Belski2015-11-111-0/+2
|
* Re-Fixed bug #70249 (Segmentation fault while running PHPUnit tests on phpBB ↵Xinchen Hui2015-11-112-8/+35
| | | | | | 3.2-dev) Let's fixed this in the root instead
* C99 complain fixReeze Xia2015-11-111-0/+4
|
* 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
|
* Fixed bug #70624 opcache.huge_code_pagesXinchen Hui2015-11-081-1/+1
|
* Fix description of a BC breakColin O'Dell2015-11-081-1/+1
|
* manually apply the typo fix in masterXinchen Hui2015-11-081-6/+6
|
* rm duplicate includeLynn2015-11-081-1/+0
|
* Fixed typo in reflection phptJames Titcumb2015-11-081-1/+1
|
* Fix various update_opN_const issuesNikita Popov2015-11-081-23/+41
|
* Refactor update_op2_constNikita Popov2015-11-081-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-stringNikita Popov2015-11-084-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_constNikita Popov2015-11-082-6/+50
|
* Fix update_opX_const lowercasingNikita Popov2015-11-082-12/+24
| | | | It was lowering in-place.
* Use defined macroXinchen Hui2015-11-081-1/+1
|
* sync NEWSAnatol Belski2015-11-081-0/+3
|
* Fixed bug #70678 (PHP7 returns true when false is expected)Felipe Pena2015-11-081-1/+1
| | | | Cherry-pick from master.
* add missing news entryAnatol Belski2015-11-081-0/+3
|
* Fix bug 68298 (PHP OCI8 OCI int overflow) (Senthil)Christopher Jones2015-11-082-0/+56
|
* bump versionAnatol Belski2015-11-082-3/+3
|
* sync NEWSAnatol Belski2015-11-081-0/+2
|
* Fixed bug #70873 (Regression on private static properties access)Xinchen Hui2015-11-082-2/+36
|
* sync NEWSAnatol Belski2015-11-081-0/+4
|
* Merge branch 'PHP-5.6' into PHP-7.0Matteo Beccati2015-11-083-1/+207
| | | | | * PHP-5.6: Fix bug #70875 Segmentation fault if wsdl has no targetNamespace attribute
* sync NEWSAnatol Belski2015-11-081-0/+2
|
* Fixed bug #70323 (Regression in zend_fetch_debug_backtrace() can cause ↵Xinchen Hui2015-11-081-9/+11
| | | | segfaults)
* sync NEWSAnatol Belski2015-11-081-0/+1
|
* Make sure context is set to null to prevent use after freeCaleb Champlin2015-11-081-0/+1
|
* sync NEWSAnatol Belski2015-11-081-0/+4
|
* Fixed bug #70876 (Segmentation fault when regenerating session id with ↵Xinchen Hui2015-11-082-5/+22
| | | | strict mode)
* sync NEWSAnatol Belski2015-11-081-0/+2
|
* fix decrement_function regarding bug #70863Anatol Belski2015-11-081-1/+1
|
* Fixed bug #70863 Incorect logic to increment_function for proxy objectsAnatol Belski2015-11-082-2/+2
|
* no more dev ZEND_VERSIONAnatol Belski2015-11-081-1/+1
|
* sync NEWSAnatol Belski2015-11-081-0/+1
|
* Fixed bug #70868 (PCRE JIT and pattern reuse segfault)Xinchen Hui2015-11-082-0/+5
|
* add failing test for bug #70868Márcio Almada2015-11-081-0/+32
|
* sync NEWSAnatol Belski2015-11-081-0/+6
|
* fix NULL deref in mbstring post handlerAnatol Belski2015-11-081-2/+4
|
* fix NULL deref in pdo_firebirdAnatol Belski2015-11-081-2/+3
| | | | ref #70862
* fix pdo_sqlite crash with empty bound streamAnatol Belski2015-11-082-2/+39
|
* fix leakAnatol Belski2015-11-081-0/+1
|
* fix pdo_mysql crash with empty bound stream paramAnatol Belski2015-11-082-2/+49
| | | | rel #70862
* add test for bug #70861Anatol Belski2015-11-081-0/+46
|
* fix possible NULL deref in image functionsAnatol Belski2015-11-081-1/+6
|
* fix crash in sqlite when executing with bound stream paramAnatol Belski2015-11-082-4/+44
| | | | rel #70862
* Fix setting of empty string resource.Fabian Franz2015-11-082-4/+2
|
* update the actual sql parser file for #70861Anatol Belski2015-11-081-0/+4
|