#
081b001c |
| 22-Mar-2011 |
Andrey Hristov |
remove more unneeded includes |
#
cfb01aab |
| 22-Mar-2011 |
Andrey Hristov |
remove more unneeded includes |
#
3afdf62d |
| 21-Mar-2011 |
Andrey Hristov |
throw out legacy code, that never was used for something useful. Was added for QC but QC is now a plugin, not part of the core. |
#
ca5df2a8 |
| 18-Mar-2011 |
Andrey Hristov |
less trace info |
Revision tags: php-5.3.6, php-5.3.6RC3, php-5.3.6RC2 |
|
#
7a1f54ff |
| 21-Feb-2011 |
Andrey Hristov |
fix invalid memory read. Thank you, valgrind |
#
2e30412f |
| 21-Feb-2011 |
Andrey Hristov |
fix invalid memory read. Thank you, valgrind |
Revision tags: php-5.3.6RC1 |
|
#
eb0dd2b8 |
| 16-Feb-2011 |
Andrey Hristov |
fixed a problem in mysqlnd. 0 was always as num_rows returned for unbuffered sets (text protocol and PS). |
#
1bdc780d |
| 16-Feb-2011 |
Andrey Hristov |
fixed a problem in mysqlnd. 0 was always as num_rows returned for unbuffered sets (text protocol and PS). |
#
eaaef0d8 |
| 07-Jan-2011 |
Andrey Hristov |
Proper fix for Bug #53503 mysqli::query returns false after successful LOAD DATA query which fixes als #56349, same behavior but in ext/mysql. Both due to a bug in mysqlnd. Never was
Proper fix for Bug #53503 mysqli::query returns false after successful LOAD DATA query which fixes als #56349, same behavior but in ext/mysql. Both due to a bug in mysqlnd. Never was a problem with libmysql. Also fixed the 53503's test case as it always reported PASS, even when there should have been a failure.
show more ...
|
#
5549e066 |
| 07-Jan-2011 |
Andrey Hristov |
Proper fix for Bug #53503 mysqli::query returns false after successful LOAD DATA query which fixes als #56349, same behavior but in ext/mysql. Both due to a bug in mysqlnd. Never was
Proper fix for Bug #53503 mysqli::query returns false after successful LOAD DATA query which fixes als #56349, same behavior but in ext/mysql. Both due to a bug in mysqlnd. Never was a problem with libmysql. Also fixed the 53503's test case as it always reported PASS, even when there should have been a failure.
show more ...
|
Revision tags: php-5.2.17, php-5.3.5 |
|
#
927bf09c |
| 01-Jan-2011 |
Felipe Pena |
- Year++ |
#
0203cc3d |
| 01-Jan-2011 |
Felipe Pena |
- Year++ |
#
4e08abee |
| 16-Dec-2010 |
Andrey Hristov |
Fix sprintf modifier to be right, wrong data reported in the log |
#
47bb667a |
| 16-Dec-2010 |
Andrey Hristov |
Fix sprintf modifier to be right, wrong data reported in the log |
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 |
|
#
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 |
#
1cca9d4b |
| 06-Oct-2010 |
Andrey Hristov |
more variable hiding fixes |
#
63d6892b |
| 06-Oct-2010 |
Andrey Hristov |
more variable hiding fixes |
#
eb2908c3 |
| 05-Oct-2010 |
Andrey Hristov |
two more compiler warnings fixed - size does matter |
#
c7a09c68 |
| 05-Oct-2010 |
Andrey Hristov |
two more compiler warnings fixed - size does matter |
#
25e84b6a |
| 05-Oct-2010 |
Andrey Hristov |
Rename a method so it doesn't clash with a global symbol - a function Fix compiler waring by extening the type of a variable |
#
396402fc |
| 05-Oct-2010 |
Andrey Hristov |
Rename a method so it doesn't clash with a global symbol - a function Fix compiler waring by extening the type of a variable |
#
3daf54ff |
| 05-Oct-2010 |
Andrey Hristov |
Fix compiler warnings - on 32bit size_t is smaller than uint64_t, although we will never hit this the compiler should be happy. |
#
de69927b |
| 05-Oct-2010 |
Andrey Hristov |
Fix compiler warnings - on 32bit size_t is smaller than uint64_t, although we will never hit this the compiler should be happy. |
#
a4ad1114 |
| 04-Oct-2010 |
Andrey Hristov |
fix two more warnings |