summaryrefslogtreecommitdiff
path: root/ext/mysqli/mysqli.c
Commit message (Expand)AuthorAgeFilesLines
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-1/+1
* emalloc() -> safe_emalloc()Ilia Alshanetsky2003-12-311-1/+1
* fixed memleak and segfault when constructor call failedGeorg Richter2003-12-311-4/+10
* removed profilerGeorg Richter2003-12-131-36/+16
* freeing result and stmt properties in MSHUTDOWNGeorg Richter2003-12-101-3/+2
* added/fixed write propertyGeorg Richter2003-11-241-6/+37
* - Added multiquery support:Georg Richter2003-11-221-3/+128
* 10-18% optimization of fetch_array(), when both number & string indexes areIlia Alshanetsky2003-11-071-12/+13
* Ensure that INI entries are unregistered on shutdownZak Greant2003-10-301-2/+0
* Modify mysqli_fetch_object() to be able to instantiate a selected class andMarcus Boerger2003-09-061-10/+96
* added support for rebindGeorg Richter2003-07-151-18/+38
* updating license information in the headers.James Cox2003-06-101-3/+3
* MYSQL_NEED_DATA isn't defined anymore in mysql.hGeorg Richter2003-05-211-1/+0
* Add missing initializationMarcus Boerger2003-03-211-0/+1
* profiler:Georg Richter2003-03-111-5/+22
* various changes for profilerGeorg Richter2003-03-081-21/+32
* Renamed OnUpdateInt -> OnUpdateLong to prevent further misunderstandings.foobar2003-03-071-2/+2
* added profiler supportGeorg Richter2003-03-031-0/+1
* Fixed bug with stmt_close (libmysql bk version 1.1477 required)Georg Richter2003-02-221-10/+9
* 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-181-4/+12
* Fixed compile warnings.Ilia Alshanetsky2003-02-141-1/+2
* Missing portion of the previous patch.Ilia Alshanetsky2003-02-141-23/+34
* fixed a bug in prepare/bindGeorg Richter2003-02-141-1/+1
* initial uploadGeorg Richter2003-02-121-0/+409