Skip to content

Conversation

@remicollet
Copy link
Member

When building using --with-external-uriparser

/work/build/php85/ext/uri/php_uri.c: Dans la fonction « zm_info_uri »:
/work/build/php85/ext/uri/php_uri.c:1128:65: erreur: déclaration implicite de la fonction « uriBaseRuntimeVersionA » [-Wimplicit-function-declaration]
 1128 |         php_info_print_table_row(2, "uriparser loaded version", uriBaseRuntimeVersionA());
      |                                                                 ^~~~~~~~~~~~~~~~~~~~~~

Notice: Uri.h includes UriBase.h

@remicollet
Copy link
Member Author

remicollet commented Dec 20, 2025

Tested with uriparser 1.0.0 which just landed in Fedora repo

$ sapi/cli/php --ri uri

uri

URI support => active
uriparser compiled version => 1.0.0
uriparser loaded version => 1.0.0

$ make test TESTS="--show-diff -j20 ext/uri"
...
=====================================================================
Number of tests :   285               285
Tests skipped   :     0 (  0.0%) --------
Tests warned    :     0 (  0.0%) (  0.0%)
Tests failed    :     0 (  0.0%) (  0.0%)
Tests passed    :   285 (100.0%) (100.0%)
---------------------------------------------------------------------
Time taken      : 0.386 seconds
=====================================================================

@remicollet remicollet changed the base branch from master to PHP-8.5 December 20, 2025 07:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants