kalle Mon Mar 30 14:24:01 2009 UTC
Modified files:
/php-src/sapi/isapi php5isapi.c
Log:
Fix compiler warning
http://cvs.php.net/viewvc.cgi/php-src/sapi/isapi/php5isapi.c?r1=1.16&r2=1.17&diff_format=u
Index: php-src/sapi/isapi/php5isapi.c
diff -u php-src/sapi/isapi/php5isapi.c:1.16 php-src/sapi/isapi/php5isapi.c:1.17
--- php-src/sapi/isapi/php5isapi.c:1.16 Tue Mar 10 23:40:02 2009
+++ php-src/sapi/isapi/php5isapi.c Mon Mar 30 14:24:01 2009
@@ -16,7 +16,7 @@
| Ben Mansell <[email protected]> (Zeus Support) |
+----------------------------------------------------------------------+
*/
-/* $Id: php5isapi.c,v 1.16 2009/03/10 23:40:02 helly Exp $ */
+/* $Id: php5isapi.c,v 1.17 2009/03/30 14:24:01 kalle Exp $ */
#include "php.h"
#include <httpext.h>
@@ -215,7 +215,7 @@
}
-static int sapi_isapi_header_handler(sapi_header_struct *sapi_header,
sapi_headers_struct *sapi_headers TSRMLS_DC)
+static int sapi_isapi_header_handler(sapi_header_struct *sapi_header,
sapi_header_op_enum op, sapi_headers_struct *sapi_headers TSRMLS_DC)
{
return SAPI_HEADER_ADD;
}
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php