Re: help! what should I do when there is a segmentation fault in my php script



i also tried to insert some echo or print
but there's not any thing but segfault in the screen.

but some php script works well.:.those not so complex.

what problem could it be?

here's some of my code:
<?php
echo test;
requrie("......")
.....

?>

nothint but segfault.
but if there's no requre
the echo line works and we can see "test"
then there''s some "undefined functiong called blabla"

"yangsuli@xxxxxxxxx 写道:
"
"J.O. Aho 写道:
"
yangsuli@xxxxxxxxx wrote:
It works perfectly well before
but today my browser cannot get this php script
i tried to run it in the localhost
and it reported a seg fault :(

Do you get segfault with all scripts or just with the one?

actually it is some of them.......:(

On what OS do you run your webserver/php on?
What webserver program do you use?
OS ; RH AS3
php4.3.4+apache+mysql5.0


ps.is there any good debugger for php in linux?

http://gubed.mccabe.nu/


//Aho

.



Relevant Pages

  • Re: help! what should I do when there is a segmentation fault in my php script
    ... i also tried to insert some echo or print ... but there's not any thing but segfault in the screen. ... but some php script works well.:.those not so complex. ...
    (comp.lang.php)
  • Re: Large File Not Being Sent To Client
    ... I tried changing the php script to do fopen, fread, echo, ... The messages in the log file stop at 10MB, ... Without the header the browser is free to figure on it's own how long the data should be. ...
    (comp.lang.php)
  • Large File Not Being Sent To Client
    ... My company produces reports for our customers in PDF format. ... I tried changing the php script to do fopen, fread, echo, ... The messages in the log file stop at 10MB, ...
    (comp.lang.php)
  • Re: Large File Not Being Sent To Client
    ... I tried changing the php script to do fopen, fread, echo, ... After each flush, I write a message to a log ... The messages in the log file stop at 10MB, ...
    (comp.lang.php)
  • Re: first even php code
    ... > This is my first ever, ever PHP script. ... the first call would close the connection to the database, ... echo ''.tt; ... //Close the database connection ...
    (comp.lang.php)