summaryrefslogtreecommitdiff
path: root/ext/opcache/zend_shared_alloc.h
diff options
context:
space:
mode:
authorRasmus Lerdorf <rasmus@php.net>2013-05-29 14:17:32 -0700
committerRasmus Lerdorf <rasmus@php.net>2013-05-29 14:26:42 -0700
commit80c13e99653ce2638700b6b0c32f8cf732213d75 (patch)
treef8650f4f17094f56105b2697062ee1e86374b1c8 /ext/opcache/zend_shared_alloc.h
parent029c1da84647d55ddc9fb09722e1fd0cdf427ac5 (diff)
downloadphp-git-80c13e99653ce2638700b6b0c32f8cf732213d75.tar.gz
This needs to be a long
Otherwise we are limited to a 2G opcache segment
Diffstat (limited to 'ext/opcache/zend_shared_alloc.h')
-rw-r--r--ext/opcache/zend_shared_alloc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/opcache/zend_shared_alloc.h b/ext/opcache/zend_shared_alloc.h
index b7f36299bf..40f1f89ec0 100644
--- a/ext/opcache/zend_shared_alloc.h
+++ b/ext/opcache/zend_shared_alloc.h
@@ -117,7 +117,7 @@ extern zend_smm_shared_globals *smm_shared_globals;
#define SHARED_ALLOC_REATTACHED (SUCCESS+1)
-int zend_shared_alloc_startup(int requested_size);
+int zend_shared_alloc_startup(long requested_size);
void zend_shared_alloc_shutdown(void);
/* allocate shared memory block */