require_once 'Excel/reader.php';
$data = new Spreadsheet_Excel_Reader();
$data->read('Senator.xls');
我的 error.log 中出现以下错误
PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 32 bytes)
奇怪的是,这在我的开发实例上工作得很好。但不在生产中。我应该寻找什么差异。
注意:两个环境都有 memory_limit=128M