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:
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
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