History log of /php-src/ext/mysqlnd/mysqlnd_ps.c (Results 201 – 225 of 294)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 92ef63a0 12-Aug-2010 Andrey Hristov

Switch from using PHP_MAJOR_VERSION to separate define for
unicode. Unicode is no more, but these are "bookmarks" where
to change mysqlnd, if Unicode becomes trendy again.

Revision tags: oci8-1.4.3, php-5.2.14, php-5.3.3, php-5.3.3RC3, php-5.2.14RC3, php-5.3.3RC2, php-5.2.14RC2
# ee4818a1 24-Jun-2010 Andrey Hristov

Two functions, which should be methods so one can catch
their output, for example

# 89bd3af6 24-Jun-2010 Andrey Hristov

Two functions, which should be methods so one can catch
their output, for example

# 53324e88 21-Jun-2010 Andrey Hristov

Fix sprintf modifiers all around the place. In most cases
%u should be used. Where size_t is used then MYSQLND_SZ_T_SPEC should be
the modifier

# baf72b73 21-Jun-2010 Andrey Hristov

Fix sprintf modifiers all around the place. In most cases
%u should be used. Where size_t is used then MYSQLND_SZ_T_SPEC should be
the modifier

Revision tags: php-5.3.3RC1, php-5.2.14RC1
# e692080f 10-Jun-2010 Andrey Hristov

void functions return nothing

# 408d786a 10-Jun-2010 Andrey Hristov

void functions return nothing

# 4a0b4494 01-Jun-2010 Andrey Hristov

defensive programming, check before using a resource

# c7831cbe 01-Jun-2010 Andrey Hristov

defensive programming, check before using a resource

# 41406516 01-Jun-2010 Andrey Hristov

Perform later initialization

# e6b4e01c 01-Jun-2010 Andrey Hristov

Perform later initialization

# 2a043ed2 31-May-2010 Andrey Hristov

More check for valid MYSQLND_STMT before using it

# 3fe085d1 31-May-2010 Andrey Hristov

More check for valid MYSQLND_STMT before using it

# 38f6c131 31-May-2010 Andrey Hristov

Don't reference row_packet before checking if dereferencing is possible

# 40e66850 31-May-2010 Andrey Hristov

Don't reference row_packet before checking if dereferencing is possible

# b4726363 31-May-2010 Andrey Hristov

Check if data is correct and initialize in a safe manner

# c195dc21 31-May-2010 Andrey Hristov

Check if data is correct and initialize in a safe manner

# 047d6f28 31-May-2010 Andrey Hristov

Handle problems in the row_decoder, return type used to be void,
now it can return on problems.

# d02e785d 31-May-2010 Andrey Hristov

Handle problems in the row_decoder, return type used to be void,
now it can return on problems.

# b7385f02 27-May-2010 Andrey Hristov

Fix deallocation which can crash if the object is half-baken.
Happens during OOM.

# 4de0da5a 27-May-2010 Andrey Hristov

Fix deallocation which can crash if the object is half-baken.
Happens during OOM.

# 58f13c3c 25-May-2010 Andrey Hristov

Handle the situation when MYSQLND_PROTOCOL's methods return NULL.
mysqlnd should not crash but gracefully return with an error.

# 433cb868 25-May-2010 Andrey Hristov

Handle the situation when MYSQLND_PROTOCOL's methods return NULL.
mysqlnd should not crash but gracefully return with an error.

# c5ff0eb5 25-May-2010 Andrey Hristov

Gracefully handle OOM in mysqlnd_stmt_init. Release the handle
and return NULL.

# 708b31a5 25-May-2010 Andrey Hristov

Gracefully handle OOM in mysqlnd_stmt_init. Release the handle
and return NULL.

12345678910>>...12