Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | - Happy new year and PHP 5 for rest of the files too.. | foobar | 2004-01-08 | 4 | -4/+4 | |
| | | | | | # Should the LICENSE and Zend/LICENSE dates be updated too? | |||||
* | - A belated happy holidays and PHP 5 | Andi Gutmans | 2004-01-08 | 5 | -5/+5 | |
| | ||||||
* | fixed bug(s) in macro call for statement properties | Georg Richter | 2004-01-01 | 1 | -14/+14 | |
| | ||||||
* | Added Macro for longlong values | Georg Richter | 2004-01-01 | 1 | -33/+24 | |
| | | | | | added property stmt->affected_rows | |||||
* | emalloc() -> safe_emalloc() | Ilia Alshanetsky | 2003-12-31 | 1 | -1/+1 | |
| | ||||||
* | fixed memleak and segfault when constructor call failed | Georg Richter | 2003-12-31 | 4 | -13/+31 | |
| | ||||||
* | fixed a bug in mysqli_num_rows (added support for longlong values) | Georg Richter | 2003-12-30 | 1 | -4/+3 | |
| | ||||||
* | fixed a bug in insert_id property | Georg Richter | 2003-12-30 | 1 | -2/+3 | |
| | ||||||
* | updated todo list (removed finished tasks) | Georg Richter | 2003-12-29 | 1 | -11/+0 | |
| | ||||||
* | fixed prototype for mysqli_bind_result | Georg Richter | 2003-12-28 | 1 | -1/+1 | |
| | ||||||
* | fixed bug in properties for longlong values | Georg Richter | 2003-12-28 | 1 | -2/+49 | |
| | ||||||
* | beautifying :) | Georg Richter | 2003-12-22 | 1 | -3/+2 | |
| | ||||||
* | fixed bug #26680 | Georg Richter | 2003-12-22 | 1 | -0/+4 | |
| | ||||||
* | added properties | Georg Richter | 2003-12-16 | 3 | -1/+9 | |
| | | | | | | | - insert_id - server_status fixed bug in mysqli_execute (report func) | |||||
* | minor fixes for embedded | Georg Richter | 2003-12-13 | 2 | -8/+7 | |
| | ||||||
* | ZTS fixes | Marcus Boerger | 2003-12-13 | 4 | -11/+11 | |
| | ||||||
* | removed old profiler stuff for embedded server | Georg Richter | 2003-12-13 | 1 | -2/+0 | |
| | ||||||
* | removed profiler stuff | Georg Richter | 2003-12-13 | 4 | -875/+0 | |
| | ||||||
* | removed profiler | Georg Richter | 2003-12-13 | 8 | -374/+327 | |
| | | | | | | | | added mysqli_report - better support for errors - support for no_index_used and bad_index_used typos and prototype fixes | |||||
* | freeing result and stmt properties in MSHUTDOWN | Georg Richter | 2003-12-10 | 1 | -3/+2 | |
| | ||||||
* | ws | foobar | 2003-12-08 | 1 | -1/+1 | |
| | ||||||
* | Fix logic | foobar | 2003-12-07 | 1 | -14/+8 | |
| | ||||||
* | 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 |