summaryrefslogtreecommitdiff
path: root/ext/mysqlnd
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-5.3' into PHP-5.4andrey2012-05-021-2/+2
|\
| * Fix for bug#61411andrey2012-05-021-2/+2
* | Fix foldingJohannes Schlüter2012-04-221-1/+1
* | Merge branch 'PHP-5.3' into PHP-5.4David Soria Parra2012-03-201-1/+1
|\ \ | |/
| * Replace $Revision$ with $Id$ in keyword expansion enable filesDavid Soria Parra2012-03-201-1/+1
| * assertAndrey Hristov2012-02-021-1/+5
| * Fix configuration message typo and alignment (5.4 merge approved by Stas)Christopher Jones2012-01-121-2/+2
| * - Year++Felipe Pena2012-01-0127-27/+27
| * use the method in all builds. Thus it can be used for detectionAndrey Hristov2011-11-221-7/+0
| * move change_user closer to connectAndrey Hristov2011-10-181-143/+138
| * this should be decided by configureAndrey Hristov2011-10-141-1/+0
| * MYSQLND_NET refactored not to use any direct reference to MYSQLND (the connec...Andrey Hristov2011-10-101-0/+1
| * - Fix foldingJohannes Schlüter2011-09-251-1/+1
| * - Fix bug #55609 (mysqlnd cannot be built shared)Johannes Schlüter2011-09-062-3/+11
| * missing from previous commit for #55582Andrey Hristov2011-09-051-3/+2
| * - Fixed bad xor in signed types due to integer promotion.Gustavo André dos Santos Lopes2011-09-051-5/+5
| * fix messageAndrey Hristov2011-09-021-1/+1
| * function rename to comply with the schema of other callbacksAndrey Hristov2011-09-021-5/+5
| * Fix valgrind error (sending of initialized bytes over the network).Andrey Hristov2011-08-312-4/+6
| * fix valgrind warnings in debug buildsAndrey Hristov2011-08-261-1/+1
| * Apply r315270 to 5.3Xinchen Hui2011-08-241-0/+11
| * Sync r314808 to 5_3 branchXinchen Hui2011-08-231-2/+2
| * relax constraintAndrey Hristov2011-08-102-2/+2
| * - Added ZEND_MOD_END macro to use in the end of zend_module_dep[]Felipe Pena2011-08-061-1/+1
| * longer error messages, don't cut themAndrey Hristov2011-07-271-2/+2
| * - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-1/+1
| * free data in case of failure in the callee not in the callerAndrey Hristov2011-07-051-5/+3
| * reuse codeAndrey Hristov2011-05-311-16/+15
| * fix macrosAndrey Hristov2011-05-311-10/+10
| * exchange a "trap" with an errorAndrey Hristov2011-05-171-1/+1
| * - Move the field access behind the checkJohannes Schlüter2011-05-171-2/+1
| * - Move the access behind the check.Johannes Schlüter2011-05-161-2/+2
| * Fix rangeAndrey Hristov2011-05-101-1/+1
| * Fix for bug 54674..typo in the check of SJISAndrey Hristov2011-05-091-5/+3
| * add the BLOCK_LEAVE macro for non-gcc and non-winAndrey Hristov2011-05-041-3/+4
| * reorganize the DBG_ macros, add DBG_BLOCK_XXXAndrey Hristov2011-05-041-16/+25
| * extend the API in the backward compatible wayAndrey Hristov2011-05-031-0/+1
| * fix buffer overflow - overwriting with 0x0, due toAndrey Hristov2011-03-241-10/+33
| * Fix compressed build, make it easierAndrey Hristov2011-03-232-15/+15
| * palloc is long dead, use more appropriate nameAndrey Hristov2011-03-221-6/+6
| * Fix messageAndrey Hristov2011-03-221-1/+1
| * remove more unneeded includesAndrey Hristov2011-03-221-2/+0
| * remove unneeded includesAndrey Hristov2011-03-222-2/+0
| * use ifdef all-around in the revertAndrey Hristov2011-02-252-2/+2
| * revert also the version_idAndrey Hristov2011-02-251-2/+2
| * revert to previous behaviorAndrey Hristov2011-02-253-2/+12
| * move from macros to functions, which can be overwritten, if neededAndrey Hristov2011-02-253-6/+54
| * fix invalid memory read. Thank you, valgrindAndrey Hristov2011-02-211-1/+1
| * fixed a problem in mysqlnd. 0 was always as num_rows returned forAndrey Hristov2011-02-161-1/+1
| * Fix more warnings about size_tAndrey Hristov2011-02-011-2/+2