[GIT-PULLS] [php-src] PR #22723: Use correct format string in curl debug messages
[email protected] (Sjord)
| Newsgroups | php.git-pulls |
|---|---|
| Message-ID | <[email protected]> |
Pull Request: https://github.com/php/php-src/pull/22723 Author: Sjord Use `%p` for pointers, `%zu` for size_t. This only applies when PHP_CURL_DEBUG is enabled. If so, it solves compiler warnings and prints values correctly.