This is a discussion on gd_info() not working within the PHP Language forums, part of the PHP Programming Forums category; i have php 4.3.4 installed with apache 1.3 (using windows XP) and i was wondering if maybe ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
i have php 4.3.4 installed with apache 1.3 (using windows XP) and i was
wondering if maybe the image functions arent bundled with the windows distribution of PHP? "print_r(gd_info());" produces nothing. no info about the image function library or anything. i looked in the PHP manual and it said gd_info() comes with "PHP 4 >= 4.3.0, PHP 5". but its not working for me. help!! thanks JP |
|
|||
|
kingofkolt wrote:
> i have php 4.3.4 installed with apache 1.3 (using windows XP) and i was > wondering if maybe the image functions arent bundled with the windows > distribution of PHP? "print_r(gd_info());" produces nothing. no info about > the image function library or anything. i looked in the PHP manual and it > said gd_info() comes with "PHP 4 >= 4.3.0, PHP 5". but its not working for > me. help!! > > thanks > > JP > > Perhaps it's still commented out in you php.ini file? Perhaps the extension isn't in your PHP extensions directory? - Dan |
|
|||
|
"Dan Tripp" <thisIsNot@MyEMailAddress.com> wrote in message news:Jhfkc.3144$AH7.2042@newssvr27.news.prodigy.co m... > kingofkolt wrote: > > > i have php 4.3.4 installed with apache 1.3 (using windows XP) and i was > > wondering if maybe the image functions arent bundled with the windows > > distribution of PHP? "print_r(gd_info());" produces nothing. no info about > > the image function library or anything. i looked in the PHP manual and it > > said gd_info() comes with "PHP 4 >= 4.3.0, PHP 5". but its not working for > > me. help!! > > > > thanks > > > > JP > > > > > > Perhaps it's still commented out in you php.ini file? > Perhaps the extension isn't in your PHP extensions directory? > > - Dan perhaps you're right thanks :) - JP |