Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 2611816 bytes) 去百度了一下,原來是php.ini中的內(nèi)存分配的問題,默認(rèn)php代碼能夠申請到的最大內(nèi)存字節(jié)數(shù)就是134217728 bytes,如果代碼執(zhí)行的時候再需要更多的內(nèi)存,就會報錯了,于是就將php.ini文件中的配置改了一下: ...
www.dbjr.com.cn/article/572...htm 2025-6-4