Revision tags: php-5.4.0beta2, php-5.4.0beta1, yaf-2.1.0, php-5.3.8, php-5.3.7, php-5.3.7RC5, php-5.4.0alpha3, php-5.3.7RC4, php-5.3.7RC3, php-5.4.0alpha2, php-5.3.7RC2, php-5.4.0alpha1, php-5.3.7RC1 |
|
#
133ba9b5 |
| 24-Mar-2011 |
Andrey Hristov |
fix buffer overflow - overwriting with 0x0, due to unchecked buffer size. This can be easily workarouned on existing unpatched systems by increasing mysqlnd.net_cmd_buffer_size ini variab
fix buffer overflow - overwriting with 0x0, due to unchecked buffer size. This can be easily workarouned on existing unpatched systems by increasing mysqlnd.net_cmd_buffer_size ini variable to more than 8k
show more ...
|
#
8b33e6fa |
| 24-Mar-2011 |
Andrey Hristov |
fix buffer overflow - overwriting with 0x0, due to unchecked buffer size. This can be easily workarouned on existing unpatched systems by increasing mysqlnd.net_cmd_buffer_size ini variab
fix buffer overflow - overwriting with 0x0, due to unchecked buffer size. This can be easily workarouned on existing unpatched systems by increasing mysqlnd.net_cmd_buffer_size ini variable to more than 8k
show more ...
|
#
f0644359 |
| 18-Mar-2011 |
Andrey Hristov |
add a proxy for sppintf and vspprintf
|
Revision tags: php-5.3.6, php-5.3.6RC3, php-5.3.6RC2, php-5.3.6RC1, php-5.2.17, php-5.3.5 |
|
#
927bf09c |
| 01-Jan-2011 |
Felipe Pena |
- Year++
|
#
0203cc3d |
| 01-Jan-2011 |
Felipe Pena |
- Year++
|
Revision tags: php-5.2.16, php-5.2.15, php-5.3.4, php-5.2.15RC2, php-5.3.4RC2, php-5.3.4RC1, php-5.2.15RC1, PHP_5_2_15RC1 |
|
#
062ddaa7 |
| 06-Oct-2010 |
Andrey Hristov |
fix shadowing of parameters
|
#
b373ccd6 |
| 06-Oct-2010 |
Andrey Hristov |
fix shadowing of parameters
|
#
9f73a4e0 |
| 04-Oct-2010 |
Andrey Hristov |
add some safe casts - lower the number of warnings by 2
|
#
0a5c6314 |
| 04-Oct-2010 |
Andrey Hristov |
add some safe casts - lower the number of warnings by 2
|
#
216effe4 |
| 23-Sep-2010 |
Andrey Hristov |
WS fixes
|
#
859a1404 |
| 23-Sep-2010 |
Andrey Hristov |
WS fixes
|
#
86c13646 |
| 22-Sep-2010 |
Andrey Hristov |
fix for bug 52891 - optimize a bit
|
#
0b74eb2e |
| 22-Sep-2010 |
Andrey Hristov |
fix for bug 52891 - optimize a bit
|
#
fbaed547 |
| 22-Sep-2010 |
Andrey Hristov |
Fix for Bug #52891 Wrong data inserted with mysqli/mysqlnd when using bind_param,value>LONG_MAX
|
#
1de4cfb7 |
| 22-Sep-2010 |
Andrey Hristov |
Fix for Bug #52891 Wrong data inserted with mysqli/mysqlnd when using bind_param,value>LONG_MAX
|
#
2ab9513f |
| 30-Aug-2010 |
Andrey Hristov |
Fix for MySQL Bug #49406 Binding params doesn't work when selecting a date inside a CASE-WHEN (http://bugs.mysql.com/bug.php?id=49406) The MySQL server sends MYSQL_TYPE_NEWDATE values as
Fix for MySQL Bug #49406 Binding params doesn't work when selecting a date inside a CASE-WHEN (http://bugs.mysql.com/bug.php?id=49406) The MySQL server sends MYSQL_TYPE_NEWDATE values as clear text, even when PS are used and thus the binary protocol are used. Changing the handler for the type.
show more ...
|
#
72bef349 |
| 30-Aug-2010 |
Andrey Hristov |
Fix for MySQL Bug #49406 Binding params doesn't work when selecting a date inside a CASE-WHEN (http://bugs.mysql.com/bug.php?id=49406) The MySQL server sends MYSQL_TYPE_NEWDATE values as
Fix for MySQL Bug #49406 Binding params doesn't work when selecting a date inside a CASE-WHEN (http://bugs.mysql.com/bug.php?id=49406) The MySQL server sends MYSQL_TYPE_NEWDATE values as clear text, even when PS are used and thus the binary protocol are used. Changing the handler for the type.
show more ...
|
#
c974313a |
| 12-Aug-2010 |
Andrey Hristov |
Switch from using PHP_MAJOR_VERSION to separate define for unicode. Unicode is no more, but these are "bookmarks" where to change mysqlnd, if Unicode becomes trendy again.
|
#
92ef63a0 |
| 12-Aug-2010 |
Andrey Hristov |
Switch from using PHP_MAJOR_VERSION to separate define for unicode. Unicode is no more, but these are "bookmarks" where to change mysqlnd, if Unicode becomes trendy again.
|
Revision tags: oci8-1.4.3, php-5.2.14, php-5.3.3, php-5.3.3RC3, php-5.2.14RC3, php-5.3.3RC2, php-5.2.14RC2 |
|
#
ee4818a1 |
| 24-Jun-2010 |
Andrey Hristov |
Two functions, which should be methods so one can catch their output, for example
|
#
89bd3af6 |
| 24-Jun-2010 |
Andrey Hristov |
Two functions, which should be methods so one can catch their output, for example
|
#
53324e88 |
| 21-Jun-2010 |
Andrey Hristov |
Fix sprintf modifiers all around the place. In most cases %u should be used. Where size_t is used then MYSQLND_SZ_T_SPEC should be the modifier
|
#
baf72b73 |
| 21-Jun-2010 |
Andrey Hristov |
Fix sprintf modifiers all around the place. In most cases %u should be used. Where size_t is used then MYSQLND_SZ_T_SPEC should be the modifier
|
Revision tags: php-5.3.3RC1, php-5.2.14RC1 |
|
#
621cdd90 |
| 25-May-2010 |
Andrey Hristov |
Use the specialized macro for this case
|
#
b3c553fa |
| 25-May-2010 |
Andrey Hristov |
Use the specialized macro for this case
|