Hi all,
I've just installed the apache server in Win98 and installed the php 4.04 afterwards, with referencing the install.txt file along with the php zip file. The apache is installed in the path as follow:
c:\program files\apache group\apache\
the httpd.conf is configured to run the php4 as module.
Afterwards the php4 is installed in the path:
c:\php\
and the php4ts.dll is copied to the windows\system directory.
The PHP works fine after the installation as a program with phpinfo() works.
But when I want to load some other dlls (extensions), error occurs. e.g, it shows "Cannot find the dynamic liberary : c:\php\extensions\php_mssql7.dll"
The php.ini file is modified as follow:
extention_dir = c:\php\extensions\
and the ";" is erased in
extension=php_mssql70.dll
I am sure the above paths are correct and there's really the php_mssql70.dll presents in c:\php\extensions.
Anyone get the idea? It'll be a big help if someone can post a solution here. Thanks.