[PHP-DEV] PHP 4.0 Bug #10033 Updated: Function file does not work with remote files

2001-03-29 Thread sniper

ID: 10033
Updated by: sniper
Reported By: [EMAIL PROTECTED]
Old-Status: Open
Status: Feedback
Bug Type: HTTP related
Assigned To: 
Comments:

Could you please try the latest CVS snapshot from http://snaps.php.net/ ?

--Jani


Previous Comments:
---

[2001-03-27 18:00:39] [EMAIL PROTECTED]
script:

?php
 $jnk= file ("http://www.php.net");
?

Error: bad file number

?php
 $jnk = file ("myfile");
 echo "works fine";
?

Options compilated with PHP:

CPPFLAGS=-I/usr/local/include LDFLAGS=-L/usr/local/lib ./configure 
--with-mysql=/usr/local/mysql --with-gd --enable-track-vars 
--with-apache=/usr/local/apache_1.3.12

Notes: I tried to use different compilers such as gcc, cc or xlC_r,  I got the same 
error about file function (bad file number). With the same option of 
compilateion, the script works in LINUX.


---



ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=10033edit=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 #10033 Updated: Function file does not work with remote files

2001-03-29 Thread raymondc

ID: 10033
User Update by: [EMAIL PROTECTED]
Old-Status: Feedback
Status: Open
Bug Type: HTTP related
Description: Function file does not work with remote files


Hi Jani,

Thank you for your suggestion.

I have just tried the lates version php4-latest from http://snaps.php.net on my AIX 
4.3.3 box, I got the same 
error when using function 'file': bad file number. 

Raymond


Previous Comments:
---

[2001-03-29 11:29:38] [EMAIL PROTECTED]
Could you please try the latest CVS snapshot from http://snaps.php.net/ ?

--Jani


---

[2001-03-27 18:00:39] [EMAIL PROTECTED]
script:

?php
 $jnk= file ("http://www.php.net");
?

Error: bad file number

?php
 $jnk = file ("myfile");
 echo "works fine";
?

Options compilated with PHP:

CPPFLAGS=-I/usr/local/include LDFLAGS=-L/usr/local/lib ./configure 
--with-mysql=/usr/local/mysql --with-gd --enable-track-vars 
--with-apache=/usr/local/apache_1.3.12

Notes: I tried to use different compilers such as gcc, cc or xlC_r,  I got the same 
error about file function (bad file number). With the same option of 
compilateion, the script works in LINUX.


---


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


-- 
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]