summaryrefslogtreecommitdiff
path: root/ext/opcache/shared_alloc_win32.c
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2016-08-26 18:50:30 +0200
committerChristoph M. Becker <cmbecker69@gmx.de>2016-08-26 18:50:30 +0200
commitc4c3eb55a75f59fd73d0ee034ccaaf81ae46d8ec (patch)
tree584d51a5e1570378be1c0faf41da98eb1c74db60 /ext/opcache/shared_alloc_win32.c
parentc67fa3c91d314fd932fa1c921497fe3e6a968785 (diff)
downloadphp-git-c4c3eb55a75f59fd73d0ee034ccaaf81ae46d8ec.tar.gz
Fix #72949: Typo in opcache error message
Diffstat (limited to 'ext/opcache/shared_alloc_win32.c')
-rw-r--r--ext/opcache/shared_alloc_win32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/opcache/shared_alloc_win32.c b/ext/opcache/shared_alloc_win32.c
index c71f253b0a..dbf3999f55 100644
--- a/ext/opcache/shared_alloc_win32.c
+++ b/ext/opcache/shared_alloc_win32.c
@@ -176,7 +176,7 @@ static int zend_shared_alloc_reattach(size_t requested_size, char **error_in)
}
#endif
err = ERROR_INVALID_ADDRESS;
- zend_win_error_message(ACCEL_LOG_FATAL, "Base address marks unusable memory region. Please setup opcache.file_cache and opcache.file_cache_callback directives for more convenient Opcache usage", err);
+ zend_win_error_message(ACCEL_LOG_FATAL, "Base address marks unusable memory region. Please setup opcache.file_cache and opcache.file_cache_fallback directives for more convenient Opcache usage", err);
return ALLOC_FAILURE;
}