Skip to content

Commit b972cb2

Browse files
committed
report author/license
1 parent 584a1d2 commit b972cb2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

php_xpass.h

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,11 @@
2020
# define PHP_XPASS_H
2121

2222
extern zend_module_entry xpass_module_entry;
23-
# define phpext_xpass_ptr &xpass_module_entry
23+
#define phpext_xpass_ptr &xpass_module_entry
2424

25-
# define PHP_XPASS_VERSION "1.0.0-dev"
25+
#define PHP_XPASS_VERSION "1.0.0-dev"
26+
#define PHP_XPASS_AUTHOR "Remi Collet"
27+
#define PHP_XPASS_LICENSE "PHP-3.01"
2628

2729
# if defined(ZTS) && defined(COMPILE_DL_XPASS)
2830
ZEND_TSRMLS_CACHE_EXTERN()

0 commit comments

Comments
 (0)