Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | prototype fix for mysqli_ssl_set | Georg Richter | 2003-11-30 | 1 | -1/+1 |
| | |||||
* | added/fixed write property | Georg Richter | 2003-11-24 | 1 | -6/+37 |
| | |||||
* | fixed mem leak in constructor | Georg Richter | 2003-11-23 | 1 | -0/+4 |
| | |||||
* | - Added multiquery support: | Georg Richter | 2003-11-22 | 7 | -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 fix | Hartmut Holzgraefe | 2003-11-19 | 1 | -1/+1 |
| | |||||
* | 10-18% optimization of fetch_array(), when both number & string indexes are | Ilia Alshanetsky | 2003-11-07 | 1 | -12/+13 |
| | | | | | | | created. # Do we want to MFH the change (for ext/mysql) into 4.3.X? | ||||
* | cosmetics | foobar | 2003-10-31 | 1 | -3/+4 |
| | |||||
* | Ensure that INI entries are unregistered on shutdown | Zak Greant | 2003-10-30 | 1 | -2/+0 |
| | |||||
* | changed return value from long to boolean for mysql_execute | Georg Richter | 2003-10-30 | 1 | -2/+5 |
| | |||||
* | added functions for embedded server | Georg Richter | 2003-10-29 | 1 | -1/+7 |
| | |||||
* | added support for embedded MySQL Server | Georg Richter | 2003-10-29 | 4 | -18/+137 |
| | | | | | some prototype fixes | ||||
* | mysqli_prepare_result -> mysqli_get_metadata | Georg Richter | 2003-09-25 | 2 | -4/+4 |
| | |||||
* | mysql_prepare_result -> mysqli_get_metadata | Georg Richter | 2003-09-25 | 3 | -10/+11 |
| | | | | | This function was renamed in libmysql (changeset 1.607 by monty) | ||||
* | proto fix | Hartmut Holzgraefe | 2003-09-16 | 2 | -2/+2 |
| | |||||
* | test for helly's mysqli_fetch_object changes | Georg Richter | 2003-09-06 | 1 | -0/+57 |
| | |||||
* | Modify mysqli_fetch_object() to be able to instantiate a selected class and | Marcus Boerger | 2003-09-06 | 4 | -20/+102 |
| | | | | | pass parameters to the constructor. | ||||
* | Fix warnings | Marcus Boerger | 2003-09-05 | 3 | -1/+7 |
| | |||||
* | Revert commit by accident, sorry | Marcus Boerger | 2003-08-31 | 1 | -2/+2 |
| | |||||
* | Revisited: Replace the non portable code by spprintf | Marcus Boerger | 2003-08-31 | 1 | -2/+2 |
| | |||||
* | format string fixes | Andrey Hristov | 2003-08-28 | 1 | -1/+1 |
| | |||||
* | misplaced quote | Andrey Hristov | 2003-08-28 | 1 | -1/+1 |
| | |||||
* | Fix parameter spec | Marcus Boerger | 2003-08-21 | 1 | -1/+1 |
| | |||||
* | fix test | foobar | 2003-08-12 | 1 | -1/+2 |
| | |||||
* | emalloc -> safe_emalloc | Ilia Alshanetsky | 2003-08-12 | 2 | -8/+8 |
| | |||||
* | Fix build | Marcus Boerger | 2003-08-03 | 1 | -1/+1 |
| | |||||
* | Use new infrastructure. | Zeev Suraski | 2003-08-03 | 1 | -4/+11 |
| | | | | | There are bound to be some messups, please report build/runtime bugs! | ||||
* | ws fix | foobar | 2003-07-28 | 2 | -14/+15 |
| | |||||
* | added new functions: | Georg Richter | 2003-07-18 | 4 | -11/+34 |
| | | | | | | | | mysqli_connect_error mysqli_connect_errno which return possible errors for the last connect | ||||
* | added new function mysqli_stmt_data_seek | Georg Richter | 2003-07-15 | 3 | -2/+26 |
| | |||||
* | test for bind + sql_mode=PIPES_AS_CONCAT | Georg Richter | 2003-07-15 | 1 | -0/+39 |
| | |||||
* | added support for rebind | Georg Richter | 2003-07-15 | 3 | -114/+124 |
| | |||||
* | additional test for multi-bind | Georg Richter | 2003-07-15 | 1 | -0/+55 |
| | |||||
* | changed tests (ysqli_bind_param and mysql_bind_result changes) | Georg Richter | 2003-06-28 | 28 | -52/+51 |
| | |||||
* | added BYREF_FORCE for bind parameters in msqli_bind_param and mysqli_bind_result | Georg Richter | 2003-06-28 | 2 | -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_rows | Georg Richter | 2003-06-22 | 3 | -0/+22 |
| | |||||
* | fixed prototypes | Georg Richter | 2003-06-22 | 2 | -69/+69 |
| | |||||
* | new functions (4.1.1): mysql_sqlstate, mysql_stmt_sqlstate | Georg Richter | 2003-06-21 | 3 | -0/+56 |
| | |||||
* | remove the wierdness that prevented the compileness | Sterling Hughes | 2003-06-17 | 1 | -2/+2 |
| | |||||
* | updating license information in the headers. | James Cox | 2003-06-10 | 9 | -27/+27 |
| | |||||
* | fixed return value | Georg Richter | 2003-06-06 | 1 | -1/+1 |
| | |||||
* | - No c++ comments in c code.. | foobar | 2003-06-02 | 1 | -2/+3 |
| | |||||
* | - fix one warning | Marcus Boerger | 2003-05-31 | 1 | -2/+2 |
| | | | | | | - fix some commit by accident? # did someone here mix c and php code ? | ||||
* | additional check for unsecure connect options | Georg Richter | 2003-05-31 | 1 | -0/+6 |
| | |||||
* | MYSQL_NEED_DATA isn't defined anymore in mysql.h | Georg Richter | 2003-05-21 | 1 | -1/+0 |
| | |||||
* | Align the configure --help texts | foobar | 2003-05-19 | 1 | -2/+2 |
| | |||||
* | Add missing ini setting (use default and change expected result accordingly) | Marcus Boerger | 2003-05-19 | 3 | -6/+12 |
| | |||||
* | Added a few extra proto descriptions and made some minor corrections and ↵ | Zak Greant | 2003-05-04 | 1 | -31/+25 |
| | | | | comments | ||||
* | accept possible leaks for now to make SELECTS with both bound parameters | Hartmut Holzgraefe | 2003-04-11 | 1 | -0/+9 |
| | | | | | and results again ... | ||||
* | proto fix | Hartmut Holzgraefe | 2003-04-11 | 1 | -1/+1 |
| | |||||
* | parameter count for bind stuff is different in OO interface | Hartmut Holzgraefe | 2003-04-11 | 1 | -5/+15 |
| |