summaryrefslogtreecommitdiff
path: root/ext/mysqli
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mysqli_multi_query mysqli_more_results mysqli_next_results - added read-only properties (and removed methods) object mysql affected_rows client_flags client_version errno, error, host, host_info, info server_capabilities, server_version sqlstate, port, protocol_version, server_language thread_id, user, warning_count object result current_field, field_count, lengths, num_rows, type object stmt query, param_count, field_count, id, errno, error, sqlstate - added constructor - minor fixes, prototypes
* proto fixHartmut Holzgraefe2003-11-191-1/+1
|
* 10-18% optimization of fetch_array(), when both number & string indexes areIlia Alshanetsky2003-11-071-12/+13
| | | | | | | created. # Do we want to MFH the change (for ext/mysql) into 4.3.X?
* 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
| | | | | some prototype fixes
* mysqli_prepare_result -> mysqli_get_metadataGeorg Richter2003-09-252-4/+4
|
* mysql_prepare_result -> mysqli_get_metadataGeorg Richter2003-09-253-10/+11
| | | | | This function was renamed in libmysql (changeset 1.607 by monty)
* 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
| | | | | pass parameters to the constructor.
* 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
| | | | | There are bound to be some messups, please report build/runtime bugs!
* ws fixfoobar2003-07-282-14/+15
|
* added new functions:Georg Richter2003-07-184-11/+34
| | | | | | | | mysqli_connect_error mysqli_connect_errno which return possible errors for the last connect
* 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
| | | | | | | changed function parameters in mysqli_bind_param from (object statement, mixed var1, long type1, ...) to (object statement, array tyoes, mixed var1, mixed var2, ...)
* 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
| | | | | | - fix some commit by accident? # did someone here mix c and php code ?
* 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 ↵Zak Greant2003-05-041-31/+25
| | | | comments
* accept possible leaks for now to make SELECTS with both bound parametersHartmut Holzgraefe2003-04-111-0/+9
| | | | | and results again ...
* proto fixHartmut Holzgraefe2003-04-111-1/+1
|
* parameter count for bind stuff is different in OO interfaceHartmut Holzgraefe2003-04-111-5/+15
|