#
3aa95c59 |
| 27-May-2010 |
Andrey Hristov |
Check before use, because mysqlnd can return NULL and this will crash. However, this can happen only in case of OOM.
|
#
1228c923 |
| 27-May-2010 |
Andrey Hristov |
Check before use, because mysqlnd can return NULL and this will crash. However, this can happen only in case of OOM.
|
#
d6458c3b |
| 26-May-2010 |
Andrey Hristov |
Add checks to check the underlying pointer in the resource. It can happen that the underlying pointer is freed (like in the case of connection reconnect), and then it cannot be allocated
Add checks to check the underlying pointer in the resource. It can happen that the underlying pointer is freed (like in the case of connection reconnect), and then it cannot be allocated anymore, which means that NULL will be used consequently by the functions that fetch the resource and the crash is immediate.
show more ...
|
#
ce682f1b |
| 26-May-2010 |
Andrey Hristov |
Add checks to check the underlying pointer in the resource. It can happen that the underlying pointer is freed (like in the case of connection reconnect), and then it cannot be allocated
Add checks to check the underlying pointer in the resource. It can happen that the underlying pointer is freed (like in the case of connection reconnect), and then it cannot be allocated anymore, which means that NULL will be used consequently by the functions that fetch the resource and the crash is immediate.
show more ...
|
#
c91c86b7 |
| 18-May-2010 |
Andrey Hristov |
Remove duplicated code. Use one centralized functions for data extraction.
|
#
940e64db |
| 18-May-2010 |
Andrey Hristov |
Remove duplicated code. Use one centralized functions for data extraction.
|
#
87bac04b |
| 13-May-2010 |
Andrey Hristov |
Better fix for #51605
|
#
6cefa510 |
| 13-May-2010 |
Andrey Hristov |
Better fix for #51605
|
#
41ad139d |
| 11-May-2010 |
Andrey Hristov |
Fix for bug #51605 (Mysqli zombie links)
|
#
962aa93e |
| 11-May-2010 |
Andrey Hristov |
Fix for bug #51605 (Mysqli zombie links)
|
#
cb303308 |
| 26-Apr-2010 |
Kalle Sommer Nielsen |
Merge safe_mode changes into extensions that are in sync in both branches
|
#
dd8e59da |
| 26-Apr-2010 |
Kalle Sommer Nielsen |
Removed safe_mode * Removed ini options, safe_mode* * Removed --enable-safe-mode --with-exec-dir configure options on Unix * Updated extensions, SAPI's and core * php_get_current_
Removed safe_mode * Removed ini options, safe_mode* * Removed --enable-safe-mode --with-exec-dir configure options on Unix * Updated extensions, SAPI's and core * php_get_current_user() is now declared in main.c, thrus no need to include safe_mode.h anymore
show more ...
|
#
45b68feb |
| 21-Apr-2010 |
Felipe Pena |
- Fix mem. leak
|
#
623a2572 |
| 21-Apr-2010 |
Felipe Pena |
- Fix mem. leak
|
#
dd9fc198 |
| 15-Apr-2010 |
Andrey Hristov |
Fix for bug#49234 method not found ssl_set Patch was tested and compiles on Windows. (Thanks Kalle)
|
#
c04f7526 |
| 15-Apr-2010 |
Andrey Hristov |
Fix for bug#49234 method not found ssl_set Patch was tested and compiles on Windows. (Thanks Kalle)
|
#
8467978d |
| 08-Apr-2010 |
Andrey Hristov |
Fix for bug #51026 ssl not working
|
#
8338d488 |
| 08-Apr-2010 |
Andrey Hristov |
Fix for bug #51026 ssl not working
|
#
ccfd9cd7 |
| 12-Mar-2010 |
Andrey Hristov |
allow persistency of PS
|
Revision tags: php-5.3.2, php-5.2.13, php-5.3.2RC3, php-5.3.2RC2, php-5.2.13RC2, php-5.2.13RC1 |
|
#
6407250e |
| 25-Jan-2010 |
Andrey Hristov |
Fix for bug#50772 mysqli constructor without parameters does not return a working mysqli object
|
#
36a037d2 |
| 14-Jan-2010 |
Andrey Hristov |
Fix build of mysqli when libmysql is used, mysqlnd_portability.h might not be available for some weird reasons. Added the macros that we need, in that case Code by Jess Portnoy
|
#
9ba1e816 |
| 03-Jan-2010 |
Sebastian Bergmann |
sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php
|
#
01adfaee |
| 23-Dec-2009 |
Andrey Hristov |
Unify. The typedef-ed structs in mysqlnd are always capitalized.
|
Revision tags: php-5.3.2RC1, php-5.2.12, php-5.2.12RC4 |
|
#
2bdd3538 |
| 01-Dec-2009 |
Rasmus Lerdorf |
Fix broken build. This constant is not in older versions of MySQL.
|
Revision tags: php-5.2.12RC3, php-5.2.12RC2, php-5.3.1, php-5.3.1RC4, php-5.2.12RC1, php-5.3.1RC3 |
|
#
4a95aa39 |
| 03-Nov-2009 |
Ulf Wendel |
Fix for bug #49965 . Let mysqli_options() try to cast option values to the appropriate type.
|