History log of /PHP-5.6/ext/mysqlnd/mysqlnd.c (Results 101 – 125 of 304)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 7d25510b 31-Aug-2011 Johannes Schlüter

- Register extensions using mysqlnd (mysql, myslqi, pdo_mysql) with mysqlnd


# 39b0be51 31-Aug-2011 Johannes Schlüter

- Register extensions using mysqlnd (mysql, myslqi, pdo_mysql) with mysqlnd


Revision tags: yaf-2.1.0
# 9756f766 26-Aug-2011 Andrey Hristov

fix valgrind warnings in debug builds


# da2839f7 26-Aug-2011 Andrey Hristov

fix valgrind warnings in debug builds


# ee17839f 26-Aug-2011 Andrey Hristov

fix valgrind warnings in debug builds


Revision tags: php-5.3.8, php-5.3.7, php-5.3.7RC5
# 56d6f231 10-Aug-2011 Andrey Hristov

relax constraint


# e289cf72 10-Aug-2011 Andrey Hristov

relax constraint


# d6271158 10-Aug-2011 Andrey Hristov

relax constraint


# c9e7716c 04-Aug-2011 Andrey Hristov

Add mysqli_error_list() that returns an array with errors. Typically only
one and just one for libmysql. mysqlnd can return generate more than one error
during its work and with mysqli_error(

Add mysqli_error_list() that returns an array with errors. Typically only
one and just one for libmysql. mysqlnd can return generate more than one error
during its work and with mysqli_error() only the last error is being reported.
In the array returned by mysqli_error_list() / $mysqli->error_list, all errors will be found.
The list is reset when the next command is executed

show more ...


# 11f198b2 04-Aug-2011 Andrey Hristov

Add mysqli_error_list() that returns an array with errors. Typically only
one and just one for libmysql. mysqlnd can return generate more than one error
during its work and with mysqli_error(

Add mysqli_error_list() that returns an array with errors. Typically only
one and just one for libmysql. mysqlnd can return generate more than one error
during its work and with mysqli_error() only the last error is being reported.
In the array returned by mysqli_error_list() / $mysqli->error_list, all errors will be found.
The list is reset when the next command is executed

show more ...


Revision tags: php-5.4.0alpha3, php-5.3.7RC4
# 94ccf70c 27-Jul-2011 Andrey Hristov

longer error messages, don't cut them


# 2e182583 27-Jul-2011 Andrey Hristov

longer error messages, don't cut them


# 11e4f1e3 27-Jul-2011 Andrey Hristov

longer error messages, don't cut them


Revision tags: php-5.3.7RC3, php-5.4.0alpha2
# 774e127a 05-Jul-2011 Andrey Hristov

free data in case of failure in the callee not in the caller


# fa27e054 05-Jul-2011 Andrey Hristov

free data in case of failure in the callee not in the caller


# e77b49bf 05-Jul-2011 Andrey Hristov

free data in case of failure in the callee not in the caller


Revision tags: php-5.3.7RC2, php-5.4.0alpha1, php-5.3.7RC1
# ce816cb8 31-May-2011 Andrey Hristov

reuse code


# b97e76d5 31-May-2011 Andrey Hristov

reuse code


# b730fde6 31-May-2011 Andrey Hristov

reuse code


# 2d5e51db 04-May-2011 Andrey Hristov

fix valgrind warning


# f0644359 18-Mar-2011 Andrey Hristov

add a proxy for sppintf and vspprintf


# ca5df2a8 18-Mar-2011 Andrey Hristov

less trace info


Revision tags: php-5.3.6, php-5.3.6RC3, php-5.3.6RC2
# d4a1f5ac 25-Feb-2011 Andrey Hristov

revert to previous behavior


# 59c5875f 25-Feb-2011 Andrey Hristov

move from macros to functions, which can be overwritten, if needed


# 113cd9dc 25-Feb-2011 Andrey Hristov

move from macros to functions, which can be overwritten, if needed


12345678910>>...13