On 11.11.2008 04:55, Arnaud Le Blanc wrote: > - while ((len < maxlen) & !php_stream_eof(src)) { > + while ((len < maxlen) && !php_stream_eof(src)) {
Nice catch! -- Wbr, Antony Dovgal -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php