provide RTLD_LAZY compatibility
[m6w6/ext-raphf] / php_raphf.h
index 9df45aa12e3c5e5f71a9d75629b0ffe4126eb134..c5e4f355f4bbcffe3ce6b5f65cf35f2d4b82c083 100644 (file)
@@ -360,6 +360,13 @@ PHP_RAPHF_API void *php_persistent_handle_accrete(
 PHP_RAPHF_API php_resource_factory_ops_t *
 php_persistent_handle_get_resource_factory_ops(void);
 
+PHP_RAPHF_API php_resource_factory_t *
+php_persistent_handle_resource_factory_init(php_resource_factory_t *a,
+               php_persistent_handle_factory_t *pf);
+
+PHP_RAPHF_API zend_bool php_resource_factory_is_persistent(
+               php_resource_factory_t *a);
+
 /**
  * Clean persistent handles up.
  *