2014-02-14 ApiGenが途中で止まる エラーと失敗 PHP ApiGenでドキュメント生成中に Used 90% of the current memory limit, please increase the limit to generate the whole documentationと失敗することがある。これはphpのメモリ不足が原因なので、php.iniのメモリ値を例えば memory_limit=256Mと変更する。