PHP

Could not open input file

PHP

一見よさそうだけど、引数の処理がうまくいかないので、この記事は前面削除です。 症状 Cygwin+bash 上で、次のような php スクリプトを実行するとエラーになりました。 #! php $ hello.php Could not open input file: /home/egc/bin/hello.php 原因 「き…

バックチック

PHP

Execution Operators(PHPマニュアルより) PHP supports one execution operator: backticks (``). Note that these are not single-quotes! PHP will attempt to execute the contents of the backticks as a shell command; the output will be returned (i…

one more fcsh wrapper

(=>記事2009.10.24参照) (=>記事2009.12.28参照) phpで作成した、fcsh ラッパー。簡単なクライアント・サーバー方式で、emacsから使うことを意図したものです。チェックした動作環境は、w2k、Apche Ant、php(CLI) です。ソース一式(pipedFcsh.lzh)。 フ…

phpコマンドライン(CLI)が遅い

PHP

と言っても、実行自体は早いのだけど、終了してから戻ってくるまでがとても遅い。1秒の処理が終了した後、5〜6秒待たされる。 php.ini を修正 実行自体は早いので、別の要因と推察した結果、現在の既定の c:/xampp/php/php.ini がマルチメディアやらsqlや…