cli – Übersetzung – Keybot-Wörterbuch

Spacer TTN Translation Network TTN TTN Login Français English Spacer Help
Ausgangssprachen Zielsprachen
Keybot 167 Ergebnisse  fabcafe.com
  PHP: Changements incomp...  
CLI SAPI ne cherche plus dans cwd le fichier
CLI SAPI ya no busca por los ficheros
  PHP: Changements incomp...  
En PHP 5.1.x, une fonctionnalité non-documentée a été ajoutée à la version CLI de PHP, pour rechercher dans le dossier courant un fichier de configuration PHP, menant à des comportements inattendus, si des fichiers inopinés étaient trouvés.
en el directorio de trabajo actual. En PHP 5.1.x fue agregada una característica no documentada que hizo que el interprete CLI chequeara de forma binaria el directorio de trabajo actual en busca de un fichero de configuración de PHP, esto puede conducir a un comportamiento impredecible si un fichero de configuración inesperado fuera leído. Esta funcionalidad se quitó en 5.2.0, y PHP ya no buscará en el directorio de trabajo actual por la presencia de los ficheros
  PHP: CGI et configurati...  
Par défaut, PHP est construit comme programmes à la fois CLI et CGI, pouvant être utilisé comme processeur CGI. Si vous utilisez un serveur qui supporte le module PHP, vous devriez en général utiliser cette solution pour des raisons de performances.
По умолчанию, PHP собирается одновременно как CLI и CGI программа, которая может быть использована для обработки CGI-запросов. PHP как модуль сервера выигрывает в производительности, однако PHP CGI позволяет запускать PHP от пользователя, отличного от того, под которым исполняется сервер.
  PHP: phpcredits - Manual  
La fonction phpcredits() affiche du texte plein au lieu du HTML lorsqu'elle est utilisée en mode CLI.
phpcredits() を CLI モードで使うと、 HTML ではなくプレーンテキスト形式で出力します。
  PHP: Phar::buildFromDir...  
$phar->setStub($phar->createDefaultWebStub('cli/index.php', 'www/index.php'));
$phar->setStub($phar->createDefaultStub('cli/index.php', 'www/index.php'));
$phar->setStub($phar->createDefaultStub('cli/index.php', 'www/index.php'));
  PHP: Nouvelles fonction...  
CLI et CGI
CLI y CGI
CLI と CGI
  PHP: Phar::buildFromDir...  
$phar->setStub($phar->createDefaultStub('cli/index.php', 'www/index.php'));
$phar2->setStub($phar->createDefaultStub('cli/index.php', 'www/index.php'));
$phar2->setStub($phar->createDefaultStub('cli/index.php', 'www/index.php'));
  PHP: Apache 2.x sur les...  
Notez que, sauf indications contraires, l'étape "make install" installera également PEAR, mais aussi divers outils PHP comme phpsize, PHP CLI et bien plus encore.
cd ../php-NN ./configure --with-apxs2=/usr/local/apache2/bin/apxs --with-mysql make make install
cd ../php-NN ./configure --with-apxs2=/usr/local/apache2/bin/apxs --with-mysql make make install
1 2 3 4 5 6 7 8 9 10 Arrow