sas Wed Feb 28 06:19:16 2001 EDT
Modified files:
/php4/sapi/apache2filter README sapi_apache2.c
Log:
httpd-2.0 cvs seems to be busted. I'm getting very strange backtraces
and the header filter still seems to be broken. Will try later.
Index: php4/sapi/apache2filter/README
diff -u php4/sapi/apache2filter/README:1.7 php4/sapi/apache2filter/README:1.8
--- php4/sapi/apache2filter/README:1.7 Wed Feb 28 06:03:58 2001
+++ php4/sapi/apache2filter/README Wed Feb 28 06:19:15 2001
@@ -1,6 +1,6 @@
WHAT IS THIS?
- It is an output filter for Apache 2.0.
+ This module exploits the layered I/O support in Apache 2.0.
HOW DOES IT WORK?
Index: php4/sapi/apache2filter/sapi_apache2.c
diff -u php4/sapi/apache2filter/sapi_apache2.c:1.27
php4/sapi/apache2filter/sapi_apache2.c:1.28
--- php4/sapi/apache2filter/sapi_apache2.c:1.27 Wed Feb 28 06:11:34 2001
+++ php4/sapi/apache2filter/sapi_apache2.c Wed Feb 28 06:19:15 2001
@@ -54,7 +54,7 @@
ctx = SG(server_context);
- if (!str_length) return 0;
+ if (str_length == 0) return 0;
bb = apr_brigade_create(ctx->f->r->pool);
while (str_length > 0) {
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]