|
Posted by Anonymous on 08/08/06 18:10
alfred.ayache@gmail.com wrote:
>
> I've found a problem with many of my PHP installations. I'm not sure
> whether it's a PHP problem, or an Apache problem, or something else
> again.
>
> The issue appears when we try to use the following snippet from the PHP
> docs for imagecreate():
Since you are using a code snippet from the docs I simply assume it is
correct without checking it. Which brings me to one of the standard
errors when using the GD2 library:
Have you made sure you enabled it? It is disabled in a standard PHP
install. Look into the php.ini file, look for the line
extension=php_gd2.dll
and if the line looks like this
;extension=php_gd2.dll
remove the ; in front of it, then restart Apache.
Navigation:
[Reply to this message]
|