Re: [Ffmpeg-php-user] togdimage() not working on BSD
Brought to you by:
tkirby
From: Todd.Kirby <dou...@pa...> - 2005-03-25 02:55:46
|
Scott Larson wrote: > A follow-up on building GD directly into PHP rather than as an >extension: the bar.php script I posted earlier causes the Apache process >handling the request to segfault. It would seem that PHP/GD doesn't >play nicely on BSD. > > Try running the script from the command line? You may get a more useful error report. php bar.php If it still segfaults, run it in a debugger... gdb ---args php bar.php ...and type 'bt' after the segfault to generate a stack trace. Thanks, -Todd |