This needs to be a long

Otherwise we are limited to a 32G opcache segment
This commit is contained in:
Rasmus Lerdorf 2013-05-29 14:17:32 -07:00
parent 7e00d0994f
commit 29ee4b81f2
2 changed files with 3 additions and 3 deletions

View file

@ -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 */