[PHP-DEV] PHP 4.0 Bug #8815 Updated: allow_fopen_url = On include(URL) don't work

2001-04-10 Thread sniper

ID: 8815
Updated by: sniper
Reported By: [EMAIL PROTECTED]
Old-Status: Feedback
Status: Closed
Bug Type: *Configuration Issues
Assigned To: 
Comments:

No feedback. If this happens with soon to be released PHP 4.0.5 too, reopen this bug 
report.

--Jani


Previous Comments:
---

[2001-03-10 20:55:57] [EMAIL PROTECTED]
Please try the latest CVS snapshot from http://snaps.php.net/ as I can't reproduce 
this bug with it.

--Jani


---

[2001-01-28 01:45:40] [EMAIL PROTECTED]
tring that gives me the same 'document contains no data' in netscape.

There is a firewall so it cannot get out of port 80. But when tring it on another 
domain on the same web server. I get the same error, another domain on a different 
machines gives the same error.

I am going to be compiling and installing PHP4.0.4pl1 on my local servers here to se 
if the same error occurs.

I hope you have some insight.

---

[2001-01-27 21:08:43] [EMAIL PROTECTED]
Does this simple example work for you:

?php include("http://www.php.net"); ?

If so, you are propably doing something wrong or have misunderstood
the use of include()

--Jani

---

[2001-01-19 21:39:57] [EMAIL PROTECTED]
After compiling PHP 4.0.4pl1 with 

./configure" 
--prefix=/usr 
--with-config-file-path=/usr/lib" 
--with-apache=../apache_1.3.14 
--with-mysql=/usr/local/mysql 
--with-pgsql=/usr/local/pgsql 
--with-gd 
--with-jpeg-dir 
--with-t1lib 
--with-ttf 
--with-mhash 
--with-openssl=/usr/local/ssl 
--with-curl 
--with-imap=../imap-2000a 
--with-mm 
--with-zlib 
--with-bz2 
--enable-gd-imgstrttf 
--enable-track-vars 
--enable-magic-quotes 
--enable-trans-sid 
--enable-sockets 
--enable-ftp 
--enable-bcmath 
--enable-calendar 
--with-gnu-ld

and then making and installing into Apache_1.3.14, and running it, when tring to 
include("URL"); or include("localpath?test=test"); it will give the result of "Error 
No Data Sent".

also

when in docs/test/ and tring to include a file like this. 
include("../test2/test/php"); it will fail and cannot find the file.

in the configuration (php.ini) there is a allow_url_fopen = On. and in phpinfo it says 
allow_url_fopen local value of '1' and a master value of '1'. This is a stock php.ini 
(except the error_log was set to a file and the requirted changes for 'imp/horde'. 
Other than that it is the stock config.

the system is Glibc 2.1.3, Linux Kernel 2.4.

any help with this is greatly appriciated.

thanks

---



ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=8815edit=2


-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] PHP 4.0 Bug #8815 Updated: allow_fopen_url = On include(URL) don't work

2001-03-10 Thread sniper

ID: 8815
Updated by: sniper
Reported By: [EMAIL PROTECTED]
Old-Status: Open
Status: Feedback
Bug Type: *Configuration Issues
Assigned To: 
Comments:

Please try the latest CVS snapshot from http://snaps.php.net/ as I can't reproduce 
this bug with it.

--Jani


Previous Comments:
---

[2001-01-28 01:45:40] [EMAIL PROTECTED]
tring that gives me the same 'document contains no data' in netscape.

There is a firewall so it cannot get out of port 80. But when tring it on another 
domain on the same web server. I get the same error, another domain on a different 
machines gives the same error.

I am going to be compiling and installing PHP4.0.4pl1 on my local servers here to se 
if the same error occurs.

I hope you have some insight.

---

[2001-01-27 21:08:43] [EMAIL PROTECTED]
Does this simple example work for you:

?php include("http://www.php.net"); ?

If so, you are propably doing something wrong or have misunderstood
the use of include()

--Jani

---

[2001-01-19 21:39:57] [EMAIL PROTECTED]
After compiling PHP 4.0.4pl1 with 

./configure" 
--prefix=/usr 
--with-config-file-path=/usr/lib" 
--with-apache=../apache_1.3.14 
--with-mysql=/usr/local/mysql 
--with-pgsql=/usr/local/pgsql 
--with-gd 
--with-jpeg-dir 
--with-t1lib 
--with-ttf 
--with-mhash 
--with-openssl=/usr/local/ssl 
--with-curl 
--with-imap=../imap-2000a 
--with-mm 
--with-zlib 
--with-bz2 
--enable-gd-imgstrttf 
--enable-track-vars 
--enable-magic-quotes 
--enable-trans-sid 
--enable-sockets 
--enable-ftp 
--enable-bcmath 
--enable-calendar 
--with-gnu-ld

and then making and installing into Apache_1.3.14, and running it, when tring to 
include("URL"); or include("localpath?test=test"); it will give the result of "Error 
No Data Sent".

also

when in docs/test/ and tring to include a file like this. 
include("../test2/test/php"); it will fail and cannot find the file.

