summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian <kontakt@adrianslowik.pl>2014-12-21 15:22:49 +0100
committerAdrian <kontakt@adrianslowik.pl>2014-12-21 15:22:49 +0100
commitbdb2d490715c70b413e0c8a4eaebab78407a46b5 (patch)
treeefff0c23603ce9d829b23e1e7560ab30b4d28ae5
parent3141922321b000d6d9b186e781a6849c18324f21 (diff)
downloadphp-git-bdb2d490715c70b413e0c8a4eaebab78407a46b5.tar.gz
Update zend_accelerator_hash.c
-rw-r--r--ext/opcache/zend_accelerator_hash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/opcache/zend_accelerator_hash.c b/ext/opcache/zend_accelerator_hash.c
index c399d89a09..671792239b 100644
--- a/ext/opcache/zend_accelerator_hash.c
+++ b/ext/opcache/zend_accelerator_hash.c
@@ -26,7 +26,7 @@
/* Generated on an Octa-ALPHA 300MHz CPU & 2.5GB RAM monster */
static uint prime_numbers[] =
- {5, 11, 19, 53, 97, 193, 389, 769, 1543, 3079, 6151, 12289, 24593, 49157, 98317, 196613, 393241, 786433, 1572869, 3145739, 6291469, 12582917, 25165843, 50331653, 100663319, 201326611, 402653189, 805306457, 1610612741 };
+ {5, 11, 19, 53, 107, 223, 463, 983, 1979, 3907, 7963, 16229, 32531, 65407, 130987, 262237, 524521, 1048793 };
static uint num_prime_numbers = sizeof(prime_numbers) / sizeof(uint);
void zend_accel_hash_clean(zend_accel_hash *accel_hash)