Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MFB: #37630 MySQL extensions should link against thread safe client libs if ↵ | Michael Wallner | 2006-06-01 | 1 | -2/+6 |
| | | | | built with ZTS | ||||
* | MFB: Fixed bug #36949 (invalid internal mysqli objects dtor) | Michael Wallner | 2006-05-29 | 2 | -17/+55 |
| | |||||
* | MFB | Andrey Hristov | 2006-05-10 | 2 | -18/+34 |
| | |||||
* | merge from 5.2 | Georg Richter | 2006-05-09 | 3 | -0/+112 |
| | |||||
* | Merge from 5.2 | Georg Richter | 2006-05-09 | 13 | -348/+426 |
| | |||||
* | MF51: fix tests | Antony Dovgal | 2006-03-30 | 3 | -7/+5 |
| | |||||
* | MF51: fix #36922 (missing MYSQLI_REPORT_STRICT constant in userspace) | Antony Dovgal | 2006-03-30 | 1 | -0/+1 |
| | |||||
* | fix typo | Antony Dovgal | 2006-03-29 | 1 | -1/+1 |
| | |||||
* | MF51: fix bug #36898 (__set() leaks in classes extending internal ones) | Antony Dovgal | 2006-03-29 | 1 | -6/+4 |
| | | | | | | | Added: ZEND_API void zend_object_std_init(zend_object *object, zend_class_entry *ce TSRMLS_DC) ZEND_API void zend_object_std_dtor(zend_object *object TSRMLS_DC) | ||||
* | MFB51: Fixed bug #36802 (mysqli_set_charset() crash with a non-open connection). | Ilia Alshanetsky | 2006-03-21 | 1 | -1/+1 |
| | |||||
* | - remove magic_quotes_gpc, magic_quotes_runtime, magic_quotes_sybase | Pierre Joye | 2006-03-08 | 1 | -7/+1 |
| | | | | | | | (calling ini_set('magic_....') returns 0|false - get_magic_quotes_gpc, get_magic_quotes_runtime are kept but always return false - set_magic_quotes_runtime raises an E_CORE_ERROR | ||||
* | - Fix build | Marcus Boerger | 2006-03-05 | 2 | -2/+2 |
| | |||||
* | - Fix build after unicode changes | Johannes Schlüter | 2006-03-05 | 1 | -8/+8 |
| | |||||
* | MFB51: Remove no longer needed check (checked at a higher level now). | Ilia Alshanetsky | 2006-03-01 | 1 | -5/+0 |
| | |||||
* | fix #36420 (segfault when access result->num_rows after calling result->close()) | Antony Dovgal | 2006-02-16 | 2 | -2/+48 |
| | |||||
* | MFB51: Fixed bug #36420 (segfault when access result->num_rows after calling | Ilia Alshanetsky | 2006-02-16 | 1 | -0/+5 |
| | | | | | result->close()) | ||||
* | bring tests up-to-date with 5_1 branch | Andrey Hristov | 2006-01-04 | 20 | -16/+218 |
| | | | | | #few are failing and will stop failing when bugfixes are upmerged from 5_1 | ||||
* | bump year and license version | foobar | 2006-01-01 | 13 | -39/+39 |
| | |||||
* | Whitespace | Zeev Suraski | 2005-12-26 | 1 | -16/+9 |
| | |||||
* | MFB: format string fixes | Stefan Esser | 2005-12-23 | 3 | -4/+4 |
| | |||||
* | Fix prototype (MFB) | Zeev Suraski | 2005-12-22 | 1 | -1/+1 |
| | |||||
* | nuke php3 legacy | foobar | 2005-12-06 | 5 | -15/+17 |
| | |||||
* | MFB51: Always use $SED instead of sed | foobar | 2005-11-29 | 1 | -2/+2 |
| | |||||
* | Allow recursive calls to __get/__set for different properties | Dmitry Stogov | 2005-11-15 | 1 | -2/+1 |
| | |||||
* | use php_error_docref() instead of php_error() everywhere | Antony Dovgal | 2005-10-18 | 1 | -3/+3 |
| | |||||
* | fix bug #34902 (mysqli::character_set_name() - undefined method) | Antony Dovgal | 2005-10-18 | 1 | -0/+1 |
| | |||||
* | Fixed test failure | Ilia Alshanetsky | 2005-10-13 | 1 | -1/+3 |
| | |||||
* | MF51: fix TS build | Antony Dovgal | 2005-10-12 | 2 | -5/+5 |
| | |||||
* | MF51: use proper macros and vars instead of strlen() | Antony Dovgal | 2005-10-10 | 2 | -2/+2 |
| | |||||
* | MF51: fix #34818 | Antony Dovgal | 2005-10-10 | 2 | -18/+18 |
| | |||||
* | MF51: fix #34810 (mysqli::init() and others use wrong $this pointer without ↵ | Antony Dovgal | 2005-10-10 | 5 | -5/+43 |
| | | | | checks) | ||||
* | MFB | Andrey Hristov | 2005-10-09 | 1 | -0/+2 |
| | |||||
* | fix #32081 (mysqli_real_connect(): mysqli.default_socket in php.ini has no ↵ | Antony Dovgal | 2005-09-22 | 1 | -0/+4 |
| | | | | effect) for real | ||||
* | fix #34450 (Segfault when calling mysqli_close() in destructor) | Antony Dovgal | 2005-09-13 | 1 | -1/+3 |
| | |||||
* | zend_is_callable() and zend_make_callable() were changed to return readable ↵ | Dmitry Stogov | 2005-08-22 | 1 | -4/+4 |
| | | | | function name as zval (instead of string). | ||||
* | ZTS fixes. | Sebastian Bergmann | 2005-08-12 | 2 | -5/+5 |
| | |||||
* | 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 |
| |