Home
last modified time | relevance | path

Searched refs:protect_memory (Results 151 – 158 of 158) sorted by relevance

1234567

/php-src/.circleci/
H A Dconfig.yml164 echo opcache.protect_memory=1 >> /etc/php.d/opcache.ini
/php-src/.github/scripts/windows/
H A Dtest_task.bat86 … OPCACHE_OPTS=-d opcache.enable=1 -d opcache.enable_cli=1 -d opcache.protect_memory=1 -d opcache.j…
/php-src/ext/opcache/
H A Dzend_accelerator_module.c297 …" , PHP_INI_SYSTEM, OnUpdateBool, accel_directives.protect_memory, ze…
813 …_assoc_bool(&directives, "opcache.protect_memory", ZCG(accel_directives).protect_memory);
/php-src/ext/opcache/tests/jit/
H A Dgh8030-002.phpt11 opcache.protect_memory=1
/php-src/docs/source/core/data-structures/
H A Dreference-counting.rst170 You may execute PHP with the ``-d opcache.protect_memory=1`` flag to mark the shared memory as
/php-src/.github/workflows/
H A Dnightly.yml465 echo opcache.protect_memory=1 >> /etc/php.d/opcache.ini
/php-src/
H A Dphp.ini-development1748 ;opcache.protect_memory=0
H A Dphp.ini-production1750 ;opcache.protect_memory=0

Completed in 27 milliseconds

1234567