Hello,
I set up a web server with windows2000+iis+php4.0.6 and have two major problems with the system:
I can not load any extension although I put in the php.ini the following directives:
extension_dir = "d:\services\php4\extentions\"
extension=php_ldap.dll
extension=php_oci8.dll
...
I tried to use a different location but nothing helped. When I start the webserver it respond warning popups that it can not load "d:\services\php4\extentions\php_ldap.dll" but the
files are located there for sure and all rights are granted for this file.
Furthermore I can start a webside by qualifing the domain only, but if I also qualify the
script domain/index.php I get the Warning: Failed opening path/index.php for inclusion
(include_path = ' ....). Here is the include_path-directive from php.ini:
include_path = ".;d:\data\inetpub\DealerPortalroot\uk;"
The script includes only phpinfo()
Do you have any idea?
I set up a web server with windows2000+iis+php4.0.6 and have two major problems with the system:
I can not load any extension although I put in the php.ini the following directives:
extension_dir = "d:\services\php4\extentions\"
extension=php_ldap.dll
extension=php_oci8.dll
...
I tried to use a different location but nothing helped. When I start the webserver it respond warning popups that it can not load "d:\services\php4\extentions\php_ldap.dll" but the
files are located there for sure and all rights are granted for this file.
Furthermore I can start a webside by qualifing the domain only, but if I also qualify the
script domain/index.php I get the Warning: Failed opening path/index.php for inclusion
(include_path = ' ....). Here is the include_path-directive from php.ini:
include_path = ".;d:\data\inetpub\DealerPortalroot\uk;"
The script includes only phpinfo()
Do you have any idea?
Kommentar