History log of /PHP-8.1/ext/mysqlnd/mysqlnd_result.c (Results 326 – 350 of 350)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# cfcf16f0 04-Feb-2008 Andrey Hristov

Fix a leak and memory warning.

# d7622b8e 29-Jan-2008 Rob Richards

MFH: fix win32 build

# 65c4bd9d 29-Jan-2008 Rob Richards

fix win32 build

# 508841bb 29-Jan-2008 Andrey Hristov

Fix the build, add a missing file

# 829831f5 29-Jan-2008 Andrey Hristov

Fix the build, add a missing file

# 6d9fdbce 28-Jan-2008 Andrey Hristov

MFB:
some config.w32 fixes
moved mysqlnd's block allocator to a separate file and also now
it's part of the connection, no MT problems.

# 2033c1b7 28-Jan-2008 Andrey Hristov

some config.w32 fixes
moved mysqlnd's block allocator to a separate file and also now
it's part of the connection, no MT problems.

# 18c8e650 28-Jan-2008 Andrey Hristov

MFB: More optimizations - less MM calls
Clearly separated fetching (physical reading) from decoding phases (data
interpretation). Threaded fetching added but disabled as needs more work for

MFB: More optimizations - less MM calls
Clearly separated fetching (physical reading) from decoding phases (data
interpretation). Threaded fetching added but disabled as needs more work for
Windows. For Linux needs some touches to add pthreads if this is enabled,
probably with a compile-time switch.
The code reorganisation makes it easy to add also async API, similar to
cURL's one.

show more ...

# 7932ccba 28-Jan-2008 Andrey Hristov

More optimizations - less MM calls
Clearly separated fetching (physical reading) from decoding phases (data
interpretation). Threaded fetching added but disabled as needs more work for
Wi

More optimizations - less MM calls
Clearly separated fetching (physical reading) from decoding phases (data
interpretation). Threaded fetching added but disabled as needs more work for
Windows. For Linux needs some touches to add pthreads if this is enabled,
probably with a compile-time switch.
The code reorganisation makes it easy to add also async API, similar to
cURL's one.

show more ...

# b65adbb4 25-Jan-2008 Rob Richards

MFH: fix win32 compile

# 3b37e3a8 25-Jan-2008 Rob Richards

fix win32 compile

# c52b63ea 23-Jan-2008 Andrey Hristov

Merge with internal version

# 69f4a40d 23-Jan-2008 Andrey Hristov

Merge with internal version

Revision tags: php-4.4.8
# 69f7eaa7 02-Jan-2008 Andrey Hristov

- Fix problems with double definitions
- Clean up a bit a type mess - 4 types less. No need to have aliases
for the same thing (unification is the name).
- New macro for Johannes mysqln

- Fix problems with double definitions
- Clean up a bit a type mess - 4 types less. No need to have aliases
for the same thing (unification is the name).
- New macro for Johannes mysqlnd_stmt_ro_result_metadata
----------------------------------------------------------------------

show more ...

# fdf20a82 02-Jan-2008 Andrey Hristov

- Fix problems with double definitions
- Clean up a bit a type mess - 4 types less. No need to have aliases
for the same thing (unification is the name).
- New macro for Johannes mysqln

- Fix problems with double definitions
- Clean up a bit a type mess - 4 types less. No need to have aliases
for the same thing (unification is the name).
- New macro for Johannes mysqlnd_stmt_ro_result_metadata

show more ...

# d1dded87 31-Dec-2007 Sebastian Bergmann

MFH: Bump copyright year, 2 of 2.

# 9b620d50 31-Dec-2007 Sebastian Bergmann

Bump copyright year, 2 of 2.

Revision tags: php-4.4.8RC1, RELEASE_1_2_3, php-5.2.5, php-5.2.5RC2, php-5.2.5RC1
# f4f0a474 07-Oct-2007 Yiduo (David) Wang

Fix build for mysqlnd

# e9ded30d 07-Oct-2007 Antony Dovgal

fix typos

# 95da0dc5 07-Oct-2007 Yiduo (David) Wang

Added macros for managing zval refcounts and is_ref statuses

# 8b9b553a 05-Oct-2007 Andrey Hristov

Import mysqlnd
Patch ext/mysql and ext/mysqli to support mysqlnd

Revision tags: BEFORE_IMPORT_OF_MYSQLND_IN_5_3, RELEASE_1_2_2
# 9ac92cfe 02-Oct-2007 Andrey Hristov

Update mysqlnd in HEAD
Updated ext/mysql and ext/mysqli in HEAD

Revision tags: RELEASE_1_2_4, RELEASE_1_2_1, php-5.2.4, RELEASE_1_5, php-5.2.4RC3, php-5.2.4RC2
# de29322d 06-Aug-2007 Andrey Hristov

Fix crashes with pconn in ext/mysql

# 71865301 03-Aug-2007 Andrey Hristov

Update CVS
- Fix BIT problem for BIT values represented with 5 bytes. Typo.
- Make it possible with an ini variable to switch off/on statistics
collection.
- Compile-out debug check

Update CVS
- Fix BIT problem for BIT values represented with 5 bytes. Typo.
- Make it possible with an ini variable to switch off/on statistics
collection.
- Compile-out debug checking of uneaten data from the line, when the
build is release. According to callgrind this was eating some percentage.

show more ...

Revision tags: php-5.2.4RC1
# f3c2a33f 25-Jul-2007 Jani Taskinen

- Moved mysqnd to it's own directory: It is sort of an extension itself.
(Similar to what ext/libxml is..)

1...<<11121314