Resource and persistent handle factory API
A facility to manage possibly persistent resources with a comprehensible API. Provides simliar functionality like the zend_list API, but with more flexiblity and freedom.
php_raphf.h File Reference
#include "php_raphf_api.h"
Include dependency graph for php_raphf.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define phpext_raphf_ptr   &raphf_module_entry
 
#define PHP_RAPHF_VERSION   "1.1.0"
 
#define PHP_RAPHF_API   extern
 

Variables

zend_module_entry raphf_module_entry
 

Macro Definition Documentation

#define PHP_RAPHF_API   extern
#define PHP_RAPHF_VERSION   "1.1.0"

Referenced by PHP_MINFO_FUNCTION().

#define phpext_raphf_ptr   &raphf_module_entry

Variable Documentation

zend_module_entry raphf_module_entry