Examples with "php opcode" and their translation in Frans
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
It also caches your PHP opcode.
APC, for example, also caches your php opcode.
APC par exemple met également en cache votre opcode php.
There are known problems with some PHP opcode accelerators, it is recommended to switch to the fully supported, standard OPcache PHP extension if possible.
Il y a des problèmes connus avec certains accélérateurs de code PHP, il est recommandé si possible de passer à l'extension PHP OPcache, standard et entièrement supportée.
Andere resultaten
If your website is written in PHP, enabling the opcode cache module can speed it up by a factor of two or more.
Si votre site Web est codé en PHP, vous pouvez doubler sa vitesse ou plus en activant le « opcode cache module ».
Remember that the IonCube loader is a kind of cache and the files are not protected but converted to OpCodes in PHP format which can be useful to optimise bridging of CMS!
Nous rappelons que le Loader ionCube fait office de cache, car en effet les fichiers ne sont pas protégés mais convertis en OpCodes au format PHP, cela vous sera très utile pour optimiser le fonctionnement de l'extension JoomSEF3 / JFusion Frameless Forums.
Enables the opcode cache for the CLI version of PHP.
Active le cache d'opcode pour la version CLI de PHP.
These functions allow runtime analysis of opcodes compiled from PHP scripts.
There is no more environment to declare and configuration is compiled in plain PHP to get the benefit of the opcode cache.
Il n'y a plus d'environnement à déclarer et la configuration est compilée en PHP afin de bénéficier d'un cache opcode.
When a PHP file or script is processed it first has to be compiled into machine-readable opcode.
Lorsqu'un fichier ou un script PHP est traité, il doit d'abord être compilé en un opcode lisible par la machine.
In other words, a PHP script when it is executed, is compiled into opcode, code that is understandable by the machine.
En d'autres termes, lors de l'exécution d'un script PHP, celui-ci est compilé en opcode, un code compréhensible par la machine.
If your hosting provider allows it, you may be able to switch on PHP acceleration, also known as opcode cache module, for your website.
Si votre hébergeur vous y autorise, vous pouvez activer l'accélération PHP, également appelée « opcode cache module », pour votre site Web.
PHP manages its own children and opcode caches like APC will only share among children managed by PHP.
PHP gère ces propres fils et caches opcode comme APC qui partage uniquement les fils gérés par PHP.
What OPcache does is store the converted opcode so that PHP will be able to skip the compilation step the next time that specific file or script is needed.
Ce qu'OPcache fait est de stocker le opcode converti afin que PHP puisse ignorer l'étape de compilation la prochaine fois que ce fichier ou script spécifique est nécessaire.