Connecting Tech Pros Worldwide Forums | Help | Site Map

i have a probleme with GD in my host

berehneh
Guest
 
Posts: n/a
#1: Jul 17 '05
i must do a project with gd library in php
i do it and it work in ym localhost in my office beacuase o run it's extension in

php.ini
but when i uploaded it to internet to the host it didnt work
because this extension was not run
how can i run it.
my host in world wide web have linuxs os with apache 1.3 and php 4.3.1
**** i think to do dl(gd.so) but where can find this file to download....

Reply Via Newsgroup
Guest
 
Posts: n/a
#2: Jul 17 '05

re: i have a probleme with GD in my host


berehneh wrote:
[color=blue]
> i must do a project with gd library in php
> i do it and it work in ym localhost in my office beacuase o run it's extension in
>
> php.ini
> but when i uploaded it to internet to the host it didnt work
> because this extension was not run
> how can i run it.
> my host in world wide web have linuxs os with apache 1.3 and php 4.3.1
> **** i think to do dl(gd.so) but where can find this file to download....[/color]

Your message is a little unclear - I'm taking a guess to help you...

Might I suggest you check gd_info()
http://ca.php.net/manual/en/function.gd-info.php

Secondly - the GD library (from http://www.boutell.com) I believe is
already compiled/shipped with php4.x however there are some libraries
that you must compile in yourself (fonts for example).

So - when you say your script works on the local host, and fails to work
on your internet server, you need to tell us what error message you are
getting when it fails.
Closed Thread