summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | Throw exception from FETCH_CLASS_NAMENikita Popov2015-05-052-38/+54
* | | | Use ZEND_FETCH_CLASS_NAME for dynamic self::class etcNikita Popov2015-05-053-36/+40
* | | | Micro optimizationDmitry Stogov2015-05-052-160/+95
* | | | Use zend_string to represent pdo_column_data.name and avoid duplication.Dmitry Stogov2015-05-052-0/+18
* | | | Inline IS_LONG value calculation and avoid strtol() call.Dmitry Stogov2015-05-051-2/+11
* | | | Merge branch 'PHP-5.6'Xinchen Hui2015-05-042-8/+4
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-5.5' into PHP-5.6Xinchen Hui2015-05-042-8/+6
| |\ \ \ | | |/ /
| | * | Saving the latter checking in most casesXinchen Hui2015-05-042-8/+6
| | * | Fix uninitialized value with extension traitsJohn Boehr2015-05-041-1/+1
| * | | Fix uninitialized value with extension traitsJohn Boehr2015-05-041-1/+1
| * | | Merge branch 'PHP-5.5' into PHP-5.6Anatol Belski2015-04-281-1/+1
| |\ \ \ | | |/ /
| * | | Merge branch 'PHP-5.5' into PHP-5.6Xinchen Hui2015-04-211-1/+1
| |\ \ \ | | |/ /
| | * | Remove tail blank which is committed by accidentXinchen Hui2015-04-211-1/+1
* | | | Fixed #69566 in masterXinchen Hui2015-05-041-1/+1
* | | | Disallow self etc outside classes at compile-timeNikita Popov2015-04-2910-39/+63
* | | | Improve fast_is_[not_]identical() functions to teturn value instead of takein...Dmitry Stogov2015-04-294-166/+276
* | | | Fixed repeatable opcodes on CALL VM without global registersDmitry Stogov2015-04-293-9/+7
* | | | Paired instuctions frequientiy used together (e.g. comparisons + conditional ...Dmitry Stogov2015-04-293-1576/+1998
* | | | Make ZEND_RECV_INIT and ZEND_BIND_GLOBALS opcodes to be "repeatabe" with inne...Dmitry Stogov2015-04-293-6/+30