]> granicus.if.org Git - php/commitdiff
- Fix php_escape_html_entities_ex call (int * has been changed to size_t *)
authorJérôme Loyet <fat@php.net>
Sat, 2 Jul 2011 16:40:59 +0000 (16:40 +0000)
committerJérôme Loyet <fat@php.net>
Sat, 2 Jul 2011 16:40:59 +0000 (16:40 +0000)
sapi/fpm/fpm/fpm_status.c

index cf912c06a98ec746210d31d1df2be79a71d95050..977ce3252aa5f64a30284a7a745a9bc14910097a 100644 (file)
@@ -376,7 +376,8 @@ int fpm_status_handle_request(TSRMLS_D) /* {{{ */
 
                /* no need to test the var 'full' */
                if (full_syntax) {
-                       int i, len, first;
+                       int i, first;
+                       size_t len;
                        char *query_string;
                        struct timeval duration, now;
 #ifdef HAVE_FPM_LQ