summaryrefslogtreecommitdiff
path: root/sapi/apache2handler/sapi_apache2.c
diff options
context:
space:
mode:
authorOndřej Surý <ondrej@sury.org>2014-05-05 10:13:25 +0200
committerOndřej Surý <ondrej@sury.org>2014-05-05 10:13:25 +0200
commit0a16a96c45a8a3b2999106b025c9c61ff1fdeb31 (patch)
treea92b26e687223eb0c6965ea85334697eb6775d44 /sapi/apache2handler/sapi_apache2.c
parent83681d9fae3e6fb96ab01e7a4166b7d9261a4e55 (diff)
downloadphp-upstream/5.5.12+dfsg.tar.gz
New upstream version 5.5.12+dfsgupstream/5.5.12+dfsg
Diffstat (limited to 'sapi/apache2handler/sapi_apache2.c')
-rw-r--r--sapi/apache2handler/sapi_apache2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/apache2handler/sapi_apache2.c b/sapi/apache2handler/sapi_apache2.c
index d2b3a327f..e97f11c69 100644
--- a/sapi/apache2handler/sapi_apache2.c
+++ b/sapi/apache2handler/sapi_apache2.c
@@ -670,7 +670,7 @@ zend_first_try {
}
apr_table_set(r->notes, "mod_php_memory_usage",
- apr_psprintf(ctx->r->pool, "%zu", zend_memory_peak_usage(1 TSRMLS_CC)));
+ apr_psprintf(ctx->r->pool, "%" APR_SIZE_T_FMT, zend_memory_peak_usage(1 TSRMLS_CC)));
}
} zend_end_try();