History log of /PHP-7.2/ext/mysqli/mysqli.c (Results 226 – 250 of 299)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 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


# ea22bf60 25-Dec-2004 Georg Richter

fix for bug 31141


Revision tags: php-5.0.3, php-4.3.10, SQLITE_4_3_20041227, php-5.0.3RC2
# 01f31dcc 09-Dec-2004 Antony Dovgal

fix buffer overrun and remove debug printf() call


Revision tags: php-4.3.10RC2
# 9751d9af 04-Dec-2004 Georg Richter

Fixed bug #30890 (testsuite)
Fixed bug #28817 (property problems in extended class)


# 30dd61ab 03-Dec-2004 Georg Richter

Fixed bug #30967 (properties in extended mysqli classes don't work)


Revision tags: php-5.0.3RC1, php-4.3.10RC1, PRE_NEW_VM_GEN_PATCH, php-5.0.2, php-4.3.9, php-5.0.2RC1, php-4.3.9RC3, PRE_ZEND_VM_DISPATCH_PATCH, php-4.3.9RC2
# c8572b0b 25-Aug-2004 Georg Richter

changed local_infile_handler:
mysql client lib now uses php_local_infile functions by default, which allows
to use php_fopen_wrapper: e.g. LOAD DATA LOCAL INFILE 'http://foo.com/bar.csv'

changed local_infile_handler:
mysql client lib now uses php_local_infile functions by default, which allows
to use php_fopen_wrapper: e.g. LOAD DATA LOCAL INFILE 'http://foo.com/bar.csv' ...

mysql_set_local_infile_handler now only supports a callback function for read.

show more ...


# 1c6f4900 15-Aug-2004 Georg Richter

fixed default for mysqli_fetch_array


# 1593aa0e 13-Aug-2004 Georg Richter

fixed bug #29656 (segfault on result and statement properties)


12345678910>>...12