diff options
| -rw-r--r-- | php_xpass.h | 6 | 
1 files changed, 4 insertions, 2 deletions
diff --git a/php_xpass.h b/php_xpass.h index 17e3d5a..0bb441f 100644 --- a/php_xpass.h +++ b/php_xpass.h @@ -20,9 +20,11 @@  # define PHP_XPASS_H  extern zend_module_entry xpass_module_entry; -# define phpext_xpass_ptr &xpass_module_entry +#define phpext_xpass_ptr &xpass_module_entry -# define PHP_XPASS_VERSION "1.0.0-dev" +#define PHP_XPASS_VERSION "1.0.0-dev" +#define PHP_XPASS_AUTHOR  "Remi Collet" +#define PHP_XPASS_LICENSE "PHP-3.01"  # if defined(ZTS) && defined(COMPILE_DL_XPASS)  ZEND_TSRMLS_CACHE_EXTERN()  | 
