gd-php

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • chsadaki@hotmail.com

    gd-php

    HI,I have a problem with using image functions, I always get this
    error: undefined function.
    I have started from the scratch, do I have to configure any libraries
    or pathes.
    knowing that my php version is 4.3 and i have found two dll files
    gd.dll and gd2.dll

    thanx in advance
    Shameram

  • Henrik Hansen

    #2
    Re: gd-php

    chsadaki@hotmai l.com writes:
    [color=blue]
    > HI,I have a problem with using image functions, I always get this
    > error: undefined function.
    > I have started from the scratch, do I have to configure any libraries
    > or pathes.
    > knowing that my php version is 4.3 and i have found two dll files
    > gd.dll and gd2.dll[/color]

    and GD support is enabled (have you added those 2 dll's in php.ini)?
    Take a look at phpinfo() and check if support is in there.

    --
    Henrik Hansen

    Comment

    • Jerry Stuckle

      #3
      Re: gd-php

      chsadaki@hotmai l.com wrote:[color=blue]
      > HI,I have a problem with using image functions, I always get this
      > error: undefined function.
      > I have started from the scratch, do I have to configure any libraries
      > or pathes.
      > knowing that my php version is 4.3 and i have found two dll files
      > gd.dll and gd2.dll
      >
      > thanx in advance
      > Shameram
      >[/color]

      Sounds like you PHP is not configured to use the gd extensions. Check
      your php.ini file, especially the extensions= section.

      Also, depending on what you're trying to do, you may need to recompile
      PHP with the appropriate libs for .jpeg, .gif, etc. support.

      --
      =============== ===
      Remove the "x" from my email address
      Jerry Stuckle
      JDS Computer Training Corp.
      jstucklex@attgl obal.net
      =============== ===

      Comment

      Working...