.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
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
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
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
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
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...