summaryrefslogtreecommitdiff
path: root/ext/mysqli
Commit message (Expand)AuthorAgeFilesLines
* accept possible leaks for now to make SELECTS with both bound parametersHartmut Holzgraefe2003-04-111-0/+9
* proto fixHartmut Holzgraefe2003-04-111-1/+1
* parameter count for bind stuff is different in OO interfaceHartmut Holzgraefe2003-04-111-5/+15
* fixed mysqli_prepare_resultGeorg Richter2003-04-031-5/+9
* fixed outputGeorg Richter2003-04-031-3/+3
* fixed expected outputGeorg Richter2003-04-022-3/+3
* changed constant nameGeorg Richter2003-03-301-6/+6
* changed macroGeorg Richter2003-03-301-3/+3
* --+_Sebastian Bergmann2003-03-301-2/+2
* changed method nameGeorg Richter2003-03-241-1/+2
* Add missing initializationMarcus Boerger2003-03-211-0/+1
* missing TSRMLS_FETCHMarcus Boerger2003-03-201-0/+1
* Better config.m4..foobar2003-03-191-39/+26
* more proto fixesHartmut Holzgraefe2003-03-171-6/+6
* lots of proto stuffHartmut Holzgraefe2003-03-153-56/+62
* added new profiler-filesGeorg Richter2003-03-111-1/+1
* profiler:Georg Richter2003-03-118-210/+596
* various changes for profilerGeorg Richter2003-03-086-401/+995
* Renamed OnUpdateInt -> OnUpdateLong to prevent further misunderstandings.foobar2003-03-071-2/+2
* fixed bug in macro-definitionGeorg Richter2003-03-031-1/+1
* disabled output of errormessagesGeorg Richter2003-03-032-3/+3
* added profiler supportGeorg Richter2003-03-036-17/+201
* removed some commentsGeorg Richter2003-02-221-7/+2
* Fixed bug with stmt_close (libmysql bk version 1.1477 required)Georg Richter2003-02-223-26/+29
* added new function mysqli_stmt_store_resultGeorg Richter2003-02-183-1/+23
* test for mysqli_stmt_store_resultGeorg Richter2003-02-181-0/+52
* Fixed compiler warning.Ilia Alshanetsky2003-02-181-1/+2
* new test (class which extends mysqli. currently this test fails :( )Georg Richter2003-02-181-0/+19
* removed duplicate codeGeorg Richter2003-02-181-7/+0
* fixed some leaks when mysql_close will be called before all stmts are freed.Georg Richter2003-02-182-5/+22
* additional tests for non freed objectsGeorg Richter2003-02-176-0/+112
* test for mysql_fetch_row (oo-style)Georg Richter2003-02-171-0/+23
* added close method/alias for result object (for compatibility with statement andGeorg Richter2003-02-171-0/+1
* test for OO-Implementation (bind_result)Georg Richter2003-02-171-0/+60
* fixed outputGeorg Richter2003-02-162-5/+5
* Reverted lld -> lld patch and added explanation as to why it should not beIlia Alshanetsky2003-02-161-1/+5
* Moved longlong conversion to a macro.Ilia Alshanetsky2003-02-162-24/+18
* better skip condition.Ilia Alshanetsky2003-02-161-2/+2
* test for mysqli_prepare_resultGeorg Richter2003-02-161-0/+73
* test for mysqli_stmt_affected_rows (delete command)Georg Richter2003-02-161-0/+31
* added new function mysqli_stmt_affected_rowsGeorg Richter2003-02-164-20/+55
* Proper lib detection.Ilia Alshanetsky2003-02-151-1/+1
* Fixed skip condition.Ilia Alshanetsky2003-02-151-1/+1
* added skipif section (innodb-support)Georg Richter2003-02-152-3/+26
* Allow mysqli to be built when imap (c-client) is used.Ilia Alshanetsky2003-02-141-0/+7
* Fixed compile warnings.Ilia Alshanetsky2003-02-142-6/+10
* test for bind_result with showGeorg Richter2003-02-141-0/+28
* CS fixes.Ilia Alshanetsky2003-02-141-12/+17
* Fixed a typo.Ilia Alshanetsky2003-02-141-1/+2
* fixed compiler warningGeorg Richter2003-02-141-1/+1