History log of /PHP-5.6/ext/mysqlnd/mysqlnd.c (Results 26 – 50 of 304)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# cabf38af 05-Aug-2013 Kalle Sommer Nielsen

Merge branch 'PHP-5.4'


# 963c1be3 05-Aug-2013 Kalle Sommer Nielsen

Merge branch 'PHP-5.5'


# 85b7e9f0 05-Aug-2013 Kalle Sommer Nielsen

Check for NULL ptr from get_stream() before passing it on to php_stream_cast()


Revision tags: php-5.5.2RC1, php-5.4.18RC2, php-5.5.1, php-5.4.18RC1, php-5.3.27
# 5bc7e597 03-Jul-2013 Johannes Schlüter

Make sure return value is initialised in case transaction startup fails


Revision tags: php-5.4.17, php-5.5.0, php-5.3.27RC1, php-5.4.17RC1
# 02e4d7a2 10-Jun-2013 Stanislav Malyshev

Merge branch 'pull-request/341'

* pull-request/341: (23 commits)
typofixes


# ac40c0b5 10-Jun-2013 Stanislav Malyshev

Merge branch 'pull-request/341'

* pull-request/341: (23 commits)
typofixes


Revision tags: php-5.5.0RC3, php-5.3.26, php-5.4.16, php-5.5.0RC2, php-5.3.26RC1, php-5.4.16RC1, php-5.5.0RC1, php-5.3.25, php-5.4.15
# 062519ed 30-Apr-2013 Johannes Schlüter

don't include smart_str.h in a too global header, fixes #64718


Revision tags: php-5.3.25RC1, php-5.5.0beta4, php-5.4.15RC1, php-5.4.14, php-5.3.24, php-5.5.0beta3, php-5.3.24RC1, php-5.4.14RC1, php-5.5.0beta2, php-5.5.0beta1, php-5.3.23, php-5.4.13, php-5.5.0alpha6, php-5.3.23RC1, php-5.4.13RC1, php-5.3.22, php-5.5.0alpha5, php-5.4.12, php-5.3.22RC2, php-5.4.12RC2
# 666a8356 08-Feb-2013 Andrey Hristov

Add savepoint and rollback to savepoint support


# 403d4fbb 07-Feb-2013 Andrey Hristov

Export new calls


# 49e3d91a 07-Feb-2013 Andrey Hristov

Add the name in a comment at commit/rollback, if provided


# 9fb0dba4 07-Feb-2013 Andrey Hristov

Add support for commit and rollback options.
Add support for explicitly starting a transaction - modes also available.
Using the API makes the life of load balancer mysqlnd plugins easier/pos

Add support for commit and rollback options.
Add support for explicitly starting a transaction - modes also available.
Using the API makes the life of load balancer mysqlnd plugins easier/possible.

show more ...


# 740b823b 04-Feb-2013 Andrey Hristov

check the validity of the parameter


Revision tags: php-5.3.22RC1, php-5.4.12RC1, php-5.5.0alpha4, php-5.3.21, php-5.4.11
# acc24d1f 15-Jan-2013 Andrey Hristov

Use two dtors thus allow allocation based on the alloc model of the
connection.


# d377a266 15-Jan-2013 Andrey Hristov

plug a leak - forgot ot use the dtor already written


# 1ff43522 15-Jan-2013 Andrey Hristov

Add support for connect attributes, as of MySQL 5.6


Revision tags: php-5.5.0alpha3
# 258c76eb 09-Jan-2013 Andrey Hristov

backport handling of expired passwords in mysqlnd to 5.4


# bcd278ad 09-Jan-2013 Andrey Hristov

fix compilation error after merge


# 12e759c2 09-Jan-2013 Andrey Hristov

Use during connect the flags set with set_client_option()


# ddcb67d4 09-Jan-2013 Andrey Hristov

support for password expiration in mysqlnd, through a flag


# bc11e6fd 06-Jan-2013 Xinchen Hui

bump year


Revision tags: php-5.3.21RC1, php-5.4.11RC1, php-5.3.20, php-5.4.10, php-5.5.0alpha2, php-5.3.20RC1, php-5.4.10RC1, php-5.3.19, php-5.4.9, php-5.5.0alpha1, php-5.3.19RC1, php-5.4.9RC1, php-5.3.18, php-5.4.8
# 225792c5 12-Oct-2012 Andrey Hristov

constify


Revision tags: php-5.3.18RC1
# 4c9e222f 03-Oct-2012 Andrey Hristov

if ssl has been switched on transmit clear-text password


Revision tags: php-5.4.8RC1
# c540fe20 28-Sep-2012 Andrey Hristov

fix login failure with empty password. This is 5.5 specific - new code


# 263b37be 25-Sep-2012 andrey

change public key setting to PERDIR and finish code that allows
to set the key file programatically per mysqli_options()


# 6074df91 25-Sep-2012 andrey

remove old unicode code, that is was compiled out by using a macro


12345678910>>...13