summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Merge branch 'master' into rc_debugDmitry Stogov2017-10-275-12/+14
|\ \ \ \ \ | |/ / / /
| * | | | Use per-request heap instead of system oneDmitry Stogov2017-10-271-1/+1
| * | | | Extend zend_register_class_alias_ex() with additional argument to allow creat...Dmitry Stogov2017-10-273-9/+9
| * | | | Makrk persistent resources and references with GC_PERSISTENT flagDmitry Stogov2017-10-271-2/+4
* | | | | Encapsulate reference-counting primitives.Dmitry Stogov2017-10-2726-277/+332
|/ / / /
* | | | Reverted constant related change (this should be handled togrther with ohter ...Dmitry Stogov2017-10-261-1/+1
* | | | Removed useless reallocationsDmitry Stogov2017-10-266-50/+4
* | | | Merge branch 'PHP-7.2'Dmitry Stogov2017-10-269-13/+195
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.1' into PHP-7.2Dmitry Stogov2017-10-269-23/+198
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-7.0' into PHP-7.1Dmitry Stogov2017-10-269-23/+198
| | |\ \ | | | |/
| | | * Fixed indirect modification of magic ArrayAccess method argumentsDmitry Stogov2017-10-269-23/+198
| * | | Merge branch 'PHP-7.1' into PHP-7.2Dmitry Stogov2017-10-262-0/+34
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-7.0' into PHP-7.1Dmitry Stogov2017-10-262-0/+34
| | |\ \ | | | |/
| | | * Backport testsDmitry Stogov2017-10-262-0/+34
* | | | Restore object copying on magic method calls (It was removed in master only).Dmitry Stogov2017-10-263-2/+44
* | | | Merge branch 'PHP-7.2'Dmitry Stogov2017-10-268-6/+140
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.1' into PHP-7.2Dmitry Stogov2017-10-268-7/+131
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-7.0' into PHP-7.1Dmitry Stogov2017-10-268-7/+131
| | |\ \ | | | |/
| | | * Fixed indirect modification of magic method arguments.Dmitry Stogov2017-10-268-7/+131
* | | | Avoid reallocations when concatenate with empty stringDmitry Stogov2017-10-261-1/+12
* | | | Merge branch 'PHP-7.2'Xinchen Hui2017-10-261-0/+2
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.1' into PHP-7.2Xinchen Hui2017-10-261-0/+2
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-7.0' into PHP-7.1Xinchen Hui2017-10-261-0/+2
| | |\ \ | | | |/
| | | * Fixed testXinchen Hui2017-10-261-0/+2
* | | | Merge branch 'PHP-7.2'Xinchen Hui2017-10-262-2/+20
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.1' into PHP-7.2Xinchen Hui2017-10-262-2/+20
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-7.0' into PHP-7.1Xinchen Hui2017-10-262-2/+20
| | |\ \ | | | |/
| | | * Fixed bug #75420 (Crash when modifing property name in __isset for BP_VAR_IS)Xinchen Hui2017-10-262-2/+20
* | | | Zend MM related tunning.Dmitry Stogov2017-10-261-33/+34
* | | | Reduce smart_string related reallocations and make them Zend MM friendly.Dmitry Stogov2017-10-252-35/+50
* | | | Fixed signed/unsigned comparisonsDmitry Stogov2017-10-255-144/+144
* | | | Avoid HashTable allocations for empty arrays (using zend_empty_array).Dmitry Stogov2017-10-249-161/+177
* | | | Made run_time_cache to keep "offset" to dynamic properties Buckets (instead o...Dmitry Stogov2017-10-245-288/+286
* | | | Removed useless reference-counting and copyingDmitry Stogov2017-10-231-44/+11
* | | | Use run-time cache to keep position of dynamic properties in HashTable to acc...Dmitry Stogov2017-10-234-454/+1206
* | | | Fix datatypes and compiler warningsAnatol Belski2017-10-234-10/+10
* | | | Fix datatypeAnatol Belski2017-10-191-2/+2
* | | | Extend zend_string API to avoid reallocation in zend_string_init_interned()Dmitry Stogov2017-10-194-22/+69
* | | | Move a part of opcache initialization into post_startup phase (when all exten...Dmitry Stogov2017-10-182-2/+15
* | | | Added testDmitry Stogov2017-10-171-0/+19
* | | | Make assertions in DO_ICALL and CALL_TRAMPOLINE to be consistent with DO_FCALL.Dmitry Stogov2017-10-172-23/+30
* | | | Revert "Allow internal functions to return values by reference (this was disa...Dmitry Stogov2017-10-172-42/+35
* | | | Allow internal functions to return values by reference (this was disabled in ...Dmitry Stogov2017-10-172-35/+42
* | | | Merge branch 'PHP-7.2'Dmitry Stogov2017-10-131-1/+19
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.1' into PHP-7.2Dmitry Stogov2017-10-131-1/+19
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-7.0' into PHP-7.1Dmitry Stogov2017-10-131-1/+19
| | |\ \ | | | |/
| | | * Fixed bug #75368 (mmap/munmap trashing on unlucky allocations)Dmitry Stogov2017-10-131-1/+19
* | | | Fix gc_032.phptNikita Popov2017-10-131-9/+9
* | | | Merge branch 'develop_operators' of github.com:tianhe1986/php-srcDmitry Stogov2017-10-131-1/+1
|\ \ \ \
| * | | | `memcmp` begins from the second char.tianhe19862017-10-121-1/+1