X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-pq;a=blobdiff_plain;f=src%2Fphp_pq_misc.h;fp=src%2Fphp_pq_misc.h;h=dab24ec7d1ee7231d34ca33778e9a1ecbc5b51d5;hp=d86beebc2ae251459e4ea2b54d4a1da21097ec7f;hb=d7871d891a32d77df66ce5738dbd2a5a25d5a504;hpb=ee45162841e41d7eea48c9fb6f2082e3dc449ddc diff --git a/src/php_pq_misc.h b/src/php_pq_misc.h index d86beeb..dab24ec 100644 --- a/src/php_pq_misc.h +++ b/src/php_pq_misc.h @@ -101,6 +101,9 @@ extern int php_pq_compare_index(const void *lptr, const void *rptr); ZEND_BEGIN_ARG_INFO_EX(name, 0, return_reference, required_num_args) #endif +#ifndef ZEND_ACC_READONLY +#define ZEND_ACC_READONLY 0 +#endif extern PHP_MINIT_FUNCTION(pq_misc);