apache error with php

Hello, I'm running FreeBSD 7.1 with Apache 2.2.17 and php 5.2.17

When I use the function (php-gd) imageCreateFromPNG, I have a blank page with no error and the apache log says:
Code:
[notice] child pid 96635 exit signal Abort trap (6)

When I run [cmd=]#pkg_info | grep -i -e pecl -e php[/cmd] it says that there is a different version of PHP.
ex: php5-bz2-5.2.11_1 and php5-bz2-5.2.14_1

How can I properly deinstall all previous php upgrades?

Regards,

David
 
Hello,

You can deinstall all php packages, but not "upgrades".
Or try to rebuild all php packages by running for example:

# portupgrade -rR php52 (5.2 because if yours ports is up to current php5 is PHP 5.3).
 
Back
Top