Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | Merge branch 'master' into rc_debug | Dmitry Stogov | 2017-10-27 | 5 | -12/+14 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | Use per-request heap instead of system one | Dmitry Stogov | 2017-10-27 | 1 | -1/+1 | |
| * | | | | Extend zend_register_class_alias_ex() with additional argument to allow creat... | Dmitry Stogov | 2017-10-27 | 3 | -9/+9 | |
| * | | | | Makrk persistent resources and references with GC_PERSISTENT flag | Dmitry Stogov | 2017-10-27 | 1 | -2/+4 | |
* | | | | | Encapsulate reference-counting primitives. | Dmitry Stogov | 2017-10-27 | 26 | -277/+332 | |
|/ / / / | ||||||
* | | | | Reverted constant related change (this should be handled togrther with ohter ... | Dmitry Stogov | 2017-10-26 | 1 | -1/+1 | |
* | | | | Removed useless reallocations | Dmitry Stogov | 2017-10-26 | 6 | -50/+4 | |
* | | | | Merge branch 'PHP-7.2' | Dmitry Stogov | 2017-10-26 | 9 | -13/+195 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Merge branch 'PHP-7.1' into PHP-7.2 | Dmitry Stogov | 2017-10-26 | 9 | -23/+198 | |
| |\ \ \ | | |/ / | ||||||
| | * | | Merge branch 'PHP-7.0' into PHP-7.1 | Dmitry Stogov | 2017-10-26 | 9 | -23/+198 | |
| | |\ \ | | | |/ | ||||||
| | | * | Fixed indirect modification of magic ArrayAccess method arguments | Dmitry Stogov | 2017-10-26 | 9 | -23/+198 | |
| * | | | Merge branch 'PHP-7.1' into PHP-7.2 | Dmitry Stogov | 2017-10-26 | 2 | -0/+34 | |
| |\ \ \ | | |/ / | ||||||
| | * | | Merge branch 'PHP-7.0' into PHP-7.1 | Dmitry Stogov | 2017-10-26 | 2 | -0/+34 | |
| | |\ \ | | | |/ | ||||||
| | | * | Backport tests | Dmitry Stogov | 2017-10-26 | 2 | -0/+34 | |
* | | | | Restore object copying on magic method calls (It was removed in master only). | Dmitry Stogov | 2017-10-26 | 3 | -2/+44 | |
* | | | | Merge branch 'PHP-7.2' | Dmitry Stogov | 2017-10-26 | 8 | -6/+140 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Merge branch 'PHP-7.1' into PHP-7.2 | Dmitry Stogov | 2017-10-26 | 8 | -7/+131 | |
| |\ \ \ | | |/ / | ||||||
| | * | | Merge branch 'PHP-7.0' into PHP-7.1 | Dmitry Stogov | 2017-10-26 | 8 | -7/+131 | |
| | |\ \ | | | |/ | ||||||
| | | * | Fixed indirect modification of magic method arguments. | Dmitry Stogov | 2017-10-26 | 8 | -7/+131 | |
* | | | | Avoid reallocations when concatenate with empty string | Dmitry Stogov | 2017-10-26 | 1 | -1/+12 | |
* | | | | Merge branch 'PHP-7.2' | Xinchen Hui | 2017-10-26 | 1 | -0/+2 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Merge branch 'PHP-7.1' into PHP-7.2 | Xinchen Hui | 2017-10-26 | 1 | -0/+2 | |
| |\ \ \ | | |/ / | ||||||
| | * | | Merge branch 'PHP-7.0' into PHP-7.1 | Xinchen Hui | 2017-10-26 | 1 | -0/+2 | |
| | |\ \ | | | |/ | ||||||
| | | * | Fixed test | Xinchen Hui | 2017-10-26 | 1 | -0/+2 | |
* | | | | Merge branch 'PHP-7.2' | Xinchen Hui | 2017-10-26 | 2 | -2/+20 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Merge branch 'PHP-7.1' into PHP-7.2 | Xinchen Hui | 2017-10-26 | 2 | -2/+20 | |
| |\ \ \ | | |/ / | ||||||
| | * | | Merge branch 'PHP-7.0' into PHP-7.1 | Xinchen Hui | 2017-10-26 | 2 | -2/+20 | |
| | |\ \ | | | |/ | ||||||
| | | * | Fixed bug #75420 (Crash when modifing property name in __isset for BP_VAR_IS) | Xinchen Hui | 2017-10-26 | 2 | -2/+20 | |
* | | | | Zend MM related tunning. | Dmitry Stogov | 2017-10-26 | 1 | -33/+34 | |
* | | | | Reduce smart_string related reallocations and make them Zend MM friendly. | Dmitry Stogov | 2017-10-25 | 2 | -35/+50 | |
* | | | | Fixed signed/unsigned comparisons | Dmitry Stogov | 2017-10-25 | 5 | -144/+144 | |
* | | | | Avoid HashTable allocations for empty arrays (using zend_empty_array). | Dmitry Stogov | 2017-10-24 | 9 | -161/+177 | |
* | | | | Made run_time_cache to keep "offset" to dynamic properties Buckets (instead o... | Dmitry Stogov | 2017-10-24 | 5 | -288/+286 | |
* | | | | Removed useless reference-counting and copying | Dmitry Stogov | 2017-10-23 | 1 | -44/+11 | |
* | | | | Use run-time cache to keep position of dynamic properties in HashTable to acc... | Dmitry Stogov | 2017-10-23 | 4 | -454/+1206 | |
* | | | | Fix datatypes and compiler warnings | Anatol Belski | 2017-10-23 | 4 | -10/+10 | |
* | | | | Fix datatype | Anatol Belski | 2017-10-19 | 1 | -2/+2 | |
* | | | | Extend zend_string API to avoid reallocation in zend_string_init_interned() | Dmitry Stogov | 2017-10-19 | 4 | -22/+69 | |
* | | | | Move a part of opcache initialization into post_startup phase (when all exten... | Dmitry Stogov | 2017-10-18 | 2 | -2/+15 | |
* | | | | Added test | Dmitry Stogov | 2017-10-17 | 1 | -0/+19 | |
* | | | | Make assertions in DO_ICALL and CALL_TRAMPOLINE to be consistent with DO_FCALL. | Dmitry Stogov | 2017-10-17 | 2 | -23/+30 | |
* | | | | Revert "Allow internal functions to return values by reference (this was disa... | Dmitry Stogov | 2017-10-17 | 2 | -42/+35 | |
* | | | | Allow internal functions to return values by reference (this was disabled in ... | Dmitry Stogov | 2017-10-17 | 2 | -35/+42 | |
* | | | | Merge branch 'PHP-7.2' | Dmitry Stogov | 2017-10-13 | 1 | -1/+19 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Merge branch 'PHP-7.1' into PHP-7.2 | Dmitry Stogov | 2017-10-13 | 1 | -1/+19 | |
| |\ \ \ | | |/ / | ||||||
| | * | | Merge branch 'PHP-7.0' into PHP-7.1 | Dmitry Stogov | 2017-10-13 | 1 | -1/+19 | |
| | |\ \ | | | |/ | ||||||
| | | * | Fixed bug #75368 (mmap/munmap trashing on unlucky allocations) | Dmitry Stogov | 2017-10-13 | 1 | -1/+19 | |
* | | | | Fix gc_032.phpt | Nikita Popov | 2017-10-13 | 1 | -9/+9 | |
* | | | | Merge branch 'develop_operators' of github.com:tianhe1986/php-src | Dmitry Stogov | 2017-10-13 | 1 | -1/+1 | |
|\ \ \ \ | ||||||
| * | | | | `memcmp` begins from the second char. | tianhe1986 | 2017-10-12 | 1 | -1/+1 |