Re: [PHP] Installing extensions

2011-09-20 Thread Tommy Pham
On Tue, Sep 20, 2011 at 12:43 AM, tamouse mailing lists < tamouse.li...@gmail.com> wrote: > On Mon, Sep 19, 2011 at 9:03 AM, Daniel Brown wrote: > >You have to add the extensions to your php.ini file, > > Yeah, did that, still not working. > > > and - if > > using them on the web - remember t

Re: [PHP] Installing extensions

2011-09-20 Thread tamouse mailing lists
On Mon, Sep 19, 2011 at 9:03 AM, Daniel Brown wrote: >    You have to add the extensions to your php.ini file, Yeah, did that, still not working. > and - if > using them on the web - remember to restart Apache. Using lighty and fastcgi. -- PHP General Mailing List (http://www.php.net/) To unsu

Re: [PHP] Installing extensions

2011-09-19 Thread Daniel Brown
On Sun, Sep 18, 2011 at 15:21, tamouse mailing lists wrote: > I'm having a bit of trouble installing PHP extensions. > > I have the following in php.ini: > >  extension_dir = > ".:/usr/local/lib/php/extensions:/usr/local/lib/php/extensions/no-debug-non-zts-20090626" > > In /usr/local/lib/php/exten

Re: [PHP] Installing extensions

2011-09-18 Thread tamouse mailing lists
On Sun, Sep 18, 2011 at 4:36 PM, Benjamin Hawkes-Lewis wrote: > On Sun, Sep 18, 2011 at 8:21 PM, tamouse mailing lists > wrote: >> I'm having a bit of trouble installing PHP extensions. >> >> I have the following in php.ini: >> >>  extension_dir = >> ".:/usr/local/lib/php/extensions:/usr/local/li

Re: [PHP] Installing extensions

2011-09-18 Thread tamouse mailing lists
On Sun, Sep 18, 2011 at 4:22 PM, Gregor Mitzka wrote: > Why don't you use MacPorts? There you can extension in a quite simple way. > Gregor Mitzka I DID use MacPorts! -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Installing extensions

2011-09-18 Thread Sharl.Jimh.Tsin
在 2011-09-18日的 14:21 -0500,tamouse mailing lists写道: > I'm having a bit of trouble installing PHP extensions. > > I have the following in php.ini: > > extension_dir = > ".:/usr/local/lib/php/extensions:/usr/local/lib/php/extensions/no-debug-non-zts-20090626" > > In /usr/local/lib/php/extensions/

Re: [PHP] Installing extensions

2011-09-18 Thread Benjamin Hawkes-Lewis
On Sun, Sep 18, 2011 at 8:21 PM, tamouse mailing lists wrote: > I'm having a bit of trouble installing PHP extensions. > > I have the following in php.ini: > >  extension_dir = > ".:/usr/local/lib/php/extensions:/usr/local/lib/php/extensions/no-debug-non-zts-20090626" > > In /usr/local/lib/php/ext

Re: [PHP] Installing extensions

2011-09-18 Thread Gregor Mitzka
Why don't you use MacPorts? There you can extension in a quite simple way. Gregor Mitzka 2011/9/18 tamouse mailing lists > I'm having a bit of trouble installing PHP extensions. > > I have the following in php.ini: > > extension_dir = > > ".:/usr/local/lib/php/extensions:/usr/local/lib/php/ext

[PHP] Installing extensions

2011-09-18 Thread tamouse mailing lists
I'm having a bit of trouble installing PHP extensions. I have the following in php.ini: extension_dir = ".:/usr/local/lib/php/extensions:/usr/local/lib/php/extensions/no-debug-non-zts-20090626" In /usr/local/lib/php/extensions/no-debug-non-zts-20090626, i have the following: -rwxr-xr-x 1 roo

[PHP] Installing extensions (winXP)

2002-11-14 Thread Davy Obdam
Hiya people, I want to install some extensions like PDF and XSLT, curl etc. I have the GD libary installed in my php.ini like this: extension=php_gd.dll. When i try to un quote the other extensions and restart Apache i get errors, that he could load this extension. Also i have done this in my