第 1 頁 (共 1 頁)
[問題]找不到指定的模組
發表於 : 2006-02-11 11:46
由 carlkyo
PHP Warning: Unknown(): Unable to load dynamic library 'C:\PHP\extensions\php_ldap.dll' - 找不到指定的模組。 in Unknown on line 0 PHP Warning: Unknown(): Unable to load dynamic library 'C:\PHP\extensions\php_mssql.dll' - 找不到指定的模組。 in Unknown on line 0
'C:\PHP\extensions\已經有那些文件啊
不過還是出現那些字眼
發表於 : 2006-02-15 20:31
由 Mac
你需要做:
複製:dlls\*.dll 到 c:\winnt\system32 裡\r
Note to Win32 Users:
In order to enable this module on a Windows environment, you must copy
several files from the DLL folder of the PHP/Win32 binary package to the
SYSTEM folder of your windows machine. (Ex: C:\WINNT\SYSTEM32,
C:\WINDOWS\SYSTEM32 or c:\WINDOWS\SYSTEM). For PHP <= 4.2.0 copy
libsasl.dll, for PHP >= 4.3.0 copy libeay32.dll and ssleay32.dll to your
SYSTEM folder.
~Mac