php-src/ext/uri
Tim Düsterhus c1ed6088a6
uri: Do not overwrite defaultMemoryManager (#19042)
The `defaultMemoryManager` is only available via a non-public
header and is not supposed to be used by users of the library [1].
It also has a very generic name, further indicating that it is not
supposed to be used.

Instead pass the memory manager explicitly, which is how the library is
supposed to be used.

[1] https://github.com/uriparser/uriparser/issues/52#issuecomment-453853700
2025-07-06 20:48:14 +02:00
..
tests Add the Uri\Rfc3986\Uri class to ext/uri without wither support (#18836) 2025-07-05 10:00:20 +02:00
uriparser Update uriparser to commit 8c06d 2025-07-04 08:20:27 +02:00
config.m4 Add the Uri\Rfc3986\Uri class to ext/uri without wither support (#18836) 2025-07-05 10:00:20 +02:00
config.w32 Add the Uri\Rfc3986\Uri class to ext/uri without wither support (#18836) 2025-07-05 10:00:20 +02:00
CREDITS
php_lexbor.c uri: Do not create new UrlValidationErrorType objects (#19009) 2025-07-02 13:57:50 +02:00
php_lexbor.h Add Uri\WhatWg classes to ext/uri (#18672) 2025-06-10 10:18:22 +02:00
php_uri.c Add the Uri\Rfc3986\Uri class to ext/uri without wither support (#18836) 2025-07-05 10:00:20 +02:00
php_uri.h Add Uri\WhatWg classes to ext/uri (#18672) 2025-06-10 10:18:22 +02:00
php_uri.stub.php Add the Uri\Rfc3986\Uri class to ext/uri without wither support (#18836) 2025-07-05 10:00:20 +02:00
php_uri_arginfo.h Add the Uri\Rfc3986\Uri class to ext/uri without wither support (#18836) 2025-07-05 10:00:20 +02:00
php_uri_common.c Add the Uri\Rfc3986\Uri class to ext/uri without wither support (#18836) 2025-07-05 10:00:20 +02:00
php_uri_common.h Add the Uri\Rfc3986\Uri class to ext/uri without wither support (#18836) 2025-07-05 10:00:20 +02:00
php_uriparser.c uri: Do not overwrite defaultMemoryManager (#19042) 2025-07-06 20:48:14 +02:00
php_uriparser.h uri: Do not overwrite defaultMemoryManager (#19042) 2025-07-06 20:48:14 +02:00