Allows extension to be compiled with php 5.4

master
Ray Slakinski 2014-09-02 14:49:18 -04:00
parent 572a7b8eed
commit 1031343f96
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ extern "C" {
#define MURMURHASH3_32_OUTPUT_LENGTH 4
static function_entry murmurhash3_functions[] = {
static zend_function_entry murmurhash3_functions[] = {
ZEND_FALIAS(murmurhash3, murmurhash3_128, NULL)
ZEND_FE(murmurhash3_128, NULL)
ZEND_FE(murmurhash3_32, NULL)