1
0
mirror of https://github.com/php/php-src.git synced 2026-04-26 17:38:14 +02:00
This commit is contained in:
Sascha Schumann
2000-10-27 12:37:05 +00:00
parent 6b435870de
commit 4f97ff0096
+1 -1
View File
@@ -244,7 +244,7 @@ static int php_filter(ap_filter_t *f, ap_bucket_brigade *bb)
if (php_handle_special_queries(SLS_C PLS_CC))
goto skip_execution;
/* Loop through all buckets and put them into the buffer */
/* Loop over all buckets and put them into the buffer */
AP_BRIGADE_FOREACH(b, ctx->bb) {
rv = ap_bucket_read(b, &str, &n, 1);
if (rv == APR_SUCCESS && n > 0)