有沒有人成功在Windows上安裝phpsh? 我在Windows 7機器上安裝了PHP 5.2和Python 2.7。當我嘗試運行setup.py時,我得到一個NameError: name '__init__' is not defined。我發現有人分叉了項目here,但我遇到了同樣的錯誤。 任何想法我可以做什麼?
我可以是這樣的: php>multline start;
.... $a =<<< EOF
.... hello hi how are you this is phpSH
.... hello there its test line
.... EOF;
.... multiline end;
在phpsh?
如何使MySQL數據庫在使用PHP交互式Shell時始終可用? 我有問題,我在開始時連接到數據庫,並很快超時。系統管理員將MySQL數據庫的超時設置爲10秒(空閒),我無法更改該值。然而,這個值不夠長,不足以與Propel對象及時交互。我在不改變MySQL服務器的配置的情況下尋找方式。 例如 // Assume that User is the Propel class
$con = User: