Running GD externally to PHP on Linux?

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

    Running GD externally to PHP on Linux?

    I am on a linux system where the GD library is not compiled into PHP.
    Is there a way to load this module without having to re-compile PHP?
    I know that you can change the ext= in Windows, but have not seen any
    specifics for a linux system.
  • lawrence k

    #2
    Re: Running GD externally to PHP on Linux?


    David wrote:
    I am on a linux system where the GD library is not compiled into PHP.
    Is there a way to load this module without having to re-compile PHP?
    I know that you can change the ext= in Windows, but have not seen any
    specifics for a linux system.
    We had to recompile PHP to upgrade GD on our machine.

    Comment

    Working...