Update mysql preprocessor macros help texts (#15288)

This adds missing help texts for preprocessor macros defined in
mysqli and pdo_mysql extensions.

[skip ci]
This commit is contained in:
Peter Kokot 2024-08-09 18:07:05 +02:00 committed by GitHub
parent 72fb00b644
commit 8044db121f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 9 additions and 5 deletions

View file

@ -43,7 +43,7 @@ ZEND_DECLARE_MODULE_GLOBALS(pdo_mysql)
The default socket location is sometimes defined by configure.
With libmysql `mysql_config --socket` will fill PDO_MYSQL_UNIX_ADDR
and the user can use --with-mysql-sock=SOCKET which will fill
PDO_MYSQL_UNIX_ADDR. If both aren't set we're using mysqlnd and use
PHP_MYSQL_UNIX_SOCK_ADDR. If both aren't set we're using mysqlnd and use
/tmp/mysql.sock as default on *nix and NULL for Windows (default
named pipe name is set in mysqlnd).
*/