Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | fixed stmt->stmt->query which was removed in libmysql 4.1.2 | Georg Richter | 2004-03-16 | 1 | -0/+6 | |
| | | | | | | added query buffer in internal stmt structure to copy string after prepare | |||||
* | Missing buffer->val change | Marcus Boerger | 2004-03-09 | 1 | -1/+1 | |
| | ||||||
* | added MySQLI ini entries | Georg Richter | 2004-02-26 | 1 | -0/+2 | |
| | | | | | added ini parameter for mysql->reconnect | |||||
* | 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 | 1 | -1/+0 | |
| | | | | | Thx Andi! | |||||
* | changed first parameter in mysqli_bind_param from array to string | Georg Richter | 2004-02-11 | 1 | -6/+1 | |
| | | | | | (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 | |
| | ||||||
* | removed experimental status | Georg Richter | 2004-01-28 | 1 | -4/+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 | |||||
* | - A belated happy holidays and PHP 5 | Andi Gutmans | 2004-01-08 | 1 | -1/+1 | |
| | ||||||
* | emalloc() -> safe_emalloc() | Ilia Alshanetsky | 2003-12-31 | 1 | -1/+1 | |
| | ||||||
* | fixed memleak and segfault when constructor call failed | Georg Richter | 2003-12-31 | 1 | -4/+10 | |
| | ||||||
* | removed profiler | Georg Richter | 2003-12-13 | 1 | -36/+16 | |
| | | | | | | | | 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 | |
| | ||||||
* | added/fixed write property | Georg Richter | 2003-11-24 | 1 | -6/+37 | |
| | ||||||
* | - Added multiquery support: | Georg Richter | 2003-11-22 | 1 | -3/+128 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | |||||
* | 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? | |||||
* | Ensure that INI entries are unregistered on shutdown | Zak Greant | 2003-10-30 | 1 | -2/+0 | |
| | ||||||
* | Modify mysqli_fetch_object() to be able to instantiate a selected class and | Marcus Boerger | 2003-09-06 | 1 | -10/+96 | |
| | | | | | pass parameters to the constructor. | |||||
* | added support for rebind | Georg Richter | 2003-07-15 | 1 | -18/+38 | |
| | ||||||
* | updating license information in the headers. | James Cox | 2003-06-10 | 1 | -3/+3 | |
| | ||||||
* | MYSQL_NEED_DATA isn't defined anymore in mysql.h | Georg Richter | 2003-05-21 | 1 | -1/+0 | |
| | ||||||
* | Add missing initialization | Marcus Boerger | 2003-03-21 | 1 | -0/+1 | |
| | ||||||
* | profiler: | Georg Richter | 2003-03-11 | 1 | -5/+22 | |
| | | | | | | | moved profiler stuff from php_mysql.h to separate include file added port communication added xml support for file and port output | |||||
* | various changes for profiler | Georg Richter | 2003-03-08 | 1 | -21/+32 | |
| | ||||||
* | Renamed OnUpdateInt -> OnUpdateLong to prevent further misunderstandings. | foobar | 2003-03-07 | 1 | -2/+2 | |
| | | | | | | # Intentionally left out any 'alias' for it, this way 3rd party extension # maintainers will really NOTICE the change. | |||||
* | added profiler support | Georg Richter | 2003-03-03 | 1 | -0/+1 | |
| | ||||||
* | Fixed bug with stmt_close (libmysql bk version 1.1477 required) | Georg Richter | 2003-02-22 | 1 | -10/+9 | |
| | | | | | Fixed bug with mysql_execute and float values | |||||
* | removed duplicate code | Georg Richter | 2003-02-18 | 1 | -7/+0 | |
| | ||||||
* | fixed some leaks when mysql_close will be called before all stmts are freed. | Georg Richter | 2003-02-18 | 1 | -4/+12 | |
| | ||||||
* | Fixed compile warnings. | Ilia Alshanetsky | 2003-02-14 | 1 | -1/+2 | |
| | ||||||
* | Missing portion of the previous patch. | Ilia Alshanetsky | 2003-02-14 | 1 | -23/+34 | |
| | ||||||
* | fixed a bug in prepare/bind | Georg Richter | 2003-02-14 | 1 | -1/+1 | |
| | ||||||
* | initial upload | Georg Richter | 2003-02-12 | 1 | -0/+409 | |