Hi all! I'd like to fix two minor issues before releasing 5.0.4.
These issues are: 1) mmap'ed files are bound to 2M. In HEAD PHP_STREAM_COPY_ALL is ((size_t)-1), but for some reasons in 5.0.4 it is set to 2000000. That causes readfile() to read only 2Mb and stop (which is rather frustrating). See main/php_streams.h 2) output_reset_rewrite_vars() *always* returns false. See php_url_scanner_reset_var() in ext/standard/url_scanner_ex.re, IMO it's just a silly typo, but this routine returns FAILURE in any case. The very same problem actually exists in all other branches too If nobody objects, I'll fix both issues in the evening. -- Wbr, Antony Dovgal aka tony2001 [EMAIL PROTECTED] -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php