summaryrefslogtreecommitdiff
path: root/ext/mysqli/mysqli_nonapi.c
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'RELEASE_1_3b3'.RELEASE_1_3b3SVN Migration2003-10-201-223/+0
|
* proto fixHartmut Holzgraefe2003-09-161-1/+1
|
* Modify mysqli_fetch_object() to be able to instantiate a selected class andMarcus Boerger2003-09-061-8/+4
| | | | | pass parameters to the constructor.
* Fix warningsMarcus Boerger2003-09-051-0/+2
|
* ws fixfoobar2003-07-281-1/+2
|
* added new functions:Georg Richter2003-07-181-0/+17
| | | | | | | | mysqli_connect_error mysqli_connect_errno which return possible errors for the last connect
* fixed prototypesGeorg Richter2003-06-221-4/+4
|
* updating license information in the headers.James Cox2003-06-101-3/+3
|
* fixed return valueGeorg Richter2003-06-061-1/+1
|
* lots of proto stuffHartmut Holzgraefe2003-03-151-8/+8
|
* profiler:Georg Richter2003-03-111-1/+1
| | | | | | | moved profiler stuff from php_mysql.h to separate include file added port communication added xml support for file and port output
* various changes for profilerGeorg Richter2003-03-081-31/+76
|
* added profiler supportGeorg Richter2003-03-031-4/+19
|
* added new function mysqli_stmt_affected_rowsGeorg Richter2003-02-161-1/+6
| | | | | | | added bigint support for mysqli_affected_rows fixed memleak in mysqli_prepare (stmt->is_null) fixed return type for mysqli_connect
* Fixed a typo.Ilia Alshanetsky2003-02-141-1/+2
|
* fixed compiler warningGeorg Richter2003-02-141-1/+1
|
* Missing portion of the previous patch.Ilia Alshanetsky2003-02-141-2/+2
|
* initial uploadGeorg Richter2003-02-121-0/+141