X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-pq;a=blobdiff_plain;f=src%2Fphp_pq_object.h;fp=src%2Fphp_pq_object.h;h=f8aba1b144dc6fc2cc5d69201ba8b5d24c64fc19;hp=6f45addcf0cff304638c88b86ccab732fc9f335c;hb=d3e3e97737cda9dafbb17c9076251c09a92bdf78;hpb=80a38048f8355392d81e23f4b3a27a8e77d58214 diff --git a/src/php_pq_object.h b/src/php_pq_object.h index 6f45add..f8aba1b 100644 --- a/src/php_pq_object.h +++ b/src/php_pq_object.h @@ -75,14 +75,11 @@ extern HashTable *php_pq_object_get_gc_70(zval *object, zval **table, int *n); #if PHP_VERSION_ID >= 80000 # define php_pq_object_read_prop php_pq_object_read_prop_80 -#elif PHP_VERSION_ID >= 70400 -# define php_pq_object_read_prop php_pq_object_read_prop_74 #else # define php_pq_object_read_prop php_pq_object_read_prop_70 #endif extern zval *php_pq_object_read_prop_80(zend_object *object, zend_string *member, int type, void **cache_slot, zval *tmp); -extern zval *php_pq_object_read_prop_74(zval *object, zval *member, int type, void **cache_slot, zval *tmp); -extern void php_pq_object_read_prop_70(zval *object, zval *member, int type, void **cache_slot, zval *tmp); +extern zval *php_pq_object_read_prop_70(zval *object, zval *member, int type, void **cache_slot, zval *tmp); #if PHP_VERSION_ID >= 80000 # define php_pq_object_write_prop php_pq_object_write_prop_80