Date: 02/25/01
- Next message: Andi Gutmans: "[PHP-DEV] Japanese PHP"
- Previous message: Derick Rethans: "Re: [PHP-DEV] PHP 4.0 Bug #7069 Updated: warning message + leak memory"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
ID: 9445
User Update by: pgould <email protected>
Status: Open
Bug Type: HTTP related
Description: error message when using fopen or file functions
The source for that html page is all on one line. Approx. 19,000 characters. I can fopen/file(), without any problems, html pages which have newline breaks throughout.
Previous Comments:
---------------------------------------------------------------------------
[2001-02-25 15:15:28] pgould <email protected>
This is the error message I get:
Warning: fopen("http://www.citywire.co.uk/","r") - Message too long in /usr/home/jon/webs/blahblah/htdocs/pull/citywire.php on line 87
Here is the script:
$filename = "http://www.citywire.co.uk/latestnews/default.asp";
$fd = fopen ($filename, "r");
This is my ISP's setup:
FreeBSD 4.2
./configure' '--with-apxs=/usr/local/sbin/apxs' '--enable-versioning' '--with-system-regex' '--with-config-file-path=/usr/local/etc' '--disable-debug' '--enable-track-vars' '--without-gd' '--disable-pear' '--without-mysql' '--with-gd=/usr/local' '--with-ttf=/usr/local' '--with-zlib' '--with-mcrypt=/usr/local' '--with-mhash=/usr/local' '--with-imap=/usr/local' '--with-mysql=/usr/local' '--with-xml=/usr/local' '--enable-ftp' '--with-gettext=/usr/local' '--with-ming' '--prefix=/usr/local' 'i386--freebsd4.2'
I don't have access to php.ini unfortunately.
---------------------------------------------------------------------------
Full Bug description available at: http://bugs.php.net/?id=9445
-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Andi Gutmans: "[PHP-DEV] Japanese PHP"
- Previous message: Derick Rethans: "Re: [PHP-DEV] PHP 4.0 Bug #7069 Updated: warning message + leak memory"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

