diff options
| author | Rasmus Lerdorf <rasmus@php.net> | 2013-05-29 14:17:32 -0700 |
|---|---|---|
| committer | Rasmus Lerdorf <rasmus@php.net> | 2013-05-29 14:22:43 -0700 |
| commit | 29ee4b81f2a17943b677d9b6fb372ec36166984a (patch) | |
| tree | d86d66c54bb52cdbd82b190025517d1f34f364ae /ext/opcache/zend_shared_alloc.h | |
| parent | 7e00d0994f666f9ed698f86bcd88087ebabe2bfe (diff) | |
| download | php-git-29ee4b81f2a17943b677d9b6fb372ec36166984a.tar.gz | |
This needs to be a long
Otherwise we are limited to a 32G opcache segment
Diffstat (limited to 'ext/opcache/zend_shared_alloc.h')
| -rw-r--r-- | ext/opcache/zend_shared_alloc.h | 2 |
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 */ |
