summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* Micro optimizationDmitry Stogov2015-05-202-25/+20
* Fixed access to wrong opline (it may be the last ZEND_THROW in op_array->opco...Dmitry Stogov2015-05-201-1/+1
* Add GC support for ArrayObjectNikita Popov2015-05-201-1/+1
* Show argument causing TypeException in traceNikita Popov2015-05-2015-24/+14
* Fixed bug #69511 Off-by-one bufferoverflow in php_sys_readlinkAnatol Belski2015-05-191-2/+12
* Improved hash table copyingDmitry Stogov2015-05-191-3/+7
* Improved hash table copyingDmitry Stogov2015-05-191-2/+4
* Add consistency check in FAST_ZPP callRemi Collet2015-05-191-0/+4
* Eliminated useless check in FAST_ZPP (this also fixed few wrong -Wmaybe-unini...Dmitry Stogov2015-05-191-1/+2
* Reset heap usage statistics on request shutdownDmitry Stogov2015-05-181-0/+1
* Fixed bug #69649 (segfault with --enable-dtrace)Dmitry Stogov2015-05-183-2/+6
* Added Test (the lineno should be fixed)Xinchen Hui2015-05-181-0/+8
* 1. Fixed bug #69640 Unhandled EngineExceptions thrown from userland do not pr...Xinchen Hui2015-05-181-3/+4
* Prefer isfinite to finiteReeze Xia2015-05-181-3/+3
* Display TypeExceptions like normal exceptionsNikita Popov2015-05-1727-32/+140
* Tweak uncaught exception message displayNikita Popov2015-05-17199-219/+219
* Don't write prop if read prop threw exceptionNikita Popov2015-05-175-10/+141
* Merge branch 'pull-request/1277'Stanislav Malyshev2015-05-161-1/+1
|\
| * fix typosolshevskiy872015-05-131-1/+1
* | Display EngineExceptions like ordinary exceptionsNikita Popov2015-05-15146-146/+657
* | Fix exception leak in interactive consoleNikita Popov2015-05-151-1/+2
* | Optimized === and !== with NULL, FALSE, TRUE.Dmitry Stogov2015-05-151-0/+4
* | Fix memleak in generators using symtableBob Weinand2015-05-142-3/+23
* | Fixed memory leakDmitry Stogov2015-05-143-4/+19
* | Fixed phpdbg buildDmitry Stogov2015-05-142-2/+2
* | Refactored custom storage API.Dmitry Stogov2015-05-142-33/+160
|/
* Merged FE_FETCH_R[W] with the following ASSIGN[_REF] when assigne to CV.Dmitry Stogov2015-05-136-224/+287
* Merge branch 'PHP-5.6'Stanislav Malyshev2015-05-121-5/+5
|\
| * Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2015-05-122-13/+18
| |\
| | * Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2015-05-122-13/+18
| | |\
| | | * Fix bug #69403 and other int overflowsStanislav Malyshev2015-05-102-14/+19
| | | * Fixed res leakXinchen Hui2015-04-141-3/+4
* | | | Merge branch 'PHP-5.6'Nikita Popov2015-05-121-0/+21
|\ \ \ \ | |/ / /
| * | | Fix bug #69599Nikita Popov2015-05-123-4/+25
* | | | Mark first call frames of stack segment with ZEND_CALL_ALLOCATED flag to simp...Dmitry Stogov2015-05-125-51/+55
* | | | Add support for $callable() sytnax with 'Class::method'Aaron Piotrowski2015-05-123-54/+355
* | | | Fixed testsJulien Pauli2015-05-121-2/+3
* | | | Ban rebinding closures to different internal classesStanislav Malyshev2015-05-122-5/+21
* | | | Improve CSPRNG implementationLeigh2015-05-091-7/+8
* | | | Fix static closure error in call_user_func opcodeNikita Popov2015-05-083-60/+42
* | | | Merge branch 'master' of git.php.net:php-srcDmitry Stogov2015-05-073-2/+37
|\ \ \ \
| * | | | Allow self etc in eval / file scopeNikita Popov2015-05-073-2/+37
* | | | | Improved fast path localityDmitry Stogov2015-05-073-113/+204
* | | | | Fixed $this releaseDmitry Stogov2015-05-071-1/+1
|/ / / /
* | | | Avoid unnecessary reference counter incrementation on $this when call methodsDmitry Stogov2015-05-075-99/+138
* | | | Fixed return without valueDmitry Stogov2015-05-061-1/+1
* | | | Fixed bug #69534 (Cycle leaks through declared properties on internal classes)Dmitry Stogov2015-05-063-31/+140
* | | | Fix compiler assumptions about self/etc wrt closuresNikita Popov2015-05-065-14/+113
* | | | Don't implicitly make closures in static methods staticNikita Popov2015-05-064-17/+9
* | | | Fix LSB handling for closuresNikita Popov2015-05-056-19/+75