|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2005-10-28 21:58 UTC] wez@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Oct 29 21:00:01 2025 UTC |
Description: ------------ This information is useful for us :-) Index: pdo_mysql.c =================================================================== RCS file: /repository/pecl/pdo_mysql/pdo_mysql.c,v retrieving revision 1.8.2.4 diff -u -r1.8.2.4 pdo_mysql.c --- pdo_mysql.c 1 Oct 2005 19:19:36 -0000 1.8.2.4 +++ pdo_mysql.c 10 Oct 2005 13:41:07 -0000 @@ -95,7 +95,8 @@ PHP_MINFO_FUNCTION(pdo_mysql) { php_info_print_table_start(); - php_info_print_table_header(2, "PDO Driver for MySQL 3.x Client Libraries", "enabled"); + php_info_print_table_header(2, "PDO Driver for MySQL 3.x/4.x Client Libraries", "enabled"); + php_info_print_table_row(2,"MySQL Client Library Version",mysql_get_client_info()); php_info_print_table_end(); } /* }}} */