mirror of
https://github.com/php/php-src.git
synced 2026-03-25 00:32:23 +01:00
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