[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ext/mysqlnd/ mysqlnd_ps.c

2010-03-17 Thread Andrey Hristov
andrey Wed, 17 Mar 2010 11:40:37 + Revision: http://svn.php.net/viewvc?view=revisionrevision=296315 Log: fix valgrind warning introduced with the latest patch. The memory should be calloc-ed, not malloced, because the code that uses the stmt storage needs

[PHP-CVS] svn: /SVNROOT/ global_avail

2010-03-17 Thread Derick Rethans
derick Wed, 17 Mar 2010 11:43:21 + Revision: http://svn.php.net/viewvc?view=revisionrevision=296316 Log: - Give kalle php-gtk karma on request by Elizabeth. Changed paths: U SVNROOT/global_avail Modified: SVNROOT/global_avail

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ext/mysqlnd/ mysqlnd_ps.c

2010-03-17 Thread Andrey Hristov
andrey Wed, 17 Mar 2010 18:00:47 + Revision: http://svn.php.net/viewvc?view=revisionrevision=296331 Log: Fix a bug that a statement that is reset doesn't clean the wire properly (as it is done when the statement is closed). If there is more that one result

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ext/mysqlnd/ mysqlnd_debug.c

2010-03-17 Thread Andrey Hristov
andrey Wed, 17 Mar 2010 18:08:25 + Revision: http://svn.php.net/viewvc?view=revisionrevision=296332 Log: Fix for complaint from the Zend MM, efree of a NULL pointer. Changed paths: U php/php-src/branches/PHP_5_3/ext/mysqlnd/mysqlnd_debug.c Modified: