diff options
author | Rodrigo Prado <royopa@gmail.com> | 2017-11-07 22:06:52 -0200 |
---|---|---|
committer | Peter Kokot <peterkokot@gmail.com> | 2019-02-09 00:07:20 +0100 |
commit | dc1937e386082dddbcab612889ad8cb15df88b73 (patch) | |
tree | 863bc9630c343c776f8353d1618ea8cc37723a14 /ext/pdo_odbc | |
parent | c245898bfaf47353a748ca6f2d37cd669e697ae4 (diff) | |
download | php-git-dc1937e386082dddbcab612889ad8cb15df88b73.tar.gz |
updated typo in test
User Group: PHPSP #phptestfestbrasil
Diffstat (limited to 'ext/pdo_odbc')
-rw-r--r-- | ext/pdo_odbc/tests/long_columns.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pdo_odbc/tests/long_columns.phpt b/ext/pdo_odbc/tests/long_columns.phpt index b54421151b..bb02dcf89f 100644 --- a/ext/pdo_odbc/tests/long_columns.phpt +++ b/ext/pdo_odbc/tests/long_columns.phpt @@ -38,7 +38,7 @@ if (!isset($config['ENV']['PDOTEST_DSN']) || $config['ENV']['PDOTEST_DSN']===fal // // easy way to compile: // configure --disable-all --enable-cli --enable-zts --enable-pdo --with-pdo-odbc --enable-debug -// configure --disable-all --eanble-cli --enable-pdo --with-pdo-odbc=unixODBC,/usr,/usr --with-unixODBC=/usr --enable-debug +// configure --disable-all --enable-cli --enable-pdo --with-pdo-odbc=unixODBC,/usr,/usr --with-unixODBC=/usr --enable-debug // require 'ext/pdo/tests/pdo_test.inc'; |