History log of /PHP-8.1/ext/mysqlnd/mysqlnd_result.c (Results 301 – 325 of 350)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
Revision tags: RELEASE_1_3_5, php-5.2.9, php-5.2.9RC3, php-5.2.9RC2, php-5.2.9RC1, php-5.3.0beta1
# 08659c2d 31-Dec-2008 Sebastian Bergmann

MFH: Bump copyright year, 3 of 3.

# 7f4dc870 31-Dec-2008 Sebastian Bergmann

Bump copyright year, 3 of 3.

Revision tags: NEWS, php-5.2.8, BEFORE_HEAD_NS_CHANGES_MERGE, php-5.3.0alpha3, php-5.3.0alpha2, php-5.2.7, php-5.2.7RC5, php-5.2.7RC4, BEFORE_HEAD_NS_CHANGE, BEFORE_NS_RULES_CHANGE, php-5.2.7RC3
# 91865289 06-Nov-2008 Andrey Hristov

MFH:
Get rid of many defines (which simplifies the code a lot),
as well as uint->unsigned int

# 0b46d6b5 06-Nov-2008 Andrey Hristov

Get rid of many defines (which simplifies the code a lot),
as well as uint->unsigned int

# 77c1e145 31-Oct-2008 Andrey Hristov

MFB:
64bit fixes:
- fixes to sprintf modifiers, cleaning warnings
- use _t types, like uint64_t instead of uint64, thus skipping series of
typedefs.

# 65f5d4e4 31-Oct-2008 Andrey Hristov

64bit fixes:
- fixes to sprintf modifiers, cleaning warnings
- use _t types, like uint64_t instead of uint64, thus skipping series of
typedefs.

# 7d4c51c2 27-Oct-2008 Andrey Hristov

MFH:
Fix overusage of memory when the result set is empty. Then no memory will be
allocated compared to before. Also grow (realloc) the rset with 10% instead
of 33% - more reallocs but be

MFH:
Fix overusage of memory when the result set is empty. Then no memory will be
allocated compared to before. Also grow (realloc) the rset with 10% instead
of 33% - more reallocs but better memory usage. Of course later theres is a
realloc to shrink the rset t ofree it from unused rows but its better to
to eat too much at once.

show more ...

# 0b771341 27-Oct-2008 Andrey Hristov

Fix overusage of memory when the result set is empty. Then no memory will be
allocated compared to before. Also grow (realloc) the rset with 10% instead
of 33% - more reallocs but better memo

Fix overusage of memory when the result set is empty. Then no memory will be
allocated compared to before. Also grow (realloc) the rset with 10% instead
of 33% - more reallocs but better memory usage. Of course later theres is a
realloc to shrink the rset t ofree it from unused rows but its better to
to eat too much at once.

show more ...

Revision tags: php-5.2.7RC2, php-5.2.7RC1, php-4.4.9, php-5.3.0alpha1, php-4.4.9RC1, BEFORE_NEW_PARAMETER_PARSE
# 8a72f8d6 29-May-2008 Andrey Hristov

MFB

# e4940492 29-May-2008 Andrey Hristov

Fix a bug that let PDO fail. It has been long fixed, but locally. Now I know
what it fixes :)

Revision tags: RELEASE_1_2_5, RELEASE_2_0_0b1
# 493b0bb5 07-May-2008 Andrey Hristov

Update mysqlnd - new ini variable

# 82562725 07-May-2008 Andrey Hristov

Update mysqlnd

Revision tags: php-5.2.6
# f4e659d2 24-Apr-2008 Andrey Hristov

Update ext/mysql's and ext/mysqli's tests
Add mysqli_stmt_more_result()/mysqli_stmt_next_result(), but only in
mysqlnd builds as libmysql doesn't support this feature.

# 5da78b29 24-Apr-2008 Andrey Hristov

Update ext/mysql's and ext/mysqli's tests
Add mysqli_stmt_more_result()/mysqli_stmt_next_result(), but only in
mysqlnd builds as libmysql doesn't support this feature.

# de560f31 16-Apr-2008 Andrey Hristov

MFB: Update CVS from the development tree

# c931468b 16-Apr-2008 Andrey Hristov

Update ext/mysql, ext/mysqli and ext/mysqlnd from development tree

Revision tags: RELEASE_1_0_2, php-5.2.6RC5, php-5.2.6RC4, php-5.2.6RC3, RELEASE_2_0_0a2, RELEASE_2_0_0a1
# 0e884df5 20-Mar-2008 Andrey Hristov

- Don't modify the variables which are passed for parameter binding.
We need to clone them, if there will be a transformation (convert_to_xxx)
which will change the origin.
- Make mys

- Don't modify the variables which are passed for parameter binding.
We need to clone them, if there will be a transformation (convert_to_xxx)
which will change the origin.
- Make mysqlnd more compatible to libmysql, in this case if the execute of
a statement fails set the state of the statement back to PREPARED
- A test case to check the case of a failing statement.

show more ...

Revision tags: php-5.2.6RC2, php-5.2.6RC1
# 5855e35b 20-Feb-2008 Andrey Hristov

Fix memory leak

# 7d0cee8c 20-Feb-2008 Andrey Hristov

Fix memory leak

Revision tags: RELEASE_1_3_1
# 77d6a5af 14-Feb-2008 Andrey Hristov

Update mysqlnd - fix bg_store

# 2d9d2239 14-Feb-2008 Andrey Hristov

Update mysqlnd - fix bg_store

# 9790d7bf 06-Feb-2008 Andrey Hristov

MFH: Fix a compatibility bug and a failing test

# 0c65a68f 06-Feb-2008 Andrey Hristov

Fix a bug and a test

# 1caa85a6 06-Feb-2008 Andrey Hristov

Pconnect working with mysqli_real_connect(). To less failing tests.

# 2d5e8a1e 04-Feb-2008 Andrey Hristov

Fix a leak, memory warning and failing test case.

1...<<11121314