summaryrefslogtreecommitdiff
path: root/ext/mysqli
Commit message (Expand)AuthorAgeFilesLines
* Proto fixMarcus Boerger2004-01-121-1/+1
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-084-4/+4
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-085-5/+5
* fixed bug(s) in macro call for statement propertiesGeorg Richter2004-01-011-14/+14
* Added Macro for longlong valuesGeorg Richter2004-01-011-33/+24
* emalloc() -> safe_emalloc()Ilia Alshanetsky2003-12-311-1/+1
* fixed memleak and segfault when constructor call failedGeorg Richter2003-12-314-13/+31
* fixed a bug in mysqli_num_rows (added support for longlong values)Georg Richter2003-12-301-4/+3
* fixed a bug in insert_id propertyGeorg Richter2003-12-301-2/+3
* updated todo list (removed finished tasks)Georg Richter2003-12-291-11/+0
* fixed prototype for mysqli_bind_resultGeorg Richter2003-12-281-1/+1
* fixed bug in properties for longlong valuesGeorg Richter2003-12-281-2/+49
* beautifying :)Georg Richter2003-12-221-3/+2
* fixed bug #26680Georg Richter2003-12-221-0/+4
* added propertiesGeorg Richter2003-12-163-1/+9
* minor fixes for embeddedGeorg Richter2003-12-132-8/+7
* ZTS fixesMarcus Boerger2003-12-134-11/+11
* removed old profiler stuff for embedded serverGeorg Richter2003-12-131-2/+0
* removed profiler stuffGeorg Richter2003-12-134-875/+0
* removed profilerGeorg Richter2003-12-138-374/+327
* freeing result and stmt properties in MSHUTDOWNGeorg Richter2003-12-101-3/+2
* wsfoobar2003-12-081-1/+1
* Fix logicfoobar2003-12-071-14/+8
* prototype fix for mysqli_ssl_setGeorg Richter2003-11-301-1/+1
* added/fixed write propertyGeorg Richter2003-11-241-6/+37
* fixed mem leak in constructorGeorg Richter2003-11-231-0/+4
* - Added multiquery support:Georg Richter2003-11-227-33/+437
* proto fixHartmut Holzgraefe2003-11-191-1/+1
* 10-18% optimization of fetch_array(), when both number & string indexes areIlia Alshanetsky2003-11-071-12/+13
* cosmeticsfoobar2003-10-311-3/+4
* Ensure that INI entries are unregistered on shutdownZak Greant2003-10-301-2/+0
* changed return value from long to boolean for mysql_executeGeorg Richter2003-10-301-2/+5
* added functions for embedded serverGeorg Richter2003-10-291-1/+7
* added support for embedded MySQL ServerGeorg Richter2003-10-294-18/+137
* mysqli_prepare_result -> mysqli_get_metadataGeorg Richter2003-09-252-4/+4
* mysql_prepare_result -> mysqli_get_metadataGeorg Richter2003-09-253-10/+11
* proto fixHartmut Holzgraefe2003-09-162-2/+2
* test for helly's mysqli_fetch_object changesGeorg Richter2003-09-061-0/+57
* Modify mysqli_fetch_object() to be able to instantiate a selected class andMarcus Boerger2003-09-064-20/+102
* Fix warningsMarcus Boerger2003-09-053-1/+7
* Revert commit by accident, sorryMarcus Boerger2003-08-311-2/+2
* Revisited: Replace the non portable code by spprintfMarcus Boerger2003-08-311-2/+2
* format string fixesAndrey Hristov2003-08-281-1/+1
* misplaced quoteAndrey Hristov2003-08-281-1/+1
* Fix parameter specMarcus Boerger2003-08-211-1/+1
* fix testfoobar2003-08-121-1/+2
* emalloc -> safe_emallocIlia Alshanetsky2003-08-122-8/+8
* Fix buildMarcus Boerger2003-08-031-1/+1
* Use new infrastructure.Zeev Suraski2003-08-031-4/+11
* ws fixfoobar2003-07-282-14/+15