summaryrefslogtreecommitdiff
path: root/ext/mysqlnd
Commit message (Expand)AuthorAgeFilesLines
* Change the way the allocator is called - through an abstractionAndrey Hristov2010-04-222-51/+216
* Fix problem spotted by Felipe.Andrey Hristov2010-04-221-1/+1
* adding what last commit was missingAndrey Hristov2010-04-221-0/+1
* Remove dead code and add possibility to fine tune the size ofAndrey Hristov2010-04-226-37/+9
* Add the posibility to switch off the compilation of statisticsAndrey Hristov2010-04-221-10/+31
* Hardening the reads of mysqlnd.Andrey Hristov2010-04-201-45/+102
* put the trigger in the right placeAndrey Hristov2010-04-201-1/+1
* It is possible that change user tries an user who has old password.Andrey Hristov2010-04-203-0/+6
* - Fix copyrightsFelipe Pena2010-04-2027-54/+54
* Last batch of int/uint comparison fixesAndrey Hristov2010-04-151-3/+3
* More int/uint comparison warning fixesAndrey Hristov2010-04-152-10/+10
* Fix some int/uint comparison warningsAndrey Hristov2010-04-152-3/+3
* Remove unused fileAndrey Hristov2010-04-151-285/+0
* more WSAndrey Hristov2010-04-152-32/+32
* CS + WS changesAndrey Hristov2010-04-1520-296/+286
* Fix for bug#49234 method not found ssl_setAndrey Hristov2010-04-1510-58/+314
* Fixint INT_AND_FLOAT_AS native. It was working ok on 64bit butAndrey Hristov2010-04-081-5/+4
* Fix the Windows build (void* arithmetic) as well as --disable-zlibAndrey Hristov2010-04-062-9/+19
* Stricly CAndrey Hristov2010-04-061-3/+3
* Recommit with an Windows build fix:Andrey Hristov2010-04-069-148/+186
* - revert revision 297277, break the builds (declaration must go 1st, size of ...Pierre Joye2010-04-019-186/+148
* Fix inconsistenciesAndrey Hristov2010-04-019-145/+186
* Better fix for bug #51347 mysqli_close / connection memory leakAndrey Hristov2010-04-011-9/+8
* Fixed bug #51347 mysqli_close / connection memory leakAndrey Hristov2010-04-011-0/+8
* Make it coupled - what is allocated with mnd_ should be freedAndrey Hristov2010-03-297-71/+127
* Fix tests that fail when the MySQL's socket file is not /tmp/mysql.sockAndrey Hristov2010-03-263-4/+15
* fix build failure after recent commit by KalleAndrey Hristov2010-03-241-1/+1
* Fix declaringKalle Sommer Nielsen2010-03-231-1/+1
* Fix for complaint from the Zend MM, efree of a NULL pointer.Andrey Hristov2010-03-171-1/+3
* Fix a bug that a statement that is reset doesn't cleanAndrey Hristov2010-03-171-9/+11
* fix valgrind warning introduced with the latest patch. The memoryAndrey Hristov2010-03-171-1/+1
* decouple the methods in MYSQLND_STMT from the data,Andrey Hristov2010-03-165-161/+179
* allow persistency of PSAndrey Hristov2010-03-1210-124/+134
* Fixed bug #51242 (Empty mysql.default_port does not default to 3306 anymore, ...Adam Harvey2010-03-091-3/+4
* Fix the text. Correct english and a bit shorter.Andrey Hristov2010-02-241-4/+4
* add better description to the problemAndrey Hristov2010-02-241-1/+5
* add typedefs for all structure methods, and then reuse these typedefsAndrey Hristov2010-02-151-165/+338
* make send_close a hook, tooAndrey Hristov2010-02-092-7/+7
* Pass tsrmls to all functions, which might need it in the future.Andrey Hristov2010-02-036-142/+122
* Fix second bug in that code, + instead of += thus not increasingAndrey Hristov2010-02-011-1/+1
* Fix a bug in mysqlnd where a pointer was not incrementedAndrey Hristov2010-02-011-0/+1
* decrement correctly!Andrey Hristov2010-01-211-2/+4
* Add possibility to restrain the number of levelsAndrey Hristov2010-01-212-7/+25
* Fix possible lock-ups when a trigger triggers a trigger.Andrey Hristov2010-01-191-37/+16
* Make it GCC only feature (tracing). VC7 and up do the workAndrey Hristov2010-01-191-1/+1
* fix windowsAndrey Hristov2010-01-191-0/+13
* Fix compiler warning, copy&paste errorAndrey Hristov2010-01-141-1/+1
* Fix compiler warningAndrey Hristov2010-01-141-1/+1
* remove redefinition of bit_uint8korrAndrey Hristov2010-01-141-10/+0
* more PHPAPI for phpize-d buildsAndrey Hristov2010-01-131-8/+8