[PHP-CVS] cvs: php-src /ext/mysqlnd mysqlnd_ps.c

2009-06-16 Thread Andrey Hristov
andrey Tue Jun 16 17:59:19 2009 UTC Modified files: /php-src/ext/mysqlndmysqlnd_ps.c Log: C-comments should be used http://cvs.php.net/viewvc.cgi/php-src/ext/mysqlnd/mysqlnd_ps.c?r1=1.31r2=1.32diff_format=u Index: php-src/ext/mysqlnd/mysqlnd_ps.c

[PHP-CVS] cvs: php-src /ext/mysqlnd mysqlnd_ps.c

2009-05-29 Thread Andrey Hristov
andrey Fri May 29 12:19:26 2009 UTC Modified files: /php-src/ext/mysqlndmysqlnd_ps.c Log: Fix for the failing mysql_stmt_execute() test. Data was cleaned after stmt_reset() but it should stay and be freed as later as next stmt_execute()

[PHP-CVS] cvs: php-src /ext/mysqlnd mysqlnd_ps.c mysqlnd_result.c mysqlnd_result_meta.c

2009-05-28 Thread Andrey Hristov
andrey Thu May 28 17:47:18 2009 UTC Modified files: /php-src/ext/mysqlndmysqlnd_ps.c mysqlnd_result.c mysqlnd_result_meta.c Log: Fix a valgrind warning as well as more trace log information

[PHP-CVS] cvs: php-src /ext/mysqlnd mysqlnd_ps.c

2008-10-19 Thread Johannes Schlüter
johannesSun Oct 19 12:22:49 2008 UTC Modified files: /php-src/ext/mysqlndmysqlnd_ps.c Log: Don't dereference NULL-pointer http://cvs.php.net/viewvc.cgi/php-src/ext/mysqlnd/mysqlnd_ps.c?r1=1.20r2=1.21diff_format=u Index: