Send a blank email to [email protected] to get a copy of this message
Le 04/06/2013 05:02, Stanley Sufficool a écrit :
> Commit: 5a04ab9a54f529f4197bed6f17599604266cdb35> Author: Stanley Sufficool <[email protected]> Mon, 3 Jun 2013 20:02:08 -0700> Parents: 7360f0f1e6c4b49e89bd3c2cf1f524e9cf7f9dcc> Branches: PHP-5.4> > Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=5a04ab9a54f529f4197bed6f17599604266cdb35> > Log:> Fix PDO_DBLIB bugs: #64338, #64808, #63638
Note: this change raises dependency on freetds 0.91
(don't build with previous and old 0.82)
Probably not a big issue. Need to be known.
Remi
P.S sorry to have not detect this earlier
(but I don't build RC for all possible targets...)
/builddir/build/BUILD/php-5.4.17/ext/pdo_dblib/dblib_driver.c: In
function 'dblib_handle_quoter':
/builddir/build/BUILD/php-5.4.17/ext/pdo_dblib/dblib_driver.c:146:
warning: unused variable 'H'
/builddir/build/BUILD/php-5.4.17/ext/pdo_dblib/dblib_driver.c: In
function 'pdo_dblib_transaction_cmd':
/builddir/build/BUILD/php-5.4.17/ext/pdo_dblib/dblib_driver.c:175:
warning: unused variable 'ret'
/builddir/build/BUILD/php-5.4.17/ext/pdo_dblib/dblib_driver.c: In
function 'pdo_dblib_handle_factory':
/builddir/build/BUILD/php-5.4.17/ext/pdo_dblib/dblib_driver.c:277:
error: 'DBVERSION_71' undeclared (first use in this function)
/builddir/build/BUILD/php-5.4.17/ext/pdo_dblib/dblib_driver.c:277:
error: (Each undeclared identifier is reported only once
/builddir/build/BUILD/php-5.4.17/ext/pdo_dblib/dblib_driver.c:277:
error: for each function it appears in.)
/builddir/build/BUILD/php-5.4.17/ext/pdo_dblib/dblib_driver.c:278:
error: 'DBVERSION_72' undeclared (first use in this function)
/builddir/build/BUILD/php-5.4.17/ext/pdo_dblib/dblib_driver.c:365:
warning: implicit declaration of function 'DBSETLDBNAME'
/builddir/build/BUILD/php-5.4.17/ext/pdo_dblib/dblib_driver.c:269:
warning: unused variable 'val'