]> granicus.if.org Git - php/commit
decouple the methods in MYSQLND_STMT from the data,
authorAndrey Hristov <andrey@php.net>
Tue, 16 Mar 2010 12:36:57 +0000 (12:36 +0000)
committerAndrey Hristov <andrey@php.net>
Tue, 16 Mar 2010 12:36:57 +0000 (12:36 +0000)
commit7496cc761ea31bfae22842811020039d1ea25030
treef1062c57ceefa6c55b062cc435c60fb352555249
parentda538251c17e6ad8609f9c6c11388c8dcae4db3c
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.
ext/mysqli/mysqli_libmysql.h
ext/mysqli/mysqli_mysqlnd.h
ext/mysqli/mysqli_prop.c
ext/mysqlnd/mysqlnd.h
ext/mysqlnd/mysqlnd_ps.c
ext/mysqlnd/mysqlnd_ps_codec.c
ext/mysqlnd/mysqlnd_result.c
ext/mysqlnd/mysqlnd_structs.h
ext/pdo_mysql/mysql_statement.c