summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2024-08-27 15:18:20 +0200
committerRemi Collet <remi@php.net>2024-08-27 15:18:20 +0200
commitb972cb26fec9f758d060b954f6d5d299c1173fe9 (patch)
treea2ca5ff4cdc729221aba6007e31e3334a4b0f19a
parent584a1d29a06b6a89873d547039f809c13ccfc392 (diff)
report author/license
-rw-r--r--php_xpass.h6
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()