I either needed to add c:\php\dlls to my path or i had to copy libsasl.dll
into c:\winnt\system32 in order for my extensions to work. My extension dir
looked like this:

; Directory in which the loadable extensions (modules) reside.
extension_dir = c:\php\extensions\

now gd and ldap show up when i use
<?
print_r (get_loaded_extensions());
?>


Thanks for all your help.

Johnny


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to