From 9b6f8bfd4d3d9e64ba8024742661e0147c1ea1b9 Mon Sep 17 00:00:00 2001 From: PeeHaa Date: Sat, 31 Jan 2015 18:45:01 +0100 Subject: Added two missing opcache ini directives (restrict_api and mmap_base) --- php.ini-development | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'php.ini-development') diff --git a/php.ini-development b/php.ini-development index c619678878..9cf44fbffd 100644 --- a/php.ini-development +++ b/php.ini-development @@ -1957,6 +1957,16 @@ ldap.max_links = -1 ; Useful for internal debugging only. ;opcache.protect_memory=0 +; Allows calling OPcache API functions only from PHP scripts which path is +; started from specified string. The default "" means no restriction +;opcache.restrict_api= + +; Mapping base of shared memory segments (for Windows only). All the PHP +; processes have to map shared memory into the same address space. This +; directive allows to manually fix the "Unable to reattach to base address" +; errors. +;opcache.mmap_base= + [curl] ; A default value for the CURLOPT_CAINFO option. This is required to be an ; absolute path. -- cgit v1.2.1