summaryrefslogtreecommitdiff
path: root/ext/mysqli
Commit message (Expand)AuthorAgeFilesLines
...
* added new functions:Georg Richter2003-07-184-11/+34
* added new function mysqli_stmt_data_seekGeorg Richter2003-07-153-2/+26
* test for bind + sql_mode=PIPES_AS_CONCATGeorg Richter2003-07-151-0/+39
* added support for rebindGeorg Richter2003-07-153-114/+124
* additional test for multi-bindGeorg Richter2003-07-151-0/+55
* changed tests (ysqli_bind_param and mysql_bind_result changes)Georg Richter2003-06-2828-52/+51
* added BYREF_FORCE for bind parameters in msqli_bind_param and mysqli_bind_resultGeorg Richter2003-06-282-65/+57
* added new function mysqli_stmt_num_rowsGeorg Richter2003-06-223-0/+22
* fixed prototypesGeorg Richter2003-06-222-69/+69
* new functions (4.1.1): mysql_sqlstate, mysql_stmt_sqlstateGeorg Richter2003-06-213-0/+56
* remove the wierdness that prevented the compilenessSterling Hughes2003-06-171-2/+2
* updating license information in the headers.James Cox2003-06-109-27/+27
* fixed return valueGeorg Richter2003-06-061-1/+1
* - No c++ comments in c code..foobar2003-06-021-2/+3
* - fix one warningMarcus Boerger2003-05-311-2/+2
* additional check for unsecure connect optionsGeorg Richter2003-05-311-0/+6
* MYSQL_NEED_DATA isn't defined anymore in mysql.hGeorg Richter2003-05-211-1/+0
* Align the configure --help textsfoobar2003-05-191-2/+2
* Add missing ini setting (use default and change expected result accordingly)Marcus Boerger2003-05-193-6/+12
* Added a few extra proto descriptions and made some minor corrections and comm...Zak Greant2003-05-041-31/+25
* 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