in the configuration (php.ini) there is a allow_url_fopen = On. and in phpinfo it says 
allow_url_fopen local value of '1' and a master value of '1'. This is a stock php.ini 
(except the error_log was set to a file and the requirted changes for 'imp/horde'. 
Other than that it is the stock config.

the system is Glibc 2.1.3, Linux Kernel 2.4.

any help with this is greatly appriciated.

thanks

---



ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=8815edit=2


-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] PHP 4.0 Bug #8815 Updated: allow_fopen_url = On include(URL) don't work

2001-01-29 Thread mklinux

ID: 8815
User Update by: [EMAIL PROTECTED]
Old-Status: Feedback
Status: Open
Bug Type: *Configuration Issues
Description: allow_fopen_url = On  include("URL") don't work

tring that gives me the same 'document contains no data' in netscape.

There is a firewall so it cannot get out of port 80. But when tring it on another 
domain on the same web server. I get the same error, another domain on a different 
machines gives the same error.

I am going to be compiling and installing PHP4.0.4pl1 on my local servers here to se 
if the same error occurs.

I hope you have some insight.

Previous Comments:
---

[2001-01-27 21:08:43] [EMAIL PROTECTED]
Does this simple example work for you:

?php include("http://www.php.net"); ?

If so, you are propably doing something wrong or have misunderstood
the use of include()

--Jani

---

[2001-01-19 21:39:57] [EMAIL PROTECTED]
After compiling PHP 4.0.4pl1 with 

./configure" 
--prefix=/usr 
--with-config-file-path=/usr/lib" 
--with-apache=../apache_1.3.14 
--with-mysql=/usr/local/mysql 
--with-pgsql=/usr/local/pgsql 
--with-gd 
--with-jpeg-dir 
--with-t1lib 
--with-ttf 
--with-mhash 
--with-openssl=/usr/local/ssl 
--with-curl 
--with-imap=../imap-2000a 
--with-mm 
--with-zlib 
--with-bz2 
--enable-gd-imgstrttf 
--enable-track-vars 
--enable-magic-quotes 
--enable-trans-sid 
--enable-sockets 
--enable-ftp 
--enable-bcmath 
--enable-calendar 
--with-gnu-ld

and then making and installing into Apache_1.3.14, and running it, when tring to 
include("URL"); or include("localpath?test=test"); it will give the result of "Error 
No Data Sent".

also

when in docs/test/ and tring to include a file like this. 
include("../test2/test/php"); it will fail and cannot find the file.

in the configuration (php.ini) there is a allow_url_fopen = On. and in phpinfo it says 
allow_url_fopen local value of '1' and a master value of '1'. This is a stock php.ini 
(except the error_log was set to a file and the requirted changes for 'imp/horde'. 
Other than that it is the stock config.

the system is Glibc 2.1.3, Linux Kernel 2.4.

any help with this is greatly appriciated.

thanks

---


Full Bug description available at: http://bugs.php.net/?id=8815


-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] PHP 4.0 Bug #8815 Updated: allow_fopen_url = On include(URL) don't work

2001-01-27 Thread sniper

ID: 8815
Updated by: sniper
Reported By: [EMAIL PROTECTED]
Old-Status: Open
Status: Feedback
Bug Type: *Configuration Issues
Assigned To: 
Comments:

Does this simple example work for you:

?php include("http://www.php.net"); ?

If so, you are propably doing something wrong or have misunderstood
the use of include()

--Jani

Previous Comments:
---

[2001-01-19 21:39:57] [EMAIL PROTECTED]
After compiling PHP 4.0.4pl1 with 

./configure" 
--prefix=/usr 
--with-config-file-path=/usr/lib" 
--with-apache=../apache_1.3.14 
--with-mysql=/usr/local/mysql 
--with-pgsql=/usr/local/pgsql 
--with-gd 
--with-jpeg-dir 
--with-t1lib 
--with-ttf 
--with-mhash 
--with-openssl=/usr/local/ssl 
--with-curl 
--with-imap=../imap-2000a 
--with-mm 
--with-zlib 
--with-bz2 
--enable-gd-imgstrttf 
--enable-track-vars 
--enable-magic-quotes 
--enable-trans-sid 
--enable-sockets 
--enable-ftp 
--enable-bcmath 
--enable-calendar 
--with-gnu-ld

and then making and installing into Apache_1.3.14, and running it, when tring to 
include("URL"); or include("localpath?test=test"); it will give the result of "Error 
No Data Sent".

also

when in docs/test/ and tring to include a file like this. 
include("../test2/test/php"); it will fail and cannot find the file.

in the configuration (php.ini) there is a allow_url_fopen = On. and in phpinfo it says 
allow_url_fopen local value of '1' and a master value of '1'. This is a stock php.ini 
(except the error_log was set to a file and the requirted changes for 'imp/horde'. 
Other than that it is the stock config.

the system is Glibc 2.1.3, Linux Kernel 2.4.

any help with this is greatly appriciated.

thanks

---


Full Bug description available at: http://bugs.php.net/?id=8815


-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]