diff options
author | Xinchen Hui <laruence@gmail.com> | 2016-04-12 15:30:11 +0800 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2016-04-12 10:44:31 +0200 |
commit | de3cc93543089a9e131b3845bc3349b4734bc526 (patch) | |
tree | 9990fd7114563172c81a0d33e612284bc5ad59f3 /ext/opcache/ZendAccelerator.h | |
parent | 83b22e0f56429c414dd303b8b38fd57fe22569af (diff) | |
download | php-git-php-7.0.6RC1.tar.gz |
This only make sense on *nixphp-7.0.6RC1
Diffstat (limited to 'ext/opcache/ZendAccelerator.h')
-rw-r--r-- | ext/opcache/ZendAccelerator.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/opcache/ZendAccelerator.h b/ext/opcache/ZendAccelerator.h index 42a34aa72b..f5d7af5bf6 100644 --- a/ext/opcache/ZendAccelerator.h +++ b/ext/opcache/ZendAccelerator.h @@ -217,7 +217,9 @@ typedef struct _zend_accel_directives { zend_long max_file_size; zend_long interned_strings_buffer; char *restrict_api; +#ifndef ZEND_WIN32 char *lockfile_path; +#endif #ifdef HAVE_OPCACHE_FILE_CACHE char *file_cache; zend_bool file_cache_only; |