You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2007/05/29 13:25:47 UTC

DO NOT REPLY [Bug 42535] New: - php output to browser stopped midway

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=42535>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=42535

           Summary: php output to browser stopped midway
           Product: Apache httpd-2
           Version: 2.0.55
          Platform: Other
        OS/Version: All
            Status: NEW
          Severity: critical
          Priority: P2
         Component: All
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: ukirfan@yahoo.com
                CC: ukirfan@yahoo.com


Hi,

Apache stops printing php(version 5.1.2) statements after looping through the
array, and does not reach a point where I print "hello there !"  message.
i need to output beyound the print statements in array, to execute javascript in
client browser. Please help !

try catch messages are not showing any error !
Note : all my pages work perfectly even with huge outputs, only this
multi-dimensional array output is the problem


Thanks 
Irfan Ahmed

*********
here is the code below
<?php 

try{
 while( $localcount < $localcountfinal  ) {
							 if(($completeTreeLocal[$localcount]["node"]+0) != 50000 ){				
							 				print  $completeTreeLocal[$localcount]["routePath"];
	}

$localcount++;
 }
$_SESSION['completeTreeStruct'] =  serialize( $completeTreeLocal);	
 } catch (Exception $e) {
echo ' Caught exception: ',  $e->getMessage(), "\n";
}

print "hello there !";

?>

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


DO NOT REPLY [Bug 42535] - php output to browser stopped midway

Posted by bu...@apache.org.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=42535>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=42535





------- Additional Comments From ukirfan@yahoo.com  2007-05-29 04:33 -------

the while loops the multi deimensional array around 20 iterations  and not more
than 20 iterations , whtever the loop size 

---and output from server to browser is halted.---


 




-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


DO NOT REPLY [Bug 42535] - php output to browser stopped midway

Posted by bu...@apache.org.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=42535>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=42535


rpluem@apache.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID




------- Additional Comments From rpluem@apache.org  2007-05-29 08:33 -------
This is about httpd bugs here. Your problem sounds like a php problem / bug.
Please report it at bugs.php.net

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


DO NOT REPLY [Bug 42535] - php output to browser stopped midway

Posted by bu...@apache.org.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=42535>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=42535





------- Additional Comments From ukirfan@yahoo.com  2007-06-03 22:26 -------
(In reply to comment #2)
> This is about httpd bugs here. Your problem sounds like a php problem / bug.
> Please report it at bugs.php.net


Thanks, your correct Ruediger, http://bugs.php.net/2690 

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org