Windows2000+IIS+PHP4.0.6 Extension prob.

Einklappen
X
 
  • Filter
  • Zeit
  • Anzeigen
Alles löschen
neue Beiträge

  • Windows2000+IIS+PHP4.0.6 Extension prob.

    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?

  • #2
    hey,

    one question pls...

    i recently had a problem:

    i tried to include s.th. on an W2k Server, BUT it doesent work the way, it should be!
    so,
    if you write
    include("http://test.test/test.php");
    on a linux OS you will include the site, but on a W2k OS, you will get the following:

    Warning: Failed opening 'http://test.test/test.php' for inclusion (include_path='') in ...

    ...so i was looking for that include_path='' command or entry, or whatever!

    but... couldnt find it anywhere.

    now, because you mentioned it, where does that include_path='' appear?

    thx an answer,

    so long,

    Duncan McLord

    Kommentar


    • #3
      Hi,

      include_path is a directive in php.ini

      Before I worked with linux,Apache and have not encountered such a problem.

      Kommentar


      • #4
        ok,

        thx... didnt know that so far!

        ...if i find an answer to your problem, i'll mail it here

        so long,

        Duncan McLord

        Kommentar

        Lädt...
        X