diff options
author | Remi Collet <remi@remirepo.net> | 2024-08-27 15:18:20 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-08-27 15:18:20 +0200 |
commit | b972cb26fec9f758d060b954f6d5d299c1173fe9 (patch) | |
tree | a2ca5ff4cdc729221aba6007e31e3334a4b0f19a | |
parent | 584a1d29a06b6a89873d547039f809c13ccfc392 (diff) |
report author/license
-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() |