summaryrefslogtreecommitdiff
path: root/ext/mysqli/mysqli.c
Commit message (Expand)AuthorAgeFilesLines
* changed local_infile_handler:Georg Richter2004-08-251-76/+56
* fixed default for mysqli_fetch_arrayGeorg Richter2004-08-151-1/+1
* fixed bug #29656 (segfault on result and statement properties)Georg Richter2004-08-131-5/+16
* fixed bug #29577 (MYSQLI_CLIENT_FOUND_ROWS undefined)Georg Richter2004-08-091-0/+1
* forgot to remove debug variable :( (Thx to Derick)Georg Richter2004-08-041-2/+0
* fixed properties when connect wasn't calledGeorg Richter2004-08-041-1/+4
* fixed bug #29522Georg Richter2004-08-041-0/+6
* fixed bug #29335Georg Richter2004-07-261-1/+1
* fixed bug #29311Georg Richter2004-07-231-1/+9
* added check in config.m4 for deprecated libraryGeorg Richter2004-07-071-1/+3
* - Bugfix: #29019 Database not closingMarcus Boerger2004-07-051-1/+1
* added php_mysqli_construct_get to support __construct in extended classesGeorg Richter2004-06-231-0/+22
* ZTS fixes.Sebastian Bergmann2004-06-061-0/+6
* Major changes for 4.1.2-alpha/4.1.3-beta:Georg Richter2004-06-051-14/+223
* - Temporary fix for bug #27869Andi Gutmans2004-04-151-2/+2
* Update for new read_property APIStanislav Malyshev2004-03-211-2/+2
* removed if type=string: val is allocated for any type of dataGeorg Richter2004-03-181-3/+1
* fixed stmt->stmt->query which was removed in libmysql 4.1.2Georg Richter2004-03-161-0/+6
* Missing buffer->val changeMarcus Boerger2004-03-091-1/+1
* added MySQLI ini entriesGeorg Richter2004-02-261-0/+2
* Use zval_ptr_dtor() to free variables as soon as they hit refcount of 0.Zeev Suraski2004-02-151-1/+1
* zend_default_classes.h -> zend_exceptions.hZeev Suraski2004-02-121-1/+1
* removed printfs :)Georg Richter2004-02-111-1/+0
* changed first parameter in mysqli_bind_param from array to stringGeorg Richter2004-02-111-6/+1
* fixed cast warningGeorg Richter2004-02-071-1/+1
* - Update with new destructor codeZeev Suraski2004-02-041-3/+3
* removed experimental statusGeorg Richter2004-01-281-4/+2
* - 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