AW: [PHP-WIN] Re: enabling extensions

2002-11-08 Thread Sven Schnitzke
.2 and 4.3 SAPI, CGI and CLI. All this is strictly for dev purpose and possibly invalid under security restrictions ( namely ..\ as a folder spec in safe mode). Sven > -Ursprüngliche Nachricht- > Von: Maxim Maletsky [SMTP:[EMAIL PROTECTED]] > Gesendet am: Donnerstag, 7. Nov

Re: [PHP-WIN] Re: enabling extensions

2002-11-07 Thread Maxim Maletsky
No, it is not necessary (as long as I know, Linux's slash will work) -- Maxim Maletsky [EMAIL PROTECTED] "Brett Curtiss" <[EMAIL PROTECTED]> wrote... : > You need to have the trailing \ ex: C:\WINDOWS\SYSTEM32\ > > Hope that helps. > > > "Tim Blackwell" <[EMAIL PROTECTED]> wrote in messag

[PHP-WIN] Re: enabling extensions

2002-11-07 Thread Tim Blackwell
thanks for the replies--i guess i had everything right, i reinstalled php and it works now "Seung Hwan Kang" <[EMAIL PROTECTED]> wrote in message news:20021107040609.57532.qmail@;pb1.pair.com... > I've installed PHP to c:\php. I do this way in PHP.INI > > extension_dir = c:\php\extensions > > ;W

[PHP-WIN] Re: enabling extensions

2002-11-06 Thread Seung Hwan Kang
I've installed PHP to c:\php. I do this way in PHP.INI extension_dir = c:\php\extensions ;Windows Extensions extension=php_ldap.dll That's it. When you run phpinfo() it will gives you something like this. ldap LDAP Support enabled RCS Version $Id: ldap.c,v 1.116.2.2 2002/09/23 23:2

[PHP-WIN] Re: enabling extensions

2002-11-06 Thread Brett Curtiss
You need to have the trailing \ ex: C:\WINDOWS\SYSTEM32\ Hope that helps. "Tim Blackwell" <[EMAIL PROTECTED]> wrote in message news:20021106190556.22437.qmail@;pb1.pair.com... > I'm trying to enable the ldap extension on my server. > > I've put the php_ldap.dll in the windows/system32 directory

[PHP-WIN] Re: enabling extensions

2002-11-06 Thread Tim Blackwell
when i make the changes to the php.ini and try to run a page i get Warning Unable to load dynamic library 'C:\windows\system32/php_ldap.dll' - The specified procedure could not be found thanks "Tim Blackwell" <[EMAIL PROTECTED]> wrote in message news:20021106190556.22437.qmail@;pb1.pair.com...