History log of /PHP-8.3/ext/mysqlnd/mysqlnd_result.c (Results 251 – 275 of 367)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 864f2da7 03-May-2010 Andrey Hristov

Remove unused parameter

# 34e56fea 22-Apr-2010 Andrey Hristov

Remove dead code and add possibility to fine tune the size of
a mempool (used for result sets).

# 1ed3da29 22-Apr-2010 Andrey Hristov

Remove dead code and add possibility to fine tune the size of
a mempool (used for result sets).

# a175419f 20-Apr-2010 Felipe Pena

- Fix copyrights

# 6d951e2d 20-Apr-2010 Felipe Pena

- Fix copyrights

# cdac2b4e 15-Apr-2010 Andrey Hristov

Fix some int/uint comparison warnings

# f4077909 15-Apr-2010 Andrey Hristov

Fix some int/uint comparison warnings

# 48e413eb 15-Apr-2010 Andrey Hristov

more WS

# 6f0adc06 15-Apr-2010 Andrey Hristov

more WS

# 6aa682f5 15-Apr-2010 Andrey Hristov

CS + WS changes

# a9880e78 15-Apr-2010 Andrey Hristov

CS + WS changes

# ec36ac16 26-Mar-2010 Andrey Hristov

Fix tests that fail when the MySQL's socket file is not /tmp/mysql.sock
as it is in when compiled from source and the default for mysqlnd.
SuSE for example uses /var/run/mysql/mysql.sock . Al

Fix tests that fail when the MySQL's socket file is not /tmp/mysql.sock
as it is in when compiled from source and the default for mysqlnd.
SuSE for example uses /var/run/mysql/mysql.sock . Also, sql.safe_mode
(ext/mysql and ingres) needs the socket.
Fix possible crashes in mysqlnd. When packets are shorter, functions should
return error.

show more ...

# 7868bca4 26-Mar-2010 Andrey Hristov

Fix tests that fail when the MySQL's socket file is not /tmp/mysql.sock
as it is in when compiled from source and the default for mysqlnd.
SuSE for example uses /var/run/mysql/mysql.sock . Al

Fix tests that fail when the MySQL's socket file is not /tmp/mysql.sock
as it is in when compiled from source and the default for mysqlnd.
SuSE for example uses /var/run/mysql/mysql.sock . Also, sql.safe_mode
(ext/mysql and ingres) needs the socket.
Fix possible crashes in mysqlnd. When packets are shorter, functions should
return error.

show more ...

# a8460553 16-Mar-2010 Andrey Hristov

decouple the methods in MYSQLND_STMT from the data,
needed to move to a new structure MYSQLND_STMT. Makes
the code cleaner and less error-prone.
Also fix PDO/MySQL which directly touch my

decouple the methods in MYSQLND_STMT from the data,
needed to move to a new structure MYSQLND_STMT. Makes
the code cleaner and less error-prone.
Also fix PDO/MySQL which directly touch mysqlnd internals
instead of using API calls.

show more ...

# 7496cc76 16-Mar-2010 Andrey Hristov

decouple the methods in MYSQLND_STMT from the data,
needed to move to a new structure MYSQLND_STMT. Makes
the code cleaner and less error-prone.
Also fix PDO/MySQL which directly touch my

decouple the methods in MYSQLND_STMT from the data,
needed to move to a new structure MYSQLND_STMT. Makes
the code cleaner and less error-prone.
Also fix PDO/MySQL which directly touch mysqlnd internals
instead of using API calls.

show more ...

# ccfd9cd7 12-Mar-2010 Andrey Hristov

allow persistency of PS

# 564a1d07 12-Mar-2010 Andrey Hristov

allow persistency of PS

Revision tags: php-5.3.2, php-5.2.13, php-5.3.2RC3, php-5.3.2RC2, php-5.2.13RC2
# 055f5585 03-Feb-2010 Andrey Hristov

Pass tsrmls to all functions, which might need it in the future.
We are anyway breaking the internal ABI in 5.3.2 so this won't hurt
and make us prepared for the future.

# e50de7d9 03-Feb-2010 Andrey Hristov

Pass tsrmls to all functions, which might need it in the future.
We are anyway breaking the internal ABI in 5.3.2 so this won't hurt
and make us prepared for the future.

Revision tags: php-5.2.13RC1
# 4bbdce5c 13-Jan-2010 Andrey Hristov

export more functionality for phpize builds

# 204f52f7 13-Jan-2010 Andrey Hristov

export more functionality for phpize builds

# a449a371 11-Jan-2010 Andrey Hristov

cosmetics. typedef-ed types should be in capital case

# 2331e285 11-Jan-2010 Andrey Hristov

cosmetics. typedef-ed types should be in capital case

# d20fdd60 08-Jan-2010 Andrey Hristov

improve the stats subsystem. Reduce the number of macro definitions
in half by smartly introducing 2 new macros. Make MYSQLND::stats a pointer
from being aggregated and add triggers.

# a98a6794 08-Jan-2010 Andrey Hristov

improve the stats subsystem. Reduce the number of macro definitions
in half by smartly introducing 2 new macros. Make MYSQLND::stats a pointer
from being aggregated and add triggers.

1...<<1112131415