Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MFH: LOAD DATA INFILE now uses PHP's fopen wrapper | Georg Richter | 2004-09-04 | 5 | -115/+97 |
| | |||||
* | fixed compiler warnings | Georg Richter | 2004-09-02 | 2 | -3/+3 |
| | | | | | fixed bug #29283 | ||||
* | This commit was manufactured by cvs2svn to create branch 'PHP_5_0'. | SVN Migration | 2004-08-26 | 1 | -0/+39 |
| | |||||
* | fixed default for mysqli_fetch_array | Georg Richter | 2004-08-15 | 1 | -1/+1 |
| | |||||
* | fixed bug #29656 (segfault on result and statement properties) | Georg Richter | 2004-08-13 | 1 | -5/+15 |
| | |||||
* | minor fix in mysqli_prepare: copying stmt errormessag to mysql structure | Georg Richter | 2004-08-12 | 1 | -0/+6 |
| | |||||
* | fixed bug #29577 (MYSQLI_CLIENT_FOUND_ROWS undefined) | Georg Richter | 2004-08-09 | 1 | -0/+1 |
| | |||||
* | fixed bug #29522 | Georg Richter | 2004-08-04 | 1 | -0/+7 |
| | |||||
* | MFH: fixed bug 29335 | Georg Richter | 2004-07-26 | 1 | -1/+1 |
| | |||||
* | MFH: fixed bug in mysqli->client_version | Georg Richter | 2004-07-26 | 1 | -0/+10 |
| | |||||
* | fixed bug #29311 | Georg Richter | 2004-07-23 | 1 | -0/+1 |
| | |||||
* | This commit was manufactured by cvs2svn to create branch 'PHP_5_0'. | SVN Migration | 2004-07-23 | 1 | -0/+44 |
| | |||||
* | MFH: changed warning (bug #29298) for outdated client library | Georg Richter | 2004-07-22 | 1 | -1/+1 |
| | |||||
* | MFH: This should fix binary safety for bound results. | Sara Golemon | 2004-07-22 | 1 | -1/+1 |
| | |||||
* | prototype fixes | Georg Richter | 2004-07-13 | 1 | -3/+3 |
| | |||||
* | changed mysqli_stmt_reset (returns now bool instead of void) | Georg Richter | 2004-07-13 | 1 | -4/+5 |
| | |||||
* | added check in config.m4 for deprecated library | Georg Richter | 2004-07-07 | 7 | -77/+109 |
| | | | | | | | | | | 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 | ||||
* | - Bugfix: #29019 Database not closing | Marcus Boerger | 2004-07-05 | 1 | -1/+1 |
| | |||||
* | added php_mysqli_construct_get to support __construct in extended classes | Georg Richter | 2004-06-23 | 2 | -1/+22 |
| | |||||
* | fixed crash (changed MYSQL TO MY_MYSQL in mysql_stmt_init) | Georg Richter | 2004-06-08 | 1 | -3/+3 |
| | |||||
* | forgot to remove Win32 restrictions for mysql methods | Georg Richter | 2004-06-07 | 1 | -2/+0 |
| | |||||
* | removed conditional defines for load_data_infile_handlers on windows | Georg Richter | 2004-06-06 | 3 | -6/+0 |
| | | | | | (4.1.2 windows build is fixed now on mysql.com) | ||||
* | ZTS fixes. | Sebastian Bergmann | 2004-06-06 | 1 | -0/+6 |
| | |||||
* | Major changes for 4.1.2-alpha/4.1.3-beta: | Georg Richter | 2004-06-05 | 6 | -313/+618 |
| | | | | | | | | | | | | - 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 | ||||
* | - Temporary fix for bug #27869 | Andi Gutmans | 2004-04-15 | 1 | -2/+2 |
| | | | | | | - George, you need to implement clone in order for "clone" and - compatibility mode to work. | ||||
* | - Align help output for configure. | Derick Rethans | 2004-03-31 | 1 | -2/+2 |
| | |||||
* | "The Visa to Sibiria" (work in progress) | Hartmut Holzgraefe | 2004-03-23 | 1 | -0/+118 |
| | | | | | | | | | Adding a package.xml to a bundled extension does not only ease the transition to PECL whereever suitable but also allows to build and install an extension as "shared" using the PEAR installer without having to deal with phpize and friends by hand | ||||
* | ups - changed alias instead of method before | Georg Richter | 2004-03-21 | 1 | -2/+2 |
| | |||||
* | renamed get_metadata method to get_result_metadata. | Georg Richter | 2004-03-21 | 1 | -1/+3 |
| | | | | | | (We have to differentiate between result_metadata and param_metdata. mysql_stmt_param_metadata will be added in libmysql 4.1.3) | ||||
* | Update for new read_property API | Stanislav Malyshev | 2004-03-21 | 1 | -2/+2 |
| | |||||
* | fixed problems in mysql_stmt_init (missing alloc from stmt) | Georg Richter | 2004-03-18 | 1 | -0/+3 |
| | |||||
* | removed if type=string: val is allocated for any type of data | Georg Richter | 2004-03-18 | 1 | -3/+1 |
| | |||||
* | fixed stmt->stmt->query which was removed in libmysql 4.1.2 | Georg Richter | 2004-03-16 | 5 | -4/+31 |
| | | | | | | added query buffer in internal stmt structure to copy string after prepare | ||||
* | added new function mysql_stmt_free_result | Georg Richter | 2004-03-10 | 3 | -0/+28 |
| | |||||
* | Missing buffer->val change | Marcus Boerger | 2004-03-09 | 1 | -1/+1 |
| | |||||
* | fixed memleaks in bind functions | Georg Richter | 2004-03-09 | 4 | -88/+211 |
| | | | | | added 4.1.2 support (renamed functions) | ||||
* | Attempt at fixing win32 link errors | Edin Kadribasic | 2004-03-03 | 1 | -1/+6 |
| | |||||
* | Add missing source file | Edin Kadribasic | 2004-03-03 | 1 | -1/+1 |
| | |||||
* | Replace mysql with mysqli in paths to allow building both mysql and mysqli | Edin Kadribasic | 2004-03-03 | 1 | -2/+2 |
| | |||||
* | ws & cs fixes | foobar | 2004-02-26 | 4 | -15/+32 |
| | |||||
* | prototype fix for mysqli_ping | Georg Richter | 2004-02-26 | 1 | -2/+5 |
| | |||||
* | added MySQLI ini entries | Georg Richter | 2004-02-26 | 4 | -3/+6 |
| | | | | | added ini parameter for mysql->reconnect | ||||
* | removed blocking calls to mysql_set_server_option (MYSQLI_DISABLE_MQ) | Georg Richter | 2004-02-26 | 3 | -3/+5 |
| | | | | | | added mysqli_multi_query to function table changed stmt->affected_rows property (http://bugs.mysql.com/?id=2247) for 4.1.2 | ||||
* | Wordsize fixes | Ard Biesheuvel | 2004-02-25 | 2 | -2/+2 |
| | |||||
* | Do not corrupt mysql build with mysqli build stuff. (should fix #27387) | foobar | 2004-02-25 | 1 | -3/+3 |
| | |||||
* | fixed prototypes for mysqli_connect_err* functions | Georg Richter | 2004-02-23 | 1 | -2/+2 |
| | | | | | (thx to Mehdi Achour) | ||||
* | fixed report message | Georg Richter | 2004-02-23 | 2 | -2/+6 |
| | | | | | Disabled reconnect option | ||||
* | Can't test whether it works (no current >=mysql-4.1.2 available on Windows), ↵ | Sebastian Bergmann | 2004-02-21 | 1 | -0/+14 |
| | | | | but it should. | ||||
* | fixed typo in method alias | Georg Richter | 2004-02-21 | 1 | -1/+1 |
| | |||||
* | Moved functions for replication support in to file mysqli_repl.c | Georg Richter | 2004-02-20 | 3 | -183/+222 |
| | | | | | | | - these functions are marked as experimental now in documentation not sure if we will replace or extend them with NDB support in April |