summaryrefslogtreecommitdiff
path: root/ext/opcache/zend_file_cache.c
Commit message (Expand)AuthorAgeFilesLines
* Use zend_string* instead of char*Dmitry Stogov2021-03-221-1/+1
* Implement enumsIlija Tovilo2021-03-171-9/+23
* Avoid unnecessary static_variables persistenceNikita Popov2021-03-171-18/+20
* Reference dynamic functions through dynamic_defsNikita Popov2021-03-011-0/+22
* Allow pointer to end of memory in IS_UNSERIALIZED()Nikita Popov2021-02-241-2/+4
* Fix static variable behavior with inheritanceNikita Popov2021-02-181-2/+6
* Unserialize op_array->scope before passing to zend_file_cache_unserialize_typ...Dmitry Stogov2021-02-101-2/+3
* Reuse single map_ptr slot for indentical class namesDmitry Stogov2021-02-101-7/+12
* Added Inheritance Cache.Dmitry Stogov2021-02-091-33/+44
* Add system ID entropy APISammy Kaye Powers2020-09-181-4/+5
* Merge branch 'PHP-7.4'Nikita Popov2020-08-111-34/+46
|\
| * Fixed bug #79917Nikita Popov2020-08-111-34/+46
* | Merge branch 'PHP-7.4'Nikita Popov2020-08-051-1/+1
|\ \ | |/
| * Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-08-051-1/+1
| |\
| | * Fix iov_base pointer type for illumosDavid Carlier2020-08-051-1/+1
* | | Implement named parametersNikita Popov2020-07-311-2/+4
* | | Implement nullsafe ?-> operatorIlija Tovilo2020-07-241-0/+2
* | | Implement match expressionIlija Tovilo2020-07-091-0/+1
* | | Cache __unserialize() instead of unserialize()Nikita Popov2020-06-261-4/+4
* | | Change GC_COLLECTABLE flag into GC_NOT_COLLECTABLE to simplify GC_MAY_LEAK() ...Dmitry Stogov2020-06-151-1/+1
* | | Add AttributesBenjamin Eberlei2020-06-041-0/+67
* | | Add support for replaying warnings in opcacheNikita Popov2020-05-201-0/+34
* | | Merge branch 'PHP-7.4'Nikita Popov2020-05-201-18/+15
|\ \ \ | |/ /
| * | Fix static property indirections in file cacheNikita Popov2020-05-201-18/+15
| * | Fixed bug #79055Nikita Popov2020-01-021-37/+29
| * | Extract functions for file cache type serializationNikita Popov2020-01-021-17/+29
* | | JIT refactoring to allow run-time changes of JIT options (triggers, optimizat...Dmitry Stogov2020-05-181-1/+5
* | | Use zend_type inside type listsNikita Popov2020-01-171-22/+6
* | | Merge branch 'PHP-7.4'Nikita Popov2020-01-021-1/+9
|\ \ \ | |/ /
| * | Fix file cache run_time_cache unserializationNikita Popov2020-01-021-1/+9
* | | Implement union typesNikita Popov2019-11-081-28/+67
* | | Make zend_type a 2-field structNikita Popov2019-11-081-31/+20
* | | Merge branch 'PHP-7.4'Joe Watkins2019-10-141-3/+6
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Joe Watkins2019-10-141-3/+6
| |\ \ | | |/
| | * Merge branch 'PHP-7.2' into PHP-7.3Joe Watkins2019-10-141-3/+6
| | |\
| | | * Fix checksum calculation for opcacheMitch Hagstrand2019-10-141-3/+6
* | | | Merge branch 'PHP-7.4'Dmitry Stogov2019-07-191-2/+0
|\ \ \ \ | |/ / /
| * | | ZEND_DECLARE_ANON_CLASS doesn't need to skip anything now. It's immediatelly ...Dmitry Stogov2019-07-191-2/+0
* | | | Merge branch 'PHP-7.4'Christoph M. Becker2019-07-171-20/+1
|\ \ \ \ | |/ / /
| * | | Allow multiple cache instances per user/host on WindowsChristoph M. Becker2019-07-171-20/+1
* | | | Merge branch 'PHP-7.4'Nikita Popov2019-07-011-0/+12
|\ \ \ \ | |/ / /
| * | | Msan: Unpoison buffer written by file cacheNikita Popov2019-07-011-0/+12
* | | | Additional fix for bug #78185 (File cache no longer works)Dmitry Stogov2019-06-211-1/+1
* | | | Merge branch 'PHP-7.4'Christoph M. Becker2019-06-201-1/+1
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2019-06-201-1/+1
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2019-06-201-1/+1
| | |\ \ | | | |/
| | | * Fix #78189: file cache strips last character of uname hashChristoph M. Becker2019-06-201-1/+1
| | | * Fix potential OPcache file cache related issuesAnatol Belski2019-04-111-1/+9
* | | | Merge branch 'PHP-7.4'Joe Watkins2019-06-181-4/+4
|\ \ \ \ | |/ / /
| * | | Turn system_id into a true globalChristoph M. Becker2019-06-181-4/+4