History log of /PHP-5.3/ext/mysqli/mysqli_api.c (Results 101 – 125 of 228)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: RELEASE_1_1_1, RELEASE_1_1, RELEASE_1_0, RELEASE_2_0_2
# c23052d6 01-Dec-2005 Andrey Hristov

fix compile failure on Windows - Microsoft hasn't heard of long long :)


# 4ec16344 30-Nov-2005 Andrey Hristov

add a test case
fix incorrect handling of unsigned bigint.
optimize handling of unsigned int


# a8c04639 30-Nov-2005 Andrey Hristov

fix more leaks. handle better unknown type (4.1.x connected to 5.0.x
incompatibility)


# c230f7de 30-Nov-2005 Andrey Hristov

fix a crash and a leak.
4.1.15 (client) -> 5.x (server) because of the incompatibility because of
decimal in the protocol binding may fail. Don't close the statement in
that case because

fix a crash and a leak.
4.1.15 (client) -> 5.x (server) because of the incompatibility because of
decimal in the protocol binding may fail. Don't close the statement in
that case because subsequent ->execute() will crash or any other function
that will try to use already freed (and in debug mode thrashed) pointer.
#probably more problems exist because of the 4.1.x -> 5.x protocol
#incompatibility

show more ...


Revision tags: 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
# 00a9f063 08-Nov-2005 Andrey Hristov

on 32bit platform if the column is UNSIGNED INT(11) and the value
is greater than 2^31-1 then convert to string. on 64bit this is of no
problem because there long inside zval is big enough to

on 32bit platform if the column is UNSIGNED INT(11) and the value
is greater than 2^31-1 then convert to string. on 64bit this is of no
problem because there long inside zval is big enough to keep unsigned
int(11)

show more ...


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
# b343aa99 15-Oct-2005 Georg Richter

fixed an error in mysqli_fetch_fields (function returns NULL instead of array
when row_number > num_fields).
Thanks to Marc Deslisle and phpMyAdmin team for the report.


Revision tags: php-5.1.0RC2
# 062626d0 10-Oct-2005 Antony Dovgal

use proper macros and vars instead of strlen()


# 410e106a 10-Oct-2005 Antony Dovgal

fix #34810 (mysqli::init() and others use wrong $this pointer without checks)


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


12345678910