Examples with "PEAR.php" and their translation in Engels
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.
Pour de meilleurs performances, le fichier PEAR.php est inclu dynamiquement.
To improve performances, the PEAR.php file is included dynamically.
Andere resultaten
Si vous avez suivi les instructions pour récupérer go-pear.php et que vous utilisez e.g.
If you have followed the instructions for getting go-pear.php and you are using e.g.
Vous pouvez alors l'enregistrer en go-pear.php, et là PHP va pouvoir le parser correctement.
If you save now the file that is shown in your editor as go-pear.php, PHP will be able to parse the file properly.
Windows et Internet Explorer, you might get the strange effect that - although you have named the file go-pear.php - le fichier n'est pas parsé et vous voyez le code source php.
Windows and the Internet Explorer, you might get the strange effect that - although you have named the file go-pear.php - the file isn't parsed and the PHP source code of it is shown.
Notez également que cela n'affecte pas le paquet d'installation PEAR lui-même... cela affecte l'exécutable go-pear.phar que vous utiliseriez pour installer initialement l'installateur PEAR.
Also note that this does not affect the PEAR installer package itself... it affects the go-pear.phar executable that you would use to initially install the PEAR installer.
Donc, si vous avez téléchargé go-pear.phar depuis 12/20 afin de l'exécuter une fois pour installer le paquet PEAR sur votre système, vous devriez être inquiet, surtout si votre système utilise aussi 'sh' et 'perl'.
"So, if you downloaded go-pear.phar since 12/20 in order to run it once to install the PEAR package on your system, you should be concerned, particularly if your system has 'sh' and 'perl' available."
L'équipe de PEAR a publié plus de détails sur le récent incident de sécurité, expliquant que le "go-pear.phar" compromis trouvé sur son serveur semble avoir été placé après la dernière publication officielle du fichier le 20 décembre 2018.
The PEAR team has published more details about the recent security incident, explaining the tainted "go-pear.phar" found on its server appeared to be planted after the last official file release on 20 December 2018.
Pour vous assurez que seuls les fichiers se terminant par.php sont exécutés, utilisez plutôt la configuration suivante
To ensure that only files that end in.php are executed, use the following configuration instead
Dans cet exemple, une erreur 404 vers toute URL se terminant par.php ou.cgi ne sera pas signalée.
In this example, a 404 to any URL ending with.php or.cgi will not be reported.
Cette commande va créer un mapping des scripts IIS pour les extensions de fichiers .php, ce qui aura pour effet la gestion de toutes les URLs se terminant par.php par l'extension FastCGI.
This command will create an IIS script mapping for .php file extension, which will result in all URLs that end with.php being handled by FastCGI extension.
De nombreux fournisseurs d'hébergement Web acceptent le PHP et il vous suffit généralement de remplacer l'extension de fichier.htm par.php pour rendre vos pages Web compatibles avec PHP.
Many web hosting providers support PHP, and in many cases, you can PHP-enable your webpages simply by changing the file extension from.htm to.php.
Exemple #10 Création d'un gestionnaire de mapping pour les requêtes Cette commande crée un gestionnaire de mapping IIS pour les fichiers dont l'extension est .php, ce qui fera que toutes les URLs qui se terminent par.php seront gérées par le module FastCGI.
This command creates an IIS handler mapping for .php file extension, which will result in all URLs that end with.php being handled by FastCGI module. Notă