Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | fix for bug 34785: | Georg Richter | 2005-10-08 | 18 | -10/+71 | |
| | | | | | | added support for parent::__construct (mysqli_statement and mysqli_resultset) fixed failed testcases when sql_mode is in effect | |||||
* | MFH: fix #32081 (mysqli_real_connect(): mysqli.default_socket in php.ini has ↵ | Antony Dovgal | 2005-09-22 | 1 | -0/+4 | |
| | | | | no effect) for real | |||||
* | fix #34450 (Segfault when calling mysqli_close() in destructor) | Antony Dovgal | 2005-09-13 | 1 | -1/+3 | |
| | ||||||
* | add a comment | Andrey Hristov | 2005-08-06 | 1 | -0/+1 | |
| | ||||||
* | add error checking | Andrey Hristov | 2005-08-06 | 1 | -1/+11 | |
| | ||||||
* | fix problem on 64 bit - when asking for "l" supply long not int because | Andrey Hristov | 2005-08-06 | 1 | -1/+1 | |
| | | | | | | | | | on 64 bit they differ and zend_parse_parameters makes a *(long*) cast which means that if the variable is int 4 bytes of the variable(s) declared before it (on the stack) will be overwritten. In this case this is the length of the query -> made 0 and mysqli_query() returns FALSE. | |||||
* | - Bumber up year | foobar | 2005-08-03 | 13 | -13/+13 | |
| | ||||||
* | Skip tests in 64bit systems | foobar | 2005-07-20 | 2 | -2/+14 | |
| | ||||||
* | add forgotten ifdefs, fix #33667 (mysqli doesn't compile) | Antony Dovgal | 2005-07-12 | 2 | -0/+6 | |
| | ||||||
* | changed version dependency for charset functions | Georg Richter | 2005-07-12 | 2 | -0/+6 | |
| | ||||||
* | removed charset structure. libmysql now provides a function | Georg Richter | 2005-07-12 | 2 | -37/+16 | |
| | | | | | mysqli_get_character_set_info (Vers. 5.0.10) | |||||
* | Make sure we get a WARNING and not an ERROR here :) | foobar | 2005-07-08 | 1 | -6/+2 | |
| | ||||||
* | add test case | foobar | 2005-06-27 | 1 | -0/+24 | |
| | ||||||
* | fix #33491 (crash after extending MySQLi internal class) | Antony Dovgal | 2005-06-27 | 1 | -4/+13 | |
| | ||||||
* | fix couple of leaks in MySQLi | Antony Dovgal | 2005-06-27 | 2 | -0/+2 | |
| | ||||||
* | set_charset() is only available in mysql versions > 4.1.12 | foobar | 2005-06-27 | 1 | -0/+3 | |
| | ||||||
* | do not pollute other directories and cleanup after test | foobar | 2005-06-27 | 1 | -3/+5 | |
| | ||||||
* | fix for #33474 | Georg Richter | 2005-06-26 | 1 | -0/+48 | |
| | ||||||
* | reverted Ilias changes - added get_warnings methods | Georg Richter | 2005-06-24 | 1 | -2/+4 | |
| | | | | | (forgot to commit the file in my last commit) | |||||
* | temporary fix to let mysqli extension build, so we can make a release. | Ilia Alshanetsky | 2005-06-23 | 1 | -2/+2 | |
| | ||||||
* | Slightly more reliable current path detection. | Ilia Alshanetsky | 2005-06-22 | 1 | -1/+1 | |
| | ||||||
* | Skip MySQLi tests if connection could not be established and not using | Ilia Alshanetsky | 2005-06-22 | 1 | -0/+5 | |
| | | | | | embeded db. | |||||
* | added testcase for mysqli_warning class | Georg Richter | 2005-06-22 | 1 | -0/+28 | |
| | ||||||
* | added testcase for cursors (nested selects) | Georg Richter | 2005-06-22 | 1 | -0/+51 | |
| | ||||||
* | changed/fixed mysqli_warning class | Georg Richter | 2005-06-22 | 3 | -84/+146 | |
| | | | | | added prefetch support for cursors | |||||
* | fix for bug #33263 (mysqli_real_escape doesn't work in __construct) | Georg Richter | 2005-06-17 | 2 | -2/+39 | |
| | ||||||
* | - Allow doing --with-mysql --with-mysqli (no mysql libs are bundled atm) | foobar | 2005-06-07 | 1 | -3/+4 | |
| | | | | | - Make sure MYSQL_DIR is empty. | |||||
* | fixes for #33251 | Wez Furlong | 2005-06-05 | 1 | -1/+1 | |
| | ||||||
* | added new function mysqli_get_charset | Georg Richter | 2005-06-03 | 3 | -0/+54 | |
| | ||||||
* | - Unify the "configure --help" texts | foobar | 2005-05-29 | 1 | -2/+2 | |
| | ||||||
* | enabled set_charset for MySQL Versions >= 5.0.6 | Georg Richter | 2005-05-21 | 2 | -1/+22 | |
| | | | | | added testcase for bug #33090 | |||||
* | fix for bug #33090 (mysql_prepare doesn't return error) | Georg Richter | 2005-05-21 | 1 | -6/+14 | |
| | ||||||
* | charsets_dir is no longer needed | Georg Richter | 2005-05-13 | 1 | -2/+0 | |
| | ||||||
* | mysql_set_charset now works version undependent for MySQL 4.1.13 and above | Georg Richter | 2005-05-13 | 1 | -6/+4 | |
| | ||||||
* | - fixed compile error under windows. Functionality for changing the | Georg Richter | 2005-05-13 | 4 | -39/+30 | |
| | | | | | | | character set was moved to libmysql (4.1 bk tree - will be merged into 5.0 within the next days). - renamed mysql_set_character_set to mysqli_set_charset | |||||
* | after throwing an warning bail out | Andrey Hristov | 2005-05-09 | 1 | -1/+2 | |
| | ||||||
* | mysqli won't compile with Zend2 API before 2001 - in these days there was | Andrey Hristov | 2005-05-09 | 1 | -6/+2 | |
| | | | | | no Zend2 | |||||
* | MFB | Andrey Hristov | 2005-05-09 | 1 | -0/+4 | |
| | ||||||
* | - We skip tests when the extension is not loaded..in the php.ini | foobar | 2005-05-09 | 1 | -4/+0 | |
| | ||||||
* | revert pointless patch | foobar | 2005-05-09 | 1 | -4/+1 | |
| | ||||||
* | also test shared builds | Andrey Hristov | 2005-05-09 | 2 | -2/+9 | |
| | ||||||
* | Added new function mysqli_set_character_set_name | Georg Richter | 2005-05-08 | 4 | -0/+85 | |
| | ||||||
* | revert this one till we have a better way to inform the user where the | Andrey Hristov | 2005-05-07 | 1 | -5/+0 | |
| | | | | | truncation has occured | |||||
* | return MYSQLI_DATA_TRUNCATED if data happens to be truncated | Andrey Hristov | 2005-05-07 | 1 | -0/+5 | |
| | | | | | #the manual has to be updated | |||||
* | return directly | Andrey Hristov | 2005-05-07 | 1 | -4/+1 | |
| | ||||||
* | bail out when detecting incorrect number of parameters to be bound. | Andrey Hristov | 2005-05-07 | 1 | -2/+3 | |
| | ||||||
* | initialize values because the call to zend_parse_parameters may not do it | Andrey Hristov | 2005-05-06 | 2 | -2/+2 | |
| | ||||||
* | fixed memleak in mysqli_close | Georg Richter | 2005-05-05 | 3 | -5/+41 | |
| | | | | | fixed bug #32956 (mysqli_bind_result doesn't support MYSQL_TYPE_NULL) | |||||
* | multi_query is no more global | Andrey Hristov | 2005-04-29 | 1 | -1/+0 | |
| | | | | | #thanks Sebastian! | |||||
* | e* allocation cannot fail. | Ilia Alshanetsky | 2005-04-28 | 1 | -3/+1 | |
| |