summaryrefslogtreecommitdiff
path: root/ext/opcache/zend_persist.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.4'Nikita Popov2019-09-091-2/+3
|\
| * Fixed bug #78514Nikita Popov2019-09-091-2/+3
* | Merge branch 'PHP-7.4'Dmitry Stogov2019-07-191-1/+0
|\ \ | |/
| * ZEND_DECLARE_ANON_CLASS doesn't need to skip anything now. It's immediatelly ...Dmitry Stogov2019-07-191-1/+0
* | Merge branch 'PHP-7.4'Dmitry Stogov2019-07-161-1/+1
|\ \ | |/
| * Provide type infoDmitry Stogov2019-07-161-1/+1
* | Merge branch 'PHP-7.4'Dmitry Stogov2019-06-241-0/+4
|\ \ | |/
| * Fixed bug 78175 (Preloading must store default values of static variables and...Dmitry Stogov2019-06-241-0/+4
* | Additional fix for bug #78185 (File cache no longer works)Dmitry Stogov2019-06-211-3/+3
* | Merge branch 'PHP-7.4'Nikita Popov2019-06-111-1/+0
|\ \ | |/
| * Register class before fetching parentNikita Popov2019-06-111-1/+0
* | Merge branch 'PHP-7.4'Dmitry Stogov2019-04-301-191/+126
|\ \ | |/
| * Use ZEND_HASH_FOREACH with direct callback, instead of callbacksDmitry Stogov2019-04-301-191/+126
* | Fixed JIT for preloaded functions and classesDmitry Stogov2019-04-301-15/+5
* | Added JIT compiler for x86 and x86_64Dmitry Stogov2019-04-011-0/+37
|/
* Avoid uninitialized entries in properties_info_tableNikita Popov2019-02-151-3/+7
* Add preloading support for typed propertiesNikita Popov2019-02-151-23/+15
* properties_info_table may be in arena or shmNikita Popov2019-02-151-3/+7
* Remove --disable-opcache-filecache optionNikita Popov2019-02-071-6/+0
* Remove copyright years.Dmitry Stogov2019-02-051-1/+1
* Implement typed propertiesNikita Popov2019-01-111-0/+34
* Fix some sign-related issues in comparisonsjvoisin2019-01-091-1/+1
* Revert HASH_FLAG_INITIALIZED into HASH_FLAG_UNINITIALIZED.Dmitry Stogov2018-12-281-7/+7
* Replace zend_hash_apply... with ZEND_HASH_FOREACH...Dmitry Stogov2018-12-191-6/+6
* Fixed issues related to optimization and persitence of classes linked with in...Dmitry Stogov2018-11-141-15/+62
* Avoid double copyingDmitry Stogov2018-11-071-0/+1
* Future-proof email addresses...Zeev Suraski2018-11-011-3/+3
* Immutable clases and op_arrays.Dmitry Stogov2018-10-171-31/+156
* Avoid useless store and checks in xlat_table.Dmitry Stogov2018-09-261-119/+132
* Improved hash copyingDmitry Stogov2018-09-191-0/+3
* Replace ZEND_ACC_ANON_BOUND, ZEND_ACC_UNRESOLVED_PARENT and ZEND_ACC_UNRESOLV...Dmitry Stogov2018-09-181-4/+4
* Removed incorrect efree() (run_time_cache(s) are usually allocated in CG(aren...Dmitry Stogov2018-08-281-5/+1
* Keep information about unresolved parent class in zend_class_entry->parent_nameDmitry Stogov2018-08-241-2/+5
* Keep information about unresolved interfaces in zend_class_entry->interface_...Dmitry Stogov2018-08-231-1/+8
* Replace zend_class_entry->traits by persistent zend_class_entry->trait_names.Dmitry Stogov2018-08-231-35/+40
* Use zend_class_entry/zend_function type names instead of _zend_class_entry/_z...Dmitry Stogov2018-08-221-1/+1
* Changed structure of zend_class_entry.trait_aliases and zend_class_entry.trai...Dmitry Stogov2018-07-111-26/+12
* Eliminated REFCOUNTED checks on persistent constant operands in SEND_VAL[_EX]...Dmitry Stogov2018-07-031-0/+11
* Lazy function copying from op_cache SHM into process memoryDmitry Stogov2018-06-251-3/+4
* Fixed bug #76509Nikita Popov2018-06-251-3/+6
* Fixed HashTable load factorDmitry Stogov2018-05-291-3/+3
* Use zend_string_release_ex() instread of zend_string_release() in places, whe...Dmitry Stogov2018-05-281-6/+6
* Changed worst HashTable load factor from 1.0 to 0.5Dmitry Stogov2018-05-041-3/+3
* Fixed use-after-free.Dmitry Stogov2018-03-071-7/+9
* Merge branch 'PHP-7.2'Dmitry Stogov2018-03-061-5/+31
|\
| * Merge branch 'PHP-7.1' into PHP-7.2Dmitry Stogov2018-03-061-5/+31
| |\
| | * Replaced usafe reference from SHM to process memory with SHM to SHM reference.Dmitry Stogov2018-03-061-5/+31
* | | Merge branch 'PHP-7.2'Dmitry Stogov2018-03-061-0/+2
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Dmitry Stogov2018-03-061-0/+4
| |\ \ | | |/
| | * Don't keep HashTable.pDestructor in SHM and always set it into ZVAL_PTR_DTOR ...Dmitry Stogov2018-03-061-0/+4