History log of /PHP-5.5/ext/mysqli/mysqli.c (Results 151 – 175 of 231)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# ce9dfedc 16-Feb-2006 Ilia Alshanetsky

Fixed bug #36420 (segfault when access result->num_rows after calling
result->close())


Revision tags: RELEASE_0_9_4, RELEASE_1_0_4
# 04ac1f7f 14-Jan-2006 Georg Richter

2nd attempt: implementation of 36007
1st commit stopped with protocol error - never seen that before :-(


Revision tags: php-4.4.2, php-5.1.2RC2, php-4.4.2RC2
# 5bd93221 01-Jan-2006 foobar

bump year and license version


Revision tags: php-5.1.2RC1
# 1c0971f3 22-Dec-2005 Andrey Hristov

fix for bug# 35759
(mysqli_stmt_bind_result() makes huge allocation when column empty)
#this shows some leaks now, which has to be investigated but closes the
#bug report.


Revision tags: RELEASE_1_1_1, RELEASE_1_1, RELEASE_1_0, RELEASE_2_0_2, php-5.1.1, php-5.1.0, php-4.4.2RC1, RELEASE_0_9_3, php-5.1.0RC6, php-5.1.0RC5, RELEASE_2_0_1
# d3e0b57e 15-Nov-2005 Dmitry Stogov

Allow recursive calls to __get/__set for different properties


Revision tags: RELEASE_1_0RC2, php-4.4.1, php-5.1.0RC4, RELEASE_0_9_2, RELEASE_0_9_1, php-5.1.0RC3, php-5.1.0RC2
# 2bc716c1 12-Oct-2005 Antony Dovgal

fix TS build


# a5cea052 10-Oct-2005 Antony Dovgal

fix #34818 (new mysqli_stmt() and several others crash if the first parameter is not a valid mysqli_link)


# 7357ac0b 08-Oct-2005 Georg Richter

fix for bug 34785:
added support for parent::__construct (mysqli_statement and mysqli_resultset)
fixed failed testcases when sql_mode is in effect


Revision tags: php-4.4.1RC1, RELEASE_0_9_0
# bd7a277d 13-Sep-2005 Antony Dovgal

fix #34450 (Segfault when calling mysqli_close() in destructor)


Revision tags: RELEASE_1_0RC1, PRE_NEW_OCI8_EXTENSION, php-5.1.0RC2_PRE, php-5.0.5, php-5.0.5RC2, php-5.0.5RC1, php-5.1.0RC1, BEFORE_UNICODE_MERGE, RELEASE_2_0_0
# 23e671a5 03-Aug-2005 foobar

- Bumber up year


Revision tags: RELEASE_0_9, php-5.1.0b3, php-4.4.0, php-4.4.0RC2
# b16beb54 27-Jun-2005 Antony Dovgal

fix #33491 (crash after extending MySQLi internal class)


Revision tags: php-5.1.0b2
# 6fba73e8 22-Jun-2005 Georg Richter

changed/fixed mysqli_warning class
added prefetch support for cursors


Revision tags: php-4.4.0RC1, php-5.1.0b1, php-5.0.1b1
# b4464a2d 09-May-2005 Andrey Hristov

mysqli won't compile with Zend2 API before 2001 - in these days there was
no Zend2


# 929e3851 05-May-2005 Georg Richter

fixed memleak in mysqli_close
fixed bug #32956 (mysqli_bind_result doesn't support MYSQL_TYPE_NULL)


# e6409601 29-Apr-2005 Andrey Hristov

multi_query is no more global
#thanks Sebastian!


# 9c1960c3 20-Apr-2005 Georg Richter

fixed typo in last commit :(


# 649a8b18 20-Apr-2005 Georg Richter

added support for data truncation (bind_result) for MySQL 5.0.5


# 21cae396 18-Apr-2005 Georg Richter

cursor support for 5.0.4 (STMT_ATTR_CURSOR_TYPE changed to enum)


# f6ecb584 06-Apr-2005 Georg Richter

fix for bug #32282 (segfault in mysqli_fetch_array on 64-bit)


Revision tags: RELEASE_0_3, php-5.0.4, php-4.3.11, php-5.0.4RC2, php-4.3.11RC2, php-5.0.4RC1, php-4.3.11RC1
# 5830e46a 06-Mar-2005 Marcus Boerger

- Bugfix #28840 __destruct of a class that extends mysqli not called


Revision tags: RELEASE_0_2_4, RELEASE_0_2_3, RELEASE_0_2_2, RELEASE_0_2_1, RELEASE_0_2
# 6ffd5694 27-Jan-2005 Antony Dovgal

MFB: fix leak in mysqli_fetch_array()


# 8045f834 08-Jan-2005 Marcus Boerger

- Remove double destroy (which is definitively wrong and prevents php from
normal execution).


# f16db40a 07-Jan-2005 Georg Richter

forgot to remove some comments in last commit:(


# 0b4c108b 07-Jan-2005 Georg Richter

Added new classes:
mysqli_driver
mysqli_warning
mysqli_exception
mysqli_sql_exception

Improved embedded server support
changed testsuite t

Added new classes:
mysqli_driver
mysqli_warning
mysqli_exception
mysqli_sql_exception

Improved embedded server support
changed testsuite to work also with embedded server

Made statement and resultset classes extendable

minor fixes

show more ...


# 683f6c87 26-Dec-2004 Georg Richter

added constructors for mysqli_stmt and mysqli_result classes


12345678910