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 908120d commit 7a819d8Copy full SHA for 7a819d8
ext/uri/php_uri.c
@@ -33,6 +33,7 @@ zend_class_entry *uri_exception_ce;
33
zend_class_entry *invalid_uri_exception_ce;
34
zend_class_entry *whatwg_invalid_url_exception_ce;
35
36
+#define URIPARSER_VERSION PACKAGE_VERSION
37
38
static const zend_module_dep uri_deps[] = {
39
ZEND_MOD_REQUIRED("lexbor")
0 commit comments