ID: 36893
User updated by: pigo at mail dot pigo dot idv dot tw
Reported By: pigo at mail dot pigo dot idv dot tw
Status: Open
Bug Type: Apache2 related
Operating System: Windows XP SP2
PHP Version: 5.1.2
New Comment:
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 ...
Previous Comments:
------------------------------------------------------------------------
[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