History log of /PHP-7.3/ext/mysqli/mysqli_api.c (Results 251 – 275 of 370)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 24af08eb 09-Oct-2005 Andrey Hristov

add charsetnr and length to the object returned. this is kind of bug
because fetch_fields() and fetch_field() return that info and
fetch_field_direct() does not


Revision tags: php-4.4.1RC1, RELEASE_0_9_0
# 0dce979b 22-Sep-2005 Antony Dovgal

MFH: fix #32081 (mysqli_real_connect(): mysqli.default_socket in php.ini has no effect) for real


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, php-5.1.0b2
# 15563f8d 17-Jun-2005 Georg Richter

fix for bug #33263 (mysqli_real_escape doesn't work in __construct)


Revision tags: php-4.4.0RC1, php-5.1.0b1, php-5.0.1b1
# 3e416f73 21-May-2005 Georg Richter

fix for bug #33090 (mysql_prepare doesn't return error)


# 8e97019a 09-May-2005 Andrey Hristov

after throwing an warning bail out


# d5e0b8a6 09-May-2005 Andrey Hristov

MFB


# daae2996 07-May-2005 Andrey Hristov

revert this one till we have a better way to inform the user where the
truncation has occured


# 91b3b49f 07-May-2005 Andrey Hristov

return MYSQLI_DATA_TRUNCATED if data happens to be truncated
#the manual has to be updated


# 70da059c 07-May-2005 Andrey Hristov

return directly


# b7df40a7 07-May-2005 Andrey Hristov

bail out when detecting incorrect number of parameters to be bound.


# 60c0c8e9 06-May-2005 Andrey Hristov

initialize values because the call to zend_parse_parameters may not do it


# 929e3851 05-May-2005 Georg Richter

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


# 3b3ce2b6 27-Apr-2005 Andrey Hristov

fix bug #32013(MySQLi bind_result causes fatal error: memory limit reached)
#this is a partial fix but it cannot be better. the user has to call
#$stmt->store_result() and for a BLOB/MEDIUTEX

fix bug #32013(MySQLi bind_result causes fatal error: memory limit reached)
#this is a partial fix but it cannot be better. the user has to call
#$stmt->store_result() and for a BLOB/MEDIUTEXT (and larger) space will be
#allocated as big as the biggest column value.

show more ...


# 2bcae57b 20-Apr-2005 Georg Richter

another fix for last commit (committed from wrong tree) :(


# 649a8b18 20-Apr-2005 Georg Richter

added support for data truncation (bind_result) for MySQL 5.0.5


# 2a3c71b8 19-Apr-2005 Andrey Hristov

- nail down another 64bit problem. this will fix about 14 failing tests
on amd64 (probably other 64 bit arch).
- use ulong for this boolean variable, as it was before
- throw an warning

- nail down another 64bit problem. this will fix about 14 failing tests
on amd64 (probably other 64 bit arch).
- use ulong for this boolean variable, as it was before
- throw an warning if offset passed to mysqli_stmt_data_seek is negative

show more ...


# 155b90db 19-Apr-2005 Andrey Hristov

- fixing all "long" into "int" fetching problems (cause memory corruption
on 64 bit)
- nail down a problem because of the new MYSQL_TYPE_NEWDECIMAL introduced
in MySQL 5.0+
- Add

- fixing all "long" into "int" fetching problems (cause memory corruption
on 64 bit)
- nail down a problem because of the new MYSQL_TYPE_NEWDECIMAL introduced
in MySQL 5.0+
- Add more info to the autocommit test

show more ...


Revision tags: RELEASE_0_3, php-5.0.4, php-4.3.11, php-5.0.4RC2, php-4.3.11RC2
# 646bb715 17-Mar-2005 Antony Dovgal

fix typo in error message


Revision tags: php-5.0.4RC1, php-4.3.11RC1, RELEASE_0_2_4, RELEASE_0_2_3, RELEASE_0_2_2, RELEASE_0_2_1, RELEASE_0_2
# 32aaa6a7 28-Jan-2005 Georg Richter

fixed a bug in mysql_affected_rows and mysql_stmt_affected_rows
in case affected_rows function returns (my_ulonglong) -1 for errors.
(Thanks to Antony Dovgal for reporting this bug)


# 71489199 27-Jan-2005 Georg Richter

fix for bug #31710 (return value for mysql_rollback is reverted)
fixed also same behaviour for mysql_commit and mysql_autocommit


# 9d9e4379 27-Jan-2005 Antony Dovgal

MFB: fix segfault when invalid field offset is passed to mysqli_fetch_field_direct()


# 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 ...


# dc63cb7f 27-Dec-2004 Georg Richter

fixed testcase 047
fixed windows compile error


# 698c0361 27-Dec-2004 Georg Richter

Fix for feature request #31015: added length for field length


1...<<1112131415