mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
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:
parent
72fb00b644
commit
8044db121f
3 changed files with 9 additions and 5 deletions
|
@ -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).
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue