Hi all,
I'm writing a module for a Content Management System called 'Site@School'
(siteatschool.s f.net). One of it's requirements is that if any other
software package is used, it must be invisible to the user.
Now I need to resize jpeg and gif images. When I use php extensions like
imagick.so or the gd-lib one, I cannot include them into the module. The
user that installs the module (which can be a school on their ISP's
webspace) must also install the extensions and adapt the sytem's php.ini
file (which is impossible if you don't have root access).
I know recent php versions can be compiled with the --enable-gd option,
but I'm not allowed to make that assumption (maybe an ISP doesn't want it
to enable because of possible security problems for example).
Do you know any solution to this problem? (it should be possible, although
not trivial, to compile and install a package in ones homedirectory)
much thanks in advance,
Martin
I'm writing a module for a Content Management System called 'Site@School'
(siteatschool.s f.net). One of it's requirements is that if any other
software package is used, it must be invisible to the user.
Now I need to resize jpeg and gif images. When I use php extensions like
imagick.so or the gd-lib one, I cannot include them into the module. The
user that installs the module (which can be a school on their ISP's
webspace) must also install the extensions and adapt the sytem's php.ini
file (which is impossible if you don't have root access).
I know recent php versions can be compiled with the --enable-gd option,
but I'm not allowed to make that assumption (maybe an ISP doesn't want it
to enable because of possible security problems for example).
Do you know any solution to this problem? (it should be possible, although
not trivial, to compile and install a package in ones homedirectory)
much thanks in advance,
Martin
Comment