From b972cb26fec9f758d060b954f6d5d299c1173fe9 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 27 Aug 2024 15:18:20 +0200 Subject: report author/license --- php_xpass.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'php_xpass.h') 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() -- cgit