summaryrefslogtreecommitdiff
path: root/ext/mysqli
Commit message (Collapse)AuthorAgeFilesLines
* MFB: #37630 MySQL extensions should link against thread safe client libs if ↵Michael Wallner2006-06-011-2/+6
| | | | built with ZTS
* MFB: Fixed bug #36949 (invalid internal mysqli objects dtor)Michael Wallner2006-05-292-17/+55
|
* MFBAndrey Hristov2006-05-102-18/+34
|
* merge from 5.2Georg Richter2006-05-093-0/+112
|
* Merge from 5.2Georg Richter2006-05-0913-348/+426
|
* MF51: fix testsAntony Dovgal2006-03-303-7/+5
|
* MF51: fix #36922 (missing MYSQLI_REPORT_STRICT constant in userspace)Antony Dovgal2006-03-301-0/+1
|
* fix typoAntony Dovgal2006-03-291-1/+1
|
* MF51: fix bug #36898 (__set() leaks in classes extending internal ones)Antony Dovgal2006-03-291-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 Alshanetsky2006-03-211-1/+1
|
* - remove magic_quotes_gpc, magic_quotes_runtime, magic_quotes_sybasePierre Joye2006-03-081-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 buildMarcus Boerger2006-03-052-2/+2
|
* - Fix build after unicode changesJohannes Schlüter2006-03-051-8/+8
|
* MFB51: Remove no longer needed check (checked at a higher level now).Ilia Alshanetsky2006-03-011-5/+0
|
* fix #36420 (segfault when access result->num_rows after calling result->close())Antony Dovgal2006-02-162-2/+48
|
* MFB51: Fixed bug #36420 (segfault when access result->num_rows after callingIlia Alshanetsky2006-02-161-0/+5
| | | | | result->close())
* bring tests up-to-date with 5_1 branchAndrey Hristov2006-01-0420-16/+218
| | | | | #few are failing and will stop failing when bugfixes are upmerged from 5_1
* bump year and license versionfoobar2006-01-0113-39/+39
|
* WhitespaceZeev Suraski2005-12-261-16/+9
|
* MFB: format string fixesStefan Esser2005-12-233-4/+4
|
* Fix prototype (MFB)Zeev Suraski2005-12-221-1/+1
|
* nuke php3 legacyfoobar2005-12-065-15/+17
|
* MFB51: Always use $SED instead of sedfoobar2005-11-291-2/+2
|
* Allow recursive calls to __get/__set for different propertiesDmitry Stogov2005-11-151-2/+1
|
* use php_error_docref() instead of php_error() everywhereAntony Dovgal2005-10-181-3/+3
|
* fix bug #34902 (mysqli::character_set_name() - undefined method)Antony Dovgal2005-10-181-0/+1
|
* Fixed test failureIlia Alshanetsky2005-10-131-1/+3
|
* MF51: fix TS buildAntony Dovgal2005-10-122-5/+5
|
* MF51: use proper macros and vars instead of strlen()Antony Dovgal2005-10-102-2/+2
|
* MF51: fix #34818Antony Dovgal2005-10-102-18/+18
|
* MF51: fix #34810 (mysqli::init() and others use wrong $this pointer without ↵Antony Dovgal2005-10-105-5/+43
| | | | checks)
* MFBAndrey Hristov2005-10-091-0/+2
|
* fix #32081 (mysqli_real_connect(): mysqli.default_socket in php.ini has no ↵Antony Dovgal2005-09-221-0/+4
| | | | effect) for real
* fix #34450 (Segfault when calling mysqli_close() in destructor)Antony Dovgal2005-09-131-1/+3
|
* zend_is_callable() and zend_make_callable() were changed to return readable ↵Dmitry Stogov2005-08-221-4/+4
| | | | function name as zval (instead of string).
* ZTS fixes.Sebastian Bergmann2005-08-122-5/+5
|
* add a commentAndrey Hristov2005-08-061-0/+1
|
* add error checkingAndrey Hristov2005-08-061-1/+11
|
* fix problem on 64 bit - when asking for "l" supply long not int becauseAndrey Hristov2005-08-061-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 yearfoobar2005-08-0313-13/+13
|
* Skip tests in 64bit systemsfoobar2005-07-202-2/+14
|
* add forgotten ifdefs, fix #33667 (mysqli doesn't compile)Antony Dovgal2005-07-122-0/+6
|
* changed version dependency for charset functionsGeorg Richter2005-07-122-0/+6
|
* removed charset structure. libmysql now provides a functionGeorg Richter2005-07-122-37/+16
| | | | | mysqli_get_character_set_info (Vers. 5.0.10)
* Make sure we get a WARNING and not an ERROR here :)foobar2005-07-081-6/+2
|
* add test casefoobar2005-06-271-0/+24
|
* fix #33491 (crash after extending MySQLi internal class)Antony Dovgal2005-06-271-4/+13
|
* fix couple of leaks in MySQLiAntony Dovgal2005-06-272-0/+2
|
* set_charset() is only available in mysql versions > 4.1.12foobar2005-06-271-0/+3
|
* do not pollute other directories and cleanup after testfoobar2005-06-271-3/+5
|