|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2006-03-28 16:03 UTC] pigo at mail dot pigo dot idv dot tw
[2006-03-28 16:06 UTC] tony2001@php.net
[2006-03-28 17:01 UTC] pigo at mail dot pigo dot idv dot tw
[2006-03-28 17:21 UTC] tony2001@php.net
[2006-03-29 16:17 UTC] pigo at mail dot pigo dot idv dot tw
[2006-03-29 16:21 UTC] pigo at mail dot pigo dot idv dot tw
[2006-03-29 16:58 UTC] derick@php.net
[2006-04-06 01:00 UTC] php-bugs at lists dot php dot net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Nov 27 08:00:01 2025 UTC |
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 ...