summaryrefslogtreecommitdiff
path: root/ext/opcache/zend_persist.c
Commit message (Expand)AuthorAgeFilesLines
* Assert that references are not persistedNikita Popov2020-11-041-11/+1
* Fix persisting property info table with internal parentNikita Popov2020-11-031-1/+4
* Don't intern compiled_filenameNikita Popov2020-09-031-4/+2
* Implement named parametersNikita Popov2020-07-311-1/+4
* Implement nullsafe ?-> operatorIlija Tovilo2020-07-241-0/+1
* Drop useless zend_accel_script_persistable() functionGeorge Peter Banyard2020-07-171-5/+0
* Fix preloading of union typed property inherited from internal classNikita Popov2020-07-141-11/+18
* Check for name vs ce in a few more placesNikita Popov2020-07-141-10/+8
* Implement match expressionIlija Tovilo2020-07-091-0/+1
* Cache __unserialize() instead of unserialize()Nikita Popov2020-06-261-6/+6
* Change GC_COLLECTABLE flag into GC_NOT_COLLECTABLE to simplify GC_MAY_LEAK() ...Dmitry Stogov2020-06-151-4/+4
* Add AttributesBenjamin Eberlei2020-06-041-0/+50
* Set proper jit_extension for inherited methodsDmitry Stogov2020-05-271-0/+16
* Add support for replaying warnings in opcacheNikita Popov2020-05-201-0/+14
* JIT refactoring to allow run-time changes of JIT options (triggers, optimizat...Dmitry Stogov2020-05-181-5/+4
* Revert "Fixed crash if jit.trigger is counter based with preload scripts"Xinchen Hui2020-05-131-3/+1
* Fixed crash if jit.trigger is counter based with preload scriptsXinchen Hui2020-05-131-1/+3
* Store aliased name of trait methodNikita Popov2020-03-031-8/+18
* Use zend_type inside type listsNikita Popov2020-01-171-23/+13
* Merge branch 'PHP-7.4'Nikita Popov2020-01-021-1/+3
|\
| * Update ZCSG(map_ptr_last) only if for_shmNikita Popov2020-01-021-1/+3
* | Merge branch 'PHP-7.4'Dmitry Stogov2019-12-111-2/+5
|\ \ | |/
| * Addirional fix for bug #78918Dmitry Stogov2019-12-111-2/+5
* | Merge branch 'PHP-7.4'Nikita Popov2019-12-101-0/+6
|\ \ | |/
| * Add support for class_alias to preloadingNikita Popov2019-12-101-0/+6
* | Implement union typesNikita Popov2019-11-081-12/+45
* | Make zend_type a 2-field structNikita Popov2019-11-081-5/+3
* | Optimize instanceof_functionNikita Popov2019-10-251-2/+2
* | 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