summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
...
* | | | 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
* | | | Optimize opcodes for fast pathDmitry Stogov2015-04-283-29/+83
* | | | Micro optimizationsDmitry Stogov2015-04-286-79/+116
* | | | Simplified codeDmitry Stogov2015-04-282-8/+28
* | | | Fixed bug #69472 php_sys_readlink ignores misc errors from GetFinalPathNameBy...Jan Starke2015-04-281-1/+1
* | | | Micro optimizationsDmitry Stogov2015-04-282-189/+220
* | | | Make it inlineXinchen Hui2015-04-281-1/+1
* | | | Fixed interned string leaks after new STATIC_KEY flag is introducedXinchen Hui2015-04-281-2/+1
* | | | Drop compile_class_decl return valueNikita Popov2015-04-271-7/+4
* | | | Restored accedently removed line that caused memory leakDmitry Stogov2015-04-271-0/+1
* | | | Minor Typo in Commenthakre2015-04-271-1/+1
* | | | Micro optimizationsDmitry Stogov2015-04-272-57/+91
* | | | Merge branch 'anon'Dmitry Stogov2015-04-2719-15/+489
|\ \ \ \
| * | | | Pass class_entry through IS_VAR to avoid hash lookup in ZEND_NEW.Dmitry Stogov2015-04-271-2/+2
| * | | | Use "safe" anonymous class names. Don't show the mangled names through var_du...Dmitry Stogov2015-04-271-5/+18
| * | | | Refactored using specialized opcodesDmitry Stogov2015-04-276-54/+171
| * | | | Fix implementing_class handlingNikita Popov2015-04-262-2/+28
| * | | | More cleanup (mainly retab)Nikita Popov2015-04-262-14/+14
| * | | | Don't issue FETCH_CLASS for anon classesNikita Popov2015-04-263-21/+8
| * | | | More retabNikita Popov2015-04-261-21/+21
| * | | | Simply anon class name generationNikita Popov2015-04-261-28/+9
| * | | | RetabNikita Popov2015-04-261-34/+32
| * | | | Revert unrelated changes / rebase fixupNikita Popov2015-04-262-36/+33
| * | | | Rebase Joe's anon classes implementationkrakjoe2015-04-2616-43/+398
* | | | | Use new hash iteration API.Dmitry Stogov2015-04-271-0/+4
* | | | | Eliminate useless checksDmitry Stogov2015-04-271-12/+20
|/ / / /
* | | | Add line_start/end info to main op_arrayBob Weinand2015-04-252-348/+356
* | | | Fix bug #69532Nikita Popov2015-04-252-1/+19
* | | | Optimized HashTable copy and cleanup function for cases without holes.Dmitry Stogov2015-04-241-168/+224
* | | | Optimized zend_hash_rehash(), added some exoectations to generate better codeDmitry Stogov2015-04-242-77/+95
* | | | Added HashTable flag HASH_FLAG_STATIC_KEYS that is maintaned to be set if all...Dmitry Stogov2015-04-242-25/+109
* | | | Dont't use DO_ICALL for internal functions returned by referenceDmitry Stogov2015-04-243-3/+3