summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* Fix $x = (bool)$x; for undefined with opcacheTyson Andre2019-11-182-8/+24
* Add missing refcount incrementNikita Popov2019-10-301-0/+1
* Fixed bug #78689Nikita Popov2019-10-292-1/+21
* Fix bug #78752Nikita Popov2019-10-282-8/+36
* Fix leak on static method call on non-existent classNikita Popov2019-10-103-0/+28
* Fix #78620: Out of memory errorChristoph M. Becker2019-10-041-2/+7
* Revert "Fix #78620: Out of memory error"Christoph M. Becker2019-10-021-5/+0
* Fix #78620: Out of memory errorChristoph M. Becker2019-10-021-0/+5
* Fix segfault with __COMPILER_HALT_OFFSET__ and trailing {}Nikita Popov2019-10-022-0/+11
* Fix memory leak with ** on array operandsNikita Popov2019-09-262-0/+26
* Fix null-pointer deref in if stmt printingNikita Popov2019-09-262-1/+5
* Fixed bug #78545Nikita Popov2019-09-161-2/+2
* Fix use-after-free of immediately invoked closure with extra argsNikita Popov2019-08-293-2/+21
* Remove properties HT from nested GC dataNikita Popov2019-08-262-0/+30
* Fix overflow in memory limit checksNikita Popov2019-08-261-5/+5
* Fix #78220: Can't access OneDrive folderChristoph M. Becker2019-08-191-2/+18
* Fixed bug #78412Nikita Popov2019-08-141-2/+2
* Don't destroy properties array with unset GC typeNikita Popov2019-08-131-1/+2
* Intern alias old_name earlyNikita Popov2019-08-121-0/+1
* Fixed handling of references in nested data of objects with destructorDmitry Stogov2019-08-092-12/+49
* Fixed second part of the bug #78379 (Cast to object confuses GC, causes crash)Dmitry Stogov2019-08-092-4/+35
* Added asserts to catch GC errors when refcount goes below zero.Dmitry Stogov2019-08-091-0/+5
* Fixed bug #78379 (Cast to object confuses GC, causes crash)Dmitry Stogov2019-08-082-0/+37
* Fixed bug #78363Nikita Popov2019-08-021-1/+1
* Fix Zend signals unblockingNikita Popov2019-07-291-5/+16
* Fixed incorrect specialization (missed IS_INDIRECT handling)Dmitry Stogov2019-07-163-424/+424
* Revert "Fixed bug #76980"Nikita Popov2019-07-092-29/+11
* Fix bugs in AST printersunnyeo2019-06-282-1/+25
* disabled functions must not have return typeJoe Watkins2019-05-291-1/+1
* Fixed bug #76980Nikita Popov2019-05-152-11/+29
* Fix test caseChristoph M. Becker2019-05-141-1/+1
* Fix #77993: Wrong parse error for invalid hex literal on WindowsTheodore Brown2019-05-134-4201/+4206
* Fix resolution of "parent" during inheritance checkNikita Popov2019-05-082-2/+19
* Fix pgsql use after free trying to reuse closed connectionNikita Popov2019-04-101-1/+1
* Repare SWITCH VMDmitry Stogov2019-04-091-2/+2
* Fixed bug #77844Nikita Popov2019-04-081-16/+18
* Don't disable object slot reuse while running shutdown functionstwosee2019-03-183-4/+20
* Fixed bug #77738 (Nullptr deref in zend_compile_expr)Xinchen Hui2019-03-142-2/+10
* Fix assertion in Exception::getMessage() if $message is a refNikita Popov2019-02-252-12/+54
* Fixed bug #77660 (Segmentation fault on break 2147483648)Xinchen Hui2019-02-252-2/+12
* Fixed bug #77652Nikita Popov2019-02-223-1/+45
* Make MADV_HUGEPAGE conditional on USE_ZEND_ALLOC_HUGE_PAGESNikita Popov2019-02-181-7/+8
* Fixed bug #75546DanielCiochiu2019-02-121-1/+3
* Fixed bug #77589 (Core dump using parse_ini_string with numeric sections)Xinchen Hui2019-02-113-130/+172
* Make special assert() handling independent of compiler flagsNikita Popov2019-01-291-8/+10
* Fixed bug #77530: PHP crashes when parsing "(2)::class"ekinhbayar2019-01-282-1/+18
* Merge remote-tracking branch 'php-src/PHP-7.2' into PHP-7.2Nikita Popov2019-01-242-0/+27
|\
| * Fixed bug #77494 (Disabling class causes segfault on member access)Dmitry Stogov2019-01-242-0/+27
* | Revert "Prefix error_code with underscore in FastZPP implementation"Nikita Popov2019-01-241-25/+25
|/
* Add flag to disable jumptable optimizationNikita Popov2019-01-242-0/+7