mirror of
https://github.com/php/php-src.git
synced 2025-01-15 00:05:02 +08:00
6 lines
117 B
PHP
6 lines
117 B
PHP
<?php
|
|
if (strpos(mysql_get_client_info(), 'mysqlnd') === false) {
|
|
die('skip mysqlnd extension not available');
|
|
}
|
|
?>
|