Home
last modified time | relevance | path

Searched refs:protect_memory (Results 1 – 12 of 12) sorted by relevance

/PHP-7.4/ext/opcache/tests/
H A Dbug74663.phpt10 opcache.protect_memory=1
/PHP-7.4/azure/
H A Dinstall.yml10 echo opcache.protect_memory=1 >> /etc/php.d/opcache.ini
H A Dcommunity_job.yml48 echo opcache.protect_memory=1 >> /etc/php.d/opcache.ini
/PHP-7.4/
H A D.travis.yml97 … $ENABLE_DEBUG == 0 ]; then echo "-d opcache.enable_cli=1 -d opcache.protect_memory=1 -d zend_exte…
H A Dphp.ini-development1852 ;opcache.protect_memory=0
H A Dphp.ini-production1852 ;opcache.protect_memory=0
/PHP-7.4/azure/i386/
H A Djob.yml79 echo opcache.protect_memory=1 >> /etc/php.d/opcache.ini
/PHP-7.4/azure/macos/
H A Djob.yml86 …unTestsParameters: -d zend_extension=opcache.so -d opcache.enable_cli=1 -d opcache.protect_memory=1
/PHP-7.4/ext/opcache/
H A DZendAccelerator.h154 zend_bool protect_memory; member
H A Dzend_accelerator_module.c298 …" , PHP_INI_SYSTEM, OnUpdateBool, accel_directives.protect_memory, ze…
752 …_assoc_bool(&directives, "opcache.protect_memory", ZCG(accel_directives).protect_memory);
H A DZendAccelerator.c91 if (ZCG(accel_directives).protect_memory) { \
97 if (ZCG(accel_directives).protect_memory) { \
/PHP-7.4/appveyor/
H A Dtest_task.bat66 …%" equ "1" set OPCACHE_OPTS=-d opcache.enable=1 -d opcache.enable_cli=1 -d opcache.protect_memory=1

Completed in 44 milliseconds