Fix PHP 7.4: ulong -> unsigned long
[m6w6/ext-raphf] / src / php_raphf_api.c
index b256e4714d3b08739e120e33c3441b1097f31825..004fd667dc233286d1b2de8f810215eb97755a5f 100644 (file)
@@ -24,7 +24,7 @@
 #endif
 
 struct php_persistent_handle_globals {
 #endif
 
 struct php_persistent_handle_globals {
-       ulong limit;
+       unsigned long limit;
        HashTable hash;
 };
 
        HashTable hash;
 };