From:             [EMAIL PROTECTED]
Operating system: not relevant
PHP version:      4.1.1
PHP Bug Type:     Documentation problem
Bug description:  Error in the example of the gzencode function

The correct script should use at line 2 of the script the file function,
but is missing:
instead this line,
$data = implode("", "bigfile.txt");

it should have been
$data = implode("", file("bigfile.txt"));
-- 
Edit bug report at http://bugs.php.net/?id=15387&edit=1
-- 
Fixed in CVS:        http://bugs.php.net/fix.php?id=15387&r=fixedcvs
Fixed in release:    http://bugs.php.net/fix.php?id=15387&r=alreadyfixed
Need backtrace:      http://bugs.php.net/fix.php?id=15387&r=needtrace
Try newer version:   http://bugs.php.net/fix.php?id=15387&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=15387&r=support
Expected behavior:   http://bugs.php.net/fix.php?id=15387&r=notwrong
Not enough info:     http://bugs.php.net/fix.php?id=15387&r=notenoughinfo


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to