#
924bb781 |
| 22-Oct-2010 |
Andrey Hristov |
profiling in trace mode
|
#
2d2d6f84 |
| 07-Oct-2010 |
Andrey Hristov |
fix some uninitialized variables. also fix shadowing of global symbols
|
#
0e519d24 |
| 07-Oct-2010 |
Andrey Hristov |
fix some uninitialized variables. also fix shadowing of global symbols
|
#
216effe4 |
| 23-Sep-2010 |
Andrey Hristov |
WS fixes
|
#
859a1404 |
| 23-Sep-2010 |
Andrey Hristov |
WS fixes
|
#
ff271469 |
| 22-Sep-2010 |
Andrey Hristov |
small macro fix
|
#
7346d8d5 |
| 22-Sep-2010 |
Andrey Hristov |
small macro fix
|
#
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 |
|
#
df8bf2a2 |
| 08-Jul-2010 |
Dmitry Stogov |
Fixed checks for PHP_DEBUG macro
|
Revision tags: php-5.3.3RC2, php-5.2.14RC2 |
|
#
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 |
|
#
5efee3d5 |
| 27-May-2010 |
Andrey Hristov |
Fix crashes in the allocator in case of OOM.
|
#
95d4f2ac |
| 27-May-2010 |
Andrey Hristov |
Fix crashes in the allocator in case of OOM.
|
#
348880ce |
| 25-May-2010 |
Andrey Hristov |
Fix shared build
|
#
844b4356 |
| 25-May-2010 |
Andrey Hristov |
Fix shared build
|
#
ef1eeff8 |
| 21-May-2010 |
Andrey Hristov |
When OOM hits the wire, don't crash.
|
#
476391c0 |
| 21-May-2010 |
Andrey Hristov |
When OOM hits the wire, don't crash.
|
#
04d24bde |
| 04-May-2010 |
Andrey Hristov |
Add possibility to control the allocator in when PHP is compiled with debug
|
#
447c693b |
| 04-May-2010 |
Andrey Hristov |
Add possibility to control the allocator in when PHP is compiled with debug
|
#
2da3f5ba |
| 03-May-2010 |
Andrey Hristov |
Fix compiler warnings - unused functions
|
#
8fd0407b |
| 03-May-2010 |
Andrey Hristov |
Fix compiler warnings - unused functions
|
#
4842f96e |
| 22-Apr-2010 |
Andrey Hristov |
Change the way the allocator is called - through an abstraction to give the possibility of pluggability. Thanks to the macros already used the changes are not pervasive.
|
#
3dbf6acd |
| 22-Apr-2010 |
Andrey Hristov |
Change the way the allocator is called - through an abstraction to give the possibility of pluggability. Thanks to the macros already used the changes are not pervasive.
|
#
a175419f |
| 20-Apr-2010 |
Felipe Pena |
- Fix copyrights
|