Re: [PHP-DEV] file_get_contents source code??

2002-04-19 Thread Wez Furlong
On 19/04/02, "Giovanni Lenzi" <[EMAIL PROTECTED]> wrote: > Fatal error: Call to undefined function: file_get_contents() in > /usr/home/s/a/sauzer/public_html/sfidario/readstreams/1.0/warsupcoming.php > on line 17 file_get_contents is only in the current CVS (development) version of PHP. > So i

Re: [PHP-DEV] file_get_contents source code??

2002-04-19 Thread Markus Fischer
It's not in any released version. I wonder where you have heard of it and why that source didn't mentioned it is not in any released version yet. It's only available in the current CVS HEAD branch. See also the manual entry at http://www.php.net/manual/en/function.file-get

[PHP-DEV] file_get_contents source code??

2002-04-19 Thread Giovanni Lenzi
file_get_contents function is supposed to return the contents of a file in a binary safe manner. I tried it on two different servers which has different versions of APACHE+PHP but it still not works. The server give me this response: Fatal error: Call to undefined function: file_get_contents() in