summaryrefslogtreecommitdiff
path: root/ext/mysqlnd
Commit message (Expand)AuthorAgeFilesLines
* Fix memory realted to #64726Xinchen Hui2013-04-271-0/+1
* lower the limit, should fit in a byteAndrey Hristov2013-04-191-1/+1
* fix for bug #63530 mysqlnd_stmt::bind_one_parameter uses wrong alloc for st...Andrey Hristov2013-03-131-1/+1
* Use during connect the flags set with set_client_option()Andrey Hristov2013-01-091-0/+2
* bump yearXinchen Hui2013-01-0627-27/+27
* read 1 instead of 2 bytes. The next 2 bytes are 2 and thus not a problemAndrey Hristov2012-10-311-1/+1
* fix Bug #62273 Segmentation Fault in Mysqli/Mysqlndandrey2012-06-291-0/+7
* new charsetsandrey2012-06-291-19/+56
* Fix for bug#62046andrey2012-05-161-2/+0
* Fix for bug#61411andrey2012-05-021-2/+2
* 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