Re: [PHP] Adding GD libraries after compile

2002-06-28 Thread Marek Kilimajer
Yes, you are ruled out, unless you can convice your administrator to include it. Extensions are pure machine code, so if anybody could load his/her own extension, he/she could easily gain http server priviledges. Justin French wrote: >I've just done a little reading on dl(), and it would appea

Re: [PHP] Adding GD libraries after compile

2002-06-28 Thread Justin French
I've just done a little reading on dl(), and it would appear that I can dynamically load the GD lib at run time. Although it isn't really clear to me exactly how this is done, given that I have the gd-1.8.4 directory in my doc root (although I haven't compiled it as yet). bool dl ( string libr

Re: [PHP] Adding GD libraries after compile

2002-06-28 Thread Jason Wong
On Friday 28 June 2002 15:03, PHPCoder wrote: > Hi > I have a working PHP build on my webserver, but it seems it was compiled > without support for gd or pdflib and a couple of others. > Since rebuilding PHP requires a rebuild of apache as well, I really > don't want to go that route unless 100% e

RE: [PHP] Adding GD libraries after compile

2002-06-27 Thread Martin Towell
dl() is your friend here - well it works fine on the win version at least... :) -Original Message- From: PHPCoder [mailto:[EMAIL PROTECTED]] Sent: Friday, June 28, 2002 5:03 PM To: php-general Subject: [PHP] Adding GD libraries after compile Hi I have a working PHP build on my webserver