Skip to content

Commit 7a819d8

Browse files
committed
Add URIPARSER_VERSION
1 parent 908120d commit 7a819d8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/uri/php_uri.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ zend_class_entry *uri_exception_ce;
3333
zend_class_entry *invalid_uri_exception_ce;
3434
zend_class_entry *whatwg_invalid_url_exception_ce;
3535

36+
#define URIPARSER_VERSION PACKAGE_VERSION
3637

3738
static const zend_module_dep uri_deps[] = {
3839
ZEND_MOD_REQUIRED("lexbor")

0 commit comments

Comments
 (0)