Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - fix int-long issue on 64bit (MFH) | Andrey Hristov | 2005-08-06 | 1 | -1/+11 |
| | | | | | | - add data checking (MFH) - add a comment | ||||
* | MFH: fix #33491 (crash after extending MySQLi internal class) | Antony Dovgal | 2005-06-27 | 1 | -6/+17 |
| | |||||
* | MFH: fix leak appearing when connect fails | Antony Dovgal | 2005-06-27 | 1 | -0/+1 |
| | |||||
* | MFH: fix for bug #33263 | Georg Richter | 2005-06-17 | 2 | -1/+38 |
| | |||||
* | fixed parameter parse string for mysqli_stmt_attr_set | Georg Richter | 2005-06-15 | 1 | -1/+1 |
| | |||||
* | MFH: | Georg Richter | 2005-05-21 | 3 | -8/+37 |
| | | | | | | - fix for bug #33090 (mysqli_prepare doesn't return an error) - mysql_set_charset now works for MySQL >= 5.0.6 | ||||
* | MFH: | Georg Richter | 2005-05-13 | 4 | -45/+34 |
| | | | | | | fixed windows compilation bug renamed mysqli_set_character_set_name to mysqli_set_charset | ||||
* | MFH | Andrey Hristov | 2005-05-09 | 1 | -1/+2 |
| | |||||
* | warn the user if he wants to prepare before fetching all previous data | Andrey Hristov | 2005-05-09 | 1 | -0/+4 |
| | | | | | | (in case mysqli_stmt_store_result() wasn't called or not enough calls to mysqli_stmt_fetch()). | ||||
* | added new function mysqli_set_character_set_name | Georg Richter | 2005-05-08 | 4 | -0/+85 |
| | | | | | | | This function changes also the mysql->charset structure for mysql_real_escape_string (see MySQL Bugs #8317 and #9637). This bug will probably be fixed in MySQL 5.1 | ||||
* | fix for 5_0. Statement constructor doesn't exist in 5_0 | Georg Richter | 2005-05-07 | 1 | -1/+1 |
| | |||||
* | bail out just after detecting incorrect number of paramts to bind (MFH) | Andrey Hristov | 2005-05-07 | 1 | -2/+3 |
| | |||||
* | init these variables (MFH) | Andrey Hristov | 2005-05-06 | 2 | -2/+2 |
| | |||||
* | MFH: fix for bug #32956 | Georg Richter | 2005-05-05 | 3 | -7/+48 |
| | | | | | | fixed memleak in mysql_close fixed data truncation in test 009.phpt | ||||
* | missed to remove that. multi_query is no more a global. | Andrey Hristov | 2005-04-29 | 1 | -1/+0 |
| | |||||
* | MFH (fix bug #31023) | Andrey Hristov | 2005-04-27 | 1 | -3/+31 |
| | | | | | | #no test case because this has to be run with binary compiled with memory #limit enabled. | ||||
* | - Fix bug 31668 (multi query fails every other time). The multi_query flag | Andrey Hristov | 2005-04-27 | 3 | -8/+64 |
| | | | | | | | was global and not per connection. - use ecalloc() instead of calloc() for memory that will be freed with efree() | ||||
* | fix test to be able to run not only over Unix socket but also over TCP/IP | Andrey Hristov | 2005-04-19 | 1 | -3/+3 |
| | | | | | and not only connected to localhost. | ||||
* | MFH | Andrey Hristov | 2005-04-19 | 2 | -8/+53 |
| | |||||
* | MFH: fix for cursors | Georg Richter | 2005-04-18 | 1 | -1/+1 |
| | |||||
* | MFH: fix for #32282 (segfault in mysqli_fetch_array on 64-bit) | Georg Richter | 2005-04-06 | 1 | -1/+1 |
| | |||||
* | MFH: Mark private functions as static. | Joe Orton | 2005-03-30 | 1 | -11/+11 |
| | |||||
* | MFH: typofix | Antony Dovgal | 2005-03-17 | 1 | -1/+1 |
| | |||||
* | - MFH Bugfix #28840 | Marcus Boerger | 2005-03-06 | 1 | -1/+1 |
| | |||||
* | fix for bug #31939 | Georg Richter | 2005-02-25 | 1 | -1/+1 |
| | |||||
* | MFH: Fixed bug #32081 (default socket value is not being used). | Ilia Alshanetsky | 2005-02-24 | 1 | -0/+4 |
| | |||||
* | MFH: fix for bug 29329 | Georg Richter | 2005-02-05 | 1 | -1/+1 |
| | |||||
* | MFH: Fix for mysql_affected_rows and mysql_stmt_affected_rows | Georg Richter | 2005-01-28 | 2 | -2/+63 |
| | |||||
* | fix leak in mysqli_fetch_array() when using invalid resulttype | Antony Dovgal | 2005-01-27 | 1 | -0/+5 |
| | |||||
* | MFH: fix for bug #31710 | Georg Richter | 2005-01-27 | 1 | -8/+12 |
| | |||||
* | fix segfault when invalid field offset is passed to mysqli_fetch_field_direct() | Antony Dovgal | 2005-01-27 | 1 | -0/+5 |
| | |||||
* | This commit was manufactured by cvs2svn to create branch 'PHP_5_0'. | SVN Migration | 2005-01-09 | 1 | -0/+4 |
| | |||||
* | MFH: Added property 'id' to retrieve statement id (required by PEAR DB, to ↵ | Georg Richter | 2004-12-29 | 1 | -5/+21 |
| | | | | | | | support mysqli prepared statements) | ||||
* | fixed possible leak in mysqli_init | Georg Richter | 2004-12-27 | 2 | -5/+14 |
| | | | | | fixed testcase 047.phpt | ||||
* | Fix for feature request #31015: Length for field object/array | Georg Richter | 2004-12-27 | 1 | -0/+4 |
| | |||||
* | MFH: Fix for bug #31141 | Georg Richter | 2004-12-25 | 1 | -2/+2 |
| | |||||
* | This commit was manufactured by cvs2svn to create branch 'PHP_5_0'. | SVN Migration | 2004-12-25 | 1 | -0/+28 |
| | |||||
* | MFH: Fixed type conversion for NULL values in mysql_stmt_execute | Georg Richter | 2004-12-20 | 1 | -19/+19 |
| | |||||
* | MFH: buffer overrun & debug printf() | Antony Dovgal | 2004-12-09 | 1 | -3/+0 |
| | |||||
* | MFH: fixed windows compile errors | Georg Richter | 2004-12-06 | 1 | -10/+18 |
| | |||||
* | MFH: | Georg Richter | 2004-12-04 | 65 | -143/+240 |
| | | | | | | fix for bug #28817 (properties don't work in extended class) fix for bug #30890 (testsuite) | ||||
* | MFH: Fix for bug #30967 (properties in extended mysqli classes don't work) | Georg Richter | 2004-12-03 | 1 | -4/+7 |
| | |||||
* | This commit was manufactured by cvs2svn to create branch 'PHP_5_0'. | SVN Migration | 2004-12-03 | 1 | -0/+21 |
| | |||||
* | MFH | Edin Kadribasic | 2004-11-04 | 1 | -2/+2 |
| | |||||
* | Added default multi resultset support for mysqli_connect (#30645) | Georg Richter | 2004-11-01 | 1 | -1/+1 |
| | |||||
* | MFH: | Georg Richter | 2004-11-01 | 4 | -15/+31 |
| | | | | | | | Fixed tests for empty dates (see http://bugs.mysql.com/?id=6058) Fixed memleak in mysqli_stmt_bind_result Fixed error handling for mysqli_multi_query | ||||
* | Minor fix for mysqli_connect: checking socket_len for NULL Values | Georg Richter | 2004-10-19 | 1 | -0/+4 |
| | | | | | (Thx to Paul DuBois) | ||||
* | 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 |
| |