moriyoshi Sat Dec 21 01:34:31 2002 EDT
Modified files:
/php4/sapi/apache2filter sapi_apache2.c
Log:
WS
Index: php4/sapi/apache2filter/sapi_apache2.c
diff -u php4/sapi/apache2filter/sapi_apache2.c:1.95
php4/sapi/apache2filter/sapi_apache2.c:1.96
--- php4/sapi/apache2filter/sapi_apache2.c:1.95 Sat Dec 21 01:33:19 2002
+++ php4/sapi/apache2filter/sapi_apache2.c Sat Dec 21 01:34:31 2002
@@ -18,7 +18,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: sapi_apache2.c,v 1.95 2002/12/21 06:33:19 moriyoshi Exp $ */
+/* $Id: sapi_apache2.c,v 1.96 2002/12/21 06:34:31 moriyoshi Exp $ */
#include <fcntl.h>
@@ -337,14 +337,14 @@
apr_bucket_read(b, &str, &n, 1);
/*
- * An intuitive brigade bug detection
+ * An intuitive brigade bug detection
* (http://bugs.php.net/18648)
*
- * This has something to do with the issue mentioned in this thread
- * on [EMAIL PROTECTED]:
+ * This has something to do with the issue mentioned in this thread
+ * on [EMAIL PROTECTED]:
*
- * http://marc.theaimsgroup.com/?l=apr-dev&m=104039770818472&w=2
- */
+ * http://marc.theaimsgroup.com/?l=apr-dev&m=104039770818472&w=2
+ */
if (APR_BUCKET_IS_HEAP(b)) {
if ((str == prev_fetched_str && n == prev_fetched_str_len)) {
char *brigade_dump = NULL;
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php