sniper Mon Apr 11 11:39:24 2005 EDT
Modified files: (Branch: PHP_5_0)
/php-src/sapi/apache2filter sapi_apache2.c
Log:
fix typo (bug #32673)
http://cvs.php.net/diff.php/php-src/sapi/apache2filter/sapi_apache2.c?r1=1.125.2.2&r2=1.125.2.3&ty=u
Index: php-src/sapi/apache2filter/sapi_apache2.c
diff -u php-src/sapi/apache2filter/sapi_apache2.c:1.125.2.2
php-src/sapi/apache2filter/sapi_apache2.c:1.125.2.3
--- php-src/sapi/apache2filter/sapi_apache2.c:1.125.2.2 Fri Apr 8 16:34:03 2005
+++ php-src/sapi/apache2filter/sapi_apache2.c Mon Apr 11 11:39:21 2005
@@ -18,7 +18,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: sapi_apache2.c,v 1.125.2.2 2005/04/08 20:34:03 sniper Exp $ */
+/* $Id: sapi_apache2.c,v 1.125.2.3 2005/04/11 15:39:21 sniper Exp $ */
#include <fcntl.h>
@@ -628,7 +628,7 @@
/* for those who still have Set*Filter PHP configured */
while (f) {
if (strcmp(f->frec->name, "PHP") == 0) {
- ap_log_error(APLOG_MARK, APLOG_WARNING
+ ap_log_error(APLOG_MARK, APLOG_WARNING,
0, r->server,
"\"Set%sFilter PHP\" already configured
for %s",
output ? "Output" : "Input", r->uri);
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php