Configuring PHP 4.3.2

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • eric

    Configuring PHP 4.3.2

    Greetings!

    A dumb question I'm sure. :8

    The manuals say GD (along with others) is built into the latest version of
    PHP.

    When I go to configure PHP do I have to explicitly state --with-gd or is it
    automatic?

    I don't see gd anywhere in my php_info() but if gd is built in should I?

    Thanks!
    Eric
  • Per Gustafsson

    #2
    Re: Configuring PHP 4.3.2

    eric wrote:[color=blue]
    > Greetings!
    >
    > A dumb question I'm sure. :8
    >
    > The manuals say GD (along with others) is built into the latest
    > version of PHP.
    >
    > When I go to configure PHP do I have to explicitly state --with-gd or
    > is it automatic?[/color]

    GD is bundled but that doesn't mean it gets automagically compile. You
    do need to specify --with-gd when running ./configure

    More info: http://php.net/gd


    Per Gustafsson

    --



    Comment

    • Randell D.

      #3
      Re: Configuring PHP 4.3.2


      "eric" <eehanson@earth link.net> wrote in message
      news:vh3qvj5554 3m4d@news.super news.com...[color=blue]
      > Greetings!
      >
      > A dumb question I'm sure. :8
      >
      > The manuals say GD (along with others) is built into the latest version of
      > PHP.
      >
      > When I go to configure PHP do I have to explicitly state --with-gd or is[/color]
      it[color=blue]
      > automatic?
      >
      > I don't see gd anywhere in my php_info() but if gd is built in should I?
      >
      > Thanks!
      > Eric[/color]

      I think I had to make changes to my php.ini file on my windoze machine but
      cannot recall if I needed to make the same changes on my linux server...
      search your php.ini for "gd" or "gd2"


      Comment

      Working...