#
9c276eee |
| 03-May-2010 |
Andrey Hristov |
Handle OOM in mysqlnd_fetch_row_buffered_c()
|
#
cac35208 |
| 03-May-2010 |
Andrey Hristov |
Handle OOM in mysqlnd_fetch_row_buffered_c()
|
#
2b000960 |
| 03-May-2010 |
Andrey Hristov |
Handle OOM in mysqlnd_fetch_row_unbuffered_c()
|
#
4a8d751c |
| 03-May-2010 |
Andrey Hristov |
Handle OOM in mysqlnd_fetch_row_unbuffered_c()
|
#
2b18a3ff |
| 03-May-2010 |
Andrey Hristov |
Handle OOM stemming from mysqlnd_result_init in the same function and up the stack.
|
#
d0cef550 |
| 03-May-2010 |
Andrey Hristov |
Handle OOM stemming from mysqlnd_result_init in the same function and up the stack.
|
#
7de2607c |
| 03-May-2010 |
Andrey Hristov |
Handle gracefully OOM in mysqlnd_mempool_create and up the stack
|
#
6dff9e55 |
| 03-May-2010 |
Andrey Hristov |
Handle gracefully OOM in mysqlnd_mempool_create and up the stack
|
#
ec0fe858 |
| 03-May-2010 |
Andrey Hristov |
Remove unused parameter
|
#
864f2da7 |
| 03-May-2010 |
Andrey Hristov |
Remove unused parameter
|
#
34e56fea |
| 22-Apr-2010 |
Andrey Hristov |
Remove dead code and add possibility to fine tune the size of a mempool (used for result sets).
|
#
1ed3da29 |
| 22-Apr-2010 |
Andrey Hristov |
Remove dead code and add possibility to fine tune the size of a mempool (used for result sets).
|
#
a175419f |
| 20-Apr-2010 |
Felipe Pena |
- Fix copyrights
|
#
6d951e2d |
| 20-Apr-2010 |
Felipe Pena |
- Fix copyrights
|
#
cdac2b4e |
| 15-Apr-2010 |
Andrey Hristov |
Fix some int/uint comparison warnings
|
#
f4077909 |
| 15-Apr-2010 |
Andrey Hristov |
Fix some int/uint comparison warnings
|
#
48e413eb |
| 15-Apr-2010 |
Andrey Hristov |
more WS
|
#
6f0adc06 |
| 15-Apr-2010 |
Andrey Hristov |
more WS
|
#
6aa682f5 |
| 15-Apr-2010 |
Andrey Hristov |
CS + WS changes
|
#
a9880e78 |
| 15-Apr-2010 |
Andrey Hristov |
CS + WS changes
|
#
ec36ac16 |
| 26-Mar-2010 |
Andrey Hristov |
Fix tests that fail when the MySQL's socket file is not /tmp/mysql.sock as it is in when compiled from source and the default for mysqlnd. SuSE for example uses /var/run/mysql/mysql.sock . Al
Fix tests that fail when the MySQL's socket file is not /tmp/mysql.sock as it is in when compiled from source and the default for mysqlnd. SuSE for example uses /var/run/mysql/mysql.sock . Also, sql.safe_mode (ext/mysql and ingres) needs the socket. Fix possible crashes in mysqlnd. When packets are shorter, functions should return error.
show more ...
|
#
7868bca4 |
| 26-Mar-2010 |
Andrey Hristov |
Fix tests that fail when the MySQL's socket file is not /tmp/mysql.sock as it is in when compiled from source and the default for mysqlnd. SuSE for example uses /var/run/mysql/mysql.sock . Al
Fix tests that fail when the MySQL's socket file is not /tmp/mysql.sock as it is in when compiled from source and the default for mysqlnd. SuSE for example uses /var/run/mysql/mysql.sock . Also, sql.safe_mode (ext/mysql and ingres) needs the socket. Fix possible crashes in mysqlnd. When packets are shorter, functions should return error.
show more ...
|
#
7496cc76 |
| 16-Mar-2010 |
Andrey Hristov |
decouple the methods in MYSQLND_STMT from the data, needed to move to a new structure MYSQLND_STMT. Makes the code cleaner and less error-prone. Also fix PDO/MySQL which directly touch my
decouple the methods in MYSQLND_STMT from the data, needed to move to a new structure MYSQLND_STMT. Makes the code cleaner and less error-prone. Also fix PDO/MySQL which directly touch mysqlnd internals instead of using API calls.
show more ...
|
#
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 |
|
#
e50de7d9 |
| 03-Feb-2010 |
Andrey Hristov |
Pass tsrmls to all functions, which might need it in the future. We are anyway breaking the internal ABI in 5.3.2 so this won't hurt and make us prepared for the future.
|