We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 584a1d2 commit b972cb2Copy full SHA for b972cb2
php_xpass.h
@@ -20,9 +20,11 @@
20
# define PHP_XPASS_H
21
22
extern zend_module_entry xpass_module_entry;
23
-# define phpext_xpass_ptr &xpass_module_entry
+#define phpext_xpass_ptr &xpass_module_entry
24
25
-# define PHP_XPASS_VERSION "1.0.0-dev"
+#define PHP_XPASS_VERSION "1.0.0-dev"
26
+#define PHP_XPASS_AUTHOR "Remi Collet"
27
+#define PHP_XPASS_LICENSE "PHP-3.01"
28
29
# if defined(ZTS) && defined(COMPILE_DL_XPASS)
30
ZEND_TSRMLS_CACHE_EXTERN()
0 commit comments