ID: 17368 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Bogus Bug Type: *Directory/Filesystem functions Operating System: Linux PHP Version: 4.0CVS-2002-05-22 New Comment:
Thank you for taking the time to report a problem with PHP. Unfortunately your version of PHP is too old -- the problem might already be fixed. Please download a new PHP version from http://www.php.net/downloads.php If you are able to reproduce the bug with one of the latest versions of PHP, please change the PHP version on this bug report to the version you tested and change the status back to "Open". Again, thank you for your continued support of PHP. Previous Comments: ------------------------------------------------------------------------ [2002-05-22 15:49:55] [EMAIL PROTECTED] The code below works fine, I have it running on a Redhat Linux 7.1 machine with PHP 4.04pl1. The problem is that it does not work on a Cobalt Raq4i with PHP 4.03pl1 or PHP 4.06. I have checked Cobalt's website for any info regarding this issue but have found nothing, just links back to www.php.net Does anyone know where the problem lays? Thank You <? //open a file and print each line $myFile = file ("http://www.php.net"); for ($index = 0; $index < count($myFile); $index++) { print ($myFile[$index]); } ?> ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=17368&edit=1
