Allows extension to be compiled with php 5.4
This commit is contained in:
@@ -32,7 +32,7 @@ extern "C" {
|
|||||||
#define MURMURHASH3_32_OUTPUT_LENGTH 4
|
#define MURMURHASH3_32_OUTPUT_LENGTH 4
|
||||||
|
|
||||||
|
|
||||||
static function_entry murmurhash3_functions[] = {
|
static zend_function_entry murmurhash3_functions[] = {
|
||||||
ZEND_FALIAS(murmurhash3, murmurhash3_128, NULL)
|
ZEND_FALIAS(murmurhash3, murmurhash3_128, NULL)
|
||||||
ZEND_FE(murmurhash3_128, NULL)
|
ZEND_FE(murmurhash3_128, NULL)
|
||||||
ZEND_FE(murmurhash3_32, NULL)
|
ZEND_FE(murmurhash3_32, NULL)
|
||||||
|
|||||||
Reference in New Issue
Block a user