ID: 36893 Updated by: [EMAIL PROTECTED] Reported By: pigo at mail dot pigo dot idv dot tw -Status: Open +Status: Feedback Bug Type: Apache2 related Operating System: Windows XP SP2 PHP Version: 5.1.2 New Comment:
Not enough information was provided for us to be able to handle this bug. Please re-read the instructions at http://bugs.php.net/how-to-report.php If you can provide more information, feel free to add it to this bug and change the status back to "Open". Thank you for your interest in PHP. Previous Comments: ------------------------------------------------------------------------ [2006-03-28 16:03:06] pigo at mail dot pigo dot idv dot tw If I stop apache and start apache. Than I open browser to view info.php , it can run. But I view the test.php it is still waiting apache response ... ------------------------------------------------------------------------ [2006-03-28 15:52:34] pigo at mail dot pigo dot idv dot tw Description: ------------ Apache or PHP Crash ? I am testing Zend Framework. When I give $this->view->setScriptPath( ) a error path like "c:\\wwwrootabc\www2.pigo\\www\application\" My browser will waiting for response ... My CPU Loading is lower , apache is still running . Ok . I try to open my brower to view a script info.php( <?php info(); ?> The browser is also wating ..... ha But apache's cpu loading still lower and not die ... Anyone help me ? Reproduce code: --------------- class IndexController extends Zend_Controller_Action { /** * Enter description here... * * @var Zend_View */ protected $view; public function __construct() { $this->view = new Zend_View(); $this->view->setScriptPath("c:\\wwwroot\\www2.pigo\\www\\application\\views"); } Expected result: ---------------- I am testing Zend Framework. When I give $this->view->setScriptPath( ) a error path like "c:\\wwwrootabc\www2.pigo\\www\application\" My browser will waiting for response ... My CPU Loading is lower , apache is still running . Ok . I try to open my brower to view a script info.php( <?php info(); ?> The browser is also wating ..... ha But apache's cpu loading still lower and not die ... Anyone help me ? Actual result: -------------- When I run the error code . no php error . no apache error ... ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=36893&edit=1