Changeset View
Changeset View
Standalone View
Standalone View
lang/php72/files/patch-ext_opcache_zend__file__cache.c
- This file was moved from www/php72-opcache/files/patch-zend__file__cache.c.
| --- zend_file_cache.c.orig 2017-07-05 13:48:27 UTC | --- ext/opcache/zend_file_cache.c.orig 2018-07-17 05:35:50 UTC | ||||
| +++ zend_file_cache.c | +++ ext/opcache/zend_file_cache.c | ||||
| @@ -24,9 +24,10 @@ | @@ -27,9 +27,10 @@ | ||||
| #include "ext/standard/md5.h" | |||||
| #include "php.h" | #endif | ||||
| +#include "ZendAccelerator.h" | +#include "ZendAccelerator.h" | ||||
| + | + | ||||
| #ifdef HAVE_OPCACHE_FILE_CACHE | #ifdef HAVE_OPCACHE_FILE_CACHE | ||||
| -#include "ZendAccelerator.h" | -#include "ZendAccelerator.h" | ||||
| #include "zend_file_cache.h" | #include "zend_file_cache.h" | ||||
| #include "zend_shared_alloc.h" | #include "zend_shared_alloc.h" | ||||
| #include "zend_accelerator_util_funcs.h" | #include "zend_accelerator_util_funcs.h" | ||||