Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 1 | -1/+1 |
| | |||||
* | Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
| | |||||
* | Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
| | |||||
* | MFB: Move declarations from the public header file. | Andrey Hristov | 2007-10-08 | 1 | -121/+0 |
| | |||||
* | - Moved mysqnd to it's own directory: It is sort of an extension itself. | Jani Taskinen | 2007-07-25 | 1 | -3/+0 |
| | | | | | (Similar to what ext/libxml is..) | ||||
* | Import of mysqlnd and ext/mysql + ext/mysqli patched to be built either | Andrey Hristov | 2007-07-24 | 1 | -337/+13 |
| | | | | | | | with libmysql or mysqld. Use --with-mysql=mysqlnd --with-mysqli=mysqlnd to build with mysqlnd. | ||||
* | - avoid sprintf | Marcus Boerger | 2007-02-24 | 1 | -3/+3 |
| | |||||
* | Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
| | |||||
* | ZTS fixes. Implemented Andrei's hints (simplifying unicode stuff) | Georg Richter | 2006-09-27 | 1 | -40/+2 |
| | |||||
* | added unicode support for mysqli extension | Georg Richter | 2006-09-26 | 1 | -3/+52 |
| | |||||
* | Merge from 5.2 | Georg Richter | 2006-05-09 | 1 | -30/+44 |
| | |||||
* | - Fix build | Marcus Boerger | 2006-03-05 | 1 | -1/+1 |
| | |||||
* | bump year and license version | foobar | 2006-01-01 | 1 | -3/+3 |
| | |||||
* | nuke php3 legacy | foobar | 2005-12-06 | 1 | -7/+7 |
| | |||||
* | use php_error_docref() instead of php_error() everywhere | Antony Dovgal | 2005-10-18 | 1 | -3/+3 |
| | |||||
* | MF51: fix #34810 (mysqli::init() and others use wrong $this pointer without ↵ | Antony Dovgal | 2005-10-10 | 1 | -1/+1 |
| | | | | checks) | ||||
* | - Bumber up year | foobar | 2005-08-03 | 1 | -1/+1 |
| | |||||
* | add forgotten ifdefs, fix #33667 (mysqli doesn't compile) | Antony Dovgal | 2005-07-12 | 1 | -0/+2 |
| | |||||
* | changed version dependency for charset functions | Georg Richter | 2005-07-12 | 1 | -0/+4 |
| | |||||
* | removed charset structure. libmysql now provides a function | Georg Richter | 2005-07-12 | 1 | -30/+6 |
| | | | | | mysqli_get_character_set_info (Vers. 5.0.10) | ||||
* | changed/fixed mysqli_warning class | Georg Richter | 2005-06-22 | 1 | -7/+11 |
| | | | | | added prefetch support for cursors | ||||
* | added new function mysqli_get_charset | Georg Richter | 2005-06-03 | 1 | -0/+27 |
| | |||||
* | enabled set_charset for MySQL Versions >= 5.0.6 | Georg Richter | 2005-05-21 | 1 | -1/+1 |
| | | | | | added testcase for bug #33090 | ||||
* | mysql_set_charset now works version undependent for MySQL 4.1.13 and above | Georg Richter | 2005-05-13 | 1 | -6/+4 |
| | |||||
* | - fixed compile error under windows. Functionality for changing the | Georg Richter | 2005-05-13 | 1 | -5/+2 |
| | | | | | | | character set was moved to libmysql (4.1 bk tree - will be merged into 5.0 within the next days). - renamed mysql_set_character_set to mysqli_set_charset | ||||
* | Added new function mysqli_set_character_set_name | Georg Richter | 2005-05-08 | 1 | -0/+12 |
| | |||||
* | MFB (fixing bug 31668) | Andrey Hristov | 2005-04-27 | 1 | -4/+5 |
| | |||||
* | Added standard emacs and vim modelines | Zak Greant | 2005-01-16 | 1 | -0/+2 |
| | |||||
* | Added new classes: | Georg Richter | 2005-01-07 | 1 | -22/+38 |
| | | | | | | | | | | | | | | | mysqli_driver mysqli_warning mysqli_exception mysqli_sql_exception Improved embedded server support changed testsuite to work also with embedded server Made statement and resultset classes extendable minor fixes | ||||
* | added constructors for mysqli_stmt and mysqli_result classes | Georg Richter | 2004-12-26 | 1 | -0/+3 |
| | |||||
* | fixed bug #29283 | Georg Richter | 2004-09-02 | 1 | -1/+1 |
| | |||||
* | changed local_infile_handler: | Georg Richter | 2004-08-25 | 1 | -3/+4 |
| | | | | | | | | mysql client lib now uses php_local_infile functions by default, which allows to use php_fopen_wrapper: e.g. LOAD DATA LOCAL INFILE 'http://foo.com/bar.csv' ... mysql_set_local_infile_handler now only supports a callback function for read. | ||||
* | added check in config.m4 for deprecated library | Georg Richter | 2004-07-07 | 1 | -8/+3 |
| | | | | | | | | | | added support for new 4.1.3-beta functions mysqli_stmt_field_count mysqli_stmt_attr_set mysqli_stmt_attr_get removed support for deprecated/old api functions fixed bug in constructor_get | ||||
* | removed conditional defines for load_data_infile_handlers on windows | Georg Richter | 2004-06-06 | 1 | -2/+0 |
| | | | | | (4.1.2 windows build is fixed now on mysql.com) | ||||
* | Major changes for 4.1.2-alpha/4.1.3-beta: | Georg Richter | 2004-06-05 | 1 | -15/+30 |
| | | | | | | | | | | | | - added container for mysql structure - added load data infile callback functions (currently disabled under win) Bug fixes: - fixed property changes (4.1.1 -> 4.1.2) - fixed memleak in mysqli_connect - fixed bug #28100 - fixed bug #28205 - fixed bug #28430 | ||||
* | fixed stmt->stmt->query which was removed in libmysql 4.1.2 | Georg Richter | 2004-03-16 | 1 | -0/+2 |
| | | | | | | added query buffer in internal stmt structure to copy string after prepare | ||||
* | added new function mysql_stmt_free_result | Georg Richter | 2004-03-10 | 1 | -0/+3 |
| | |||||
* | fixed memleaks in bind functions | Georg Richter | 2004-03-09 | 1 | -9/+12 |
| | | | | | added 4.1.2 support (renamed functions) | ||||
* | ws & cs fixes | foobar | 2004-02-26 | 1 | -1/+1 |
| | |||||
* | added MySQLI ini entries | Georg Richter | 2004-02-26 | 1 | -1/+2 |
| | | | | | added ini parameter for mysql->reconnect | ||||
* | removed experimental status | Georg Richter | 2004-01-28 | 1 | -0/+2 |
| | | | | | | | | fixed bug in mysqli_data_seek (thx to Andrey "Effendi" Hristov) various prototype fixes moved some methods to properties which are part of mysql struct added function mysqli_get_server_version | ||||
* | Silence some compile warnings | foobar | 2004-01-23 | 1 | -1/+1 |
| | |||||
* | - Happy new year and PHP 5 for rest of the files too.. | foobar | 2004-01-08 | 1 | -1/+1 |
| | | | | | # Should the LICENSE and Zend/LICENSE dates be updated too? | ||||
* | fixed memleak and segfault when constructor call failed | Georg Richter | 2003-12-31 | 1 | -2/+8 |
| | |||||
* | ZTS fixes | Marcus Boerger | 2003-12-13 | 1 | -4/+4 |
| | |||||
* | removed profiler | Georg Richter | 2003-12-13 | 1 | -13/+38 |
| | | | | | | | | added mysqli_report - better support for errors - support for no_index_used and bad_index_used typos and prototype fixes | ||||
* | - Added multiquery support: | Georg Richter | 2003-11-22 | 1 | -4/+44 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | added support for embedded MySQL Server | Georg Richter | 2003-10-29 | 1 | -9/+19 |
| | | | | | some prototype fixes | ||||
* | mysql_prepare_result -> mysqli_get_metadata | Georg Richter | 2003-09-25 | 1 | -1/+1 |
| | | | | | This function was renamed in libmysql (changeset 1.607 by monty) | ||||
* | Modify mysqli_fetch_object() to be able to instantiate a selected class and | Marcus Boerger | 2003-09-06 | 1 | -1/+1 |
| | | | | | pass parameters to the constructor. |