#
77d16077 |
| 10-Nov-2010 |
Andrey Hristov |
Fix bad types, because zend_parse_xxx expect signed integers for lengths, no matter how stupid this is :) |
#
2d925fb2 |
| 04-Oct-2010 |
Ulf Wendel |
Sorry for the commit but compiler warnings are annoying and so are white spaces at the end of a line, if one uses an editor which removes them on save and diff's get blown up by white space chang
Sorry for the commit but compiler warnings are annoying and so are white spaces at the end of a line, if one uses an editor which removes them on save and diff's get blown up by white space changes... Changes: - remove end of line white space - fix compiler warning "ext/mysqli/mysqli_priv.h:156:27: warning: no newline at end of file" - fix compiler warning "ext/mysqli/mysqli_fe.h:135:25: warning: no newline at end of file" - fix compiler warning "ext/mysqli/mysqli.c:896:11: warning: extra tokens at end of #ifdef directive"
show more ...
|
#
e20c62d3 |
| 04-Oct-2010 |
Ulf Wendel |
Sorry for the commit but compiler warnings are annoying and so are white spaces at the end of a line, if one uses an editor which removes them on save and diff's get blown up by white space chang
Sorry for the commit but compiler warnings are annoying and so are white spaces at the end of a line, if one uses an editor which removes them on save and diff's get blown up by white space changes... Changes: - remove end of line white space - fix compiler warning "ext/mysqli/mysqli_priv.h:156:27: warning: no newline at end of file" - fix compiler warning "ext/mysqli/mysqli_fe.h:135:25: warning: no newline at end of file" - fix compiler warning "ext/mysqli/mysqli.c:896:11: warning: extra tokens at end of #ifdef directive"
show more ...
|
#
bc6e920e |
| 01-Oct-2010 |
Ulf Wendel |
Fix leak with persistent connections when using mysqli.default_host is used |
#
1781aec5 |
| 01-Oct-2010 |
Ulf Wendel |
Fix leak with persistent connections when using mysqli.default_host is used |
#
60327d87 |
| 30-Sep-2010 |
Andrey Hristov |
Plug a leak in mysqli when in the same script a pconn is reused. Call end_psession earlier - so will mysqlnd and the plugins free data earlier. |
#
77d73b81 |
| 30-Sep-2010 |
Andrey Hristov |
Plug a leak in mysqli when in the same script a pconn is reused. Call end_psession earlier - so will mysqlnd and the plugins free data earlier. |
#
67ef7201 |
| 20-Aug-2010 |
Andrey Hristov |
Fix for bug #52654 mysqli doesn't install headers with structures it uses |
#
27567040 |
| 20-Aug-2010 |
Andrey Hristov |
Fix for bug #52654 mysqli doesn't install headers with structures it uses |
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, php-5.3.3RC1, php-5.2.14RC1 |
|
#
f9ad56ea |
| 26-May-2010 |
Andrey Hristov |
Remove a function that has no usage. The zval cache was disabled/removed in 5.3.0-RC3. |
#
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 |
#
78887ff7 |
| 24-Mar-2010 |
Andrey Hristov |
Fix a segfault when using a mysqli object after unsuccesssful connect, the handle should have been allocated with mysqli_init(). |
#
293ba724 |
| 24-Mar-2010 |
Andrey Hristov |
Fix a segfault when using a mysqli object after unsuccesssful connect, the handle should have been allocated with mysqli_init(). |
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 |
#
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 |
|
#
6f598e62 |
| 09-Dec-2009 |
Andrey Hristov |
Remove the zval caching from mysqlnd. It was disabled versions ago due to problems on windows, which were not debugged. Better have code that is disabled not in the core. |
#
4d273500 |
| 09-Dec-2009 |
Andrey Hristov |
Remove disabled code - threaded fetching. This can be implemented on a upper level and by offloading it we reduce the complexity of the core. |
Revision tags: php-5.2.12RC3, php-5.2.12RC2, php-5.3.1, php-5.3.1RC4, php-5.2.12RC1 |
|
#
c6502213 |
| 12-Nov-2009 |
Rasmus Lerdorf |
Fix bug #49098 |
Revision tags: php-5.3.1RC3, php-5.3.1RC2 |
|
#
d8dc47d5 |
| 15-Oct-2009 |
Ulf Wendel |
Making mysqlnd emit no warnings when fetching pooled persistent connections that have timed out or are unusable for any other reason - bug #49761 |