We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0eaa5f9 commit 3cdf721Copy full SHA for 3cdf721
ext/opcache/zend_accelerator_hash.c
@@ -21,8 +21,10 @@
21
22
#include "ZendAccelerator.h"
23
#include "zend_accelerator_hash.h"
24
-#include "zend_hash.h"
+#include "zend_accelerator_debug.h" // for zend_accel_error_noreturn()
25
#include "zend_shared_alloc.h"
26
+#include "ZendAccelerator.h" // for ZCG()
27
+#include "Zend/zend_string.h" // for zend_string_hash_val()
28
29
/* Generated on an Octa-ALPHA 300MHz CPU & 2.5GB RAM monster */
30
static const uint32_t prime_numbers[] =
0 commit comments