Date: 01/30/01
- Next message: prana <email protected>: "[PHP-DEV] PHP 4.0 Bug #8996: Netscape Enterprise 4.1 problem during make"
- Previous message: affe <email protected>: "[PHP-DEV] PHP 4.0 Bug #8995: Linebreakes is added to form input"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I installed PHP3.0.15 .
I noted that some function doesn't work properly.
For example:
ereg, ereg_replace, file and others.
On PHP Manual written by PHP Documentation Group there is the example:
<?php
// get a web page into an array and print it out
$fcontents = file ('http://www.php.net');
while (list ($line_num, $line) = each ($fcontents)) {
echo "<b>Line $line_num:</b> " . htmlspecialchars ($line) .
"<br>\n";
}
// get a web page into a string
$fcontents = join ('', file ('http://www.php.net'));
?>
It doesn't work! I get from the web "The document contained no data"
My OS is Slackware 7.1 and web server is apache 1.3.12.
Michele Cerioni
-- 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: prana <email protected>: "[PHP-DEV] PHP 4.0 Bug #8996: Netscape Enterprise 4.1 problem during make"
- Previous message: affe <email protected>: "[PHP-DEV] PHP 4.0 Bug #8995: Linebreakes is added to form input"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

