ID:               17342
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
-Status:           Open
+Status:           Feedback
 Bug Type:         *URL Functions
 Operating System: Windows 2000 Server
 PHP Version:      4.2.1
 New Comment:

Hey Paul,

can you verify if it works with the 4.3.0 snapshots (from
snaps.php.net/win32)?
It might have been fixed by the new streams implementation.

Derick


Previous Comments:
------------------------------------------------------------------------

[2002-05-21 15:52:08] [EMAIL PROTECTED]

Platform: W2K Server fresh install, IIS5.0, MySQL, PHP 4.2.1 and Oracle
8.1.7 Client.

PHP installed as an ISAPI filter and tested working, is also loading
the php_oci8.dll and talking well to oracle.

However, a simple:
include ("http://localhost/test.txt";);
fails everytime regardless of the URL supplied.  I have verified that
DNS, etc is working and IE on the server can see the URLs ok.

php.ini has allow_url_fopen = On, and this is verified through
phpinfo(), get_cfg_var("allow_url_fopen") and
ini_get("allow_url_fopen")

Error message supplied by PHP is:
Warning: Failed opening 'http://aorr3/oss/ssi/header.html' for
inclusion (include_path='.;f:\web\source') in
F:\web\source\resolutions.php on line 6

Having include_path undefined in php.ini or set doesn't matter (tho it
should not affect url opens).

Cheers

Paul, aka Qube


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=17342&edit=1

Reply via email to