Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - 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 | ||||
* | changed return value of mysql_fetch | Georg Richter | 2004-02-18 | 1 | -1/+1 |
| | | | | | - instead of MYSQL_NO_DATA mysql_fetch will now return NULL | ||||
* | changed output | Georg Richter | 2004-02-17 | 1 | -3/+2 |
| | |||||
* | fixed some tests | Georg Richter | 2004-02-16 | 4 | -7/+24 |
| | | | | | added skip section for prepared statements when using SHOW command | ||||
* | fixed several binding problems | Georg Richter | 2004-02-15 | 1 | -1/+12 |
| | |||||
* | Use zval_ptr_dtor() to free variables as soon as they hit refcount of 0. | Zeev Suraski | 2004-02-15 | 1 | -1/+1 |
| | | | | | | | | | | Note: You should not be using ZVAL_DELREF() in day to day usage. Instead, you should use zval_ptr_dtor(). Use ZVAL_DELREF() only if you're messing with the refcount directly and know what you're doing. Note #2: For clarity, if you want to initialize a new zval with a refcount of 0, it's best to do that directly, instead of using ZVAL_DELREF after allocating the zval... | ||||
* | zend_default_classes.h -> zend_exceptions.h | Zeev Suraski | 2004-02-12 | 1 | -1/+1 |
| | |||||
* | removed printfs :) | Georg Richter | 2004-02-11 | 2 | -3/+0 |
| | | | | | Thx Andi! | ||||
* | changed first param in mysqli_bind_param | Georg Richter | 2004-02-11 | 14 | -32/+18 |
| | |||||
* | changed first parameter in mysqli_bind_param from array to string | Georg Richter | 2004-02-11 | 2 | -25/+16 |
| | | | | | (as discussed on berlin db meeting) | ||||
* | fixed cast warning | Georg Richter | 2004-02-07 | 1 | -1/+1 |
| | |||||
* | - Update with new destructor code | Zeev Suraski | 2004-02-04 | 1 | -3/+3 |
| | |||||
* | Corrected binding: | Georg Richter | 2004-01-31 | 1 | -1/+1 |
| | | | | | | if column has type DECIMAL it will converted to string now. Thanks to Brian Aker for pointing this out. | ||||
* | added nuw_rows property for statement object | Georg Richter | 2004-01-30 | 1 | -0/+3 |
| | |||||
* | removed experimental status | Georg Richter | 2004-01-28 | 8 | -19/+29 |
| | | | | | | | | 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 | ||||
* | changed prototype mysql_dataseek from void to bool | Georg Richter | 2004-01-27 | 1 | -3/+7 |
| | | | | | add check for specified offset | ||||
* | prototype fixes | Georg Richter | 2004-01-27 | 2 | -3/+2 |
| | | | | | removed method field_tell (which is already property current_field) | ||||
* | fixed compiler warning (thx to Marcus Boerger) | Georg Richter | 2004-01-26 | 1 | -1/+1 |
| | |||||
* | proto fixes | Georg Richter | 2004-01-26 | 2 | -26/+8 |
| | | | | | removed mysqli_read_query_result (will be removed in libmysql) | ||||
* | more prototype fixes. | Georg Richter | 2004-01-26 | 2 | -10/+8 |
| | | | | | fixed a bug in mysqli_send_long_data | ||||
* | prototype fix for mysqli_fetch | Georg Richter | 2004-01-25 | 1 | -4/+14 |
| | |||||
* | prototype fixes | Georg Richter | 2004-01-24 | 1 | -2/+2 |
| | |||||
* | Silence some compile warnings | foobar | 2004-01-23 | 1 | -1/+1 |
| | |||||
* | - Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5 | foobar | 2004-01-17 | 1 | -2/+2 |
| | |||||
* | Proto fix | Marcus Boerger | 2004-01-12 | 1 | -1/+1 |
| |