今天新建项目运行index.php后,老是提示内存不足Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 35 bytes) in E:\wamp\www\testnew\ThinkPHP\Common\common.php on line 507
但是加上define(‘APP_DEBUG’,true)却可以运行!!!
代码如下
<?php
define('APP_PATH', './admin/');
define('App_NAME', 'admin');
require ( './ThinkPHP/ThinkPHP.php' );
最佳答案