PHP 【PHP:エラー】Allowed memory size of XXXXX bytes exhausted がでた 「Fatal error: Allowed memory size of 16777216 bytes exhausted (tried to allocate 8965128 bytes)」 使用できるメモリを使い切ってしまったよ!って... 2012.02.19 PHP
PHP 【PHP:エラー】 Fatal error: Maximum execution time of 60 seconds exceeded タイムアウトエラーですね。 とりあえず、php.iniに以下の設定をしたら問題を避けられました! / 2012.02.19 PHP
PHP pear の proxy 設定方法 proxy経由でpearを実行したい場合はproxyの設定をする必要があります。 以下を参考に設定してみてください。 pearのproxy設定方法 pearのproxy設定の確認方法 / 2012.01.10 PHP