| 
 Posted by J.O. Aho on 07/24/05 10:15 
Bush is a Fascist wrote: 
> Help! PHP is crashing when I go something very simple 
> and straightforward. 
>  
> I downloaded PHP 5.0.4 and compiled it with MySQL support. 
> I checked that my database was up and running and that 
> the table I wanted to access was accessible from 
> the mysql prompt. 
>  
> I then ran the following PHP file, first through my 
> webserver and then at the command line, with the 
> same result each time: PHP segfaulted. 
 
Run the script manually with "PHP-cli" and use a debugger (gdb or any other  
you may have) and see what you get out from there. 
 
 
  //Aho
 
[Back to original message] 
 |