]> granicus.if.org Git - php/commit
Pass tsrmls to all functions, which might need it in the future.
authorAndrey Hristov <andrey@php.net>
Wed, 3 Feb 2010 17:31:29 +0000 (17:31 +0000)
committerAndrey Hristov <andrey@php.net>
Wed, 3 Feb 2010 17:31:29 +0000 (17:31 +0000)
commit055f558554906096c24c38aded35497b9e193cef
tree603b782ec30af22046a07f63f51c9db3e8dbac0a
parentfd1da787bf886729978729f38a3d9134992d4a3d
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.
ext/mysqlnd/mysqlnd.c
ext/mysqlnd/mysqlnd.h
ext/mysqlnd/mysqlnd_ps.c
ext/mysqlnd/mysqlnd_result.c
ext/mysqlnd/mysqlnd_result_meta.c
ext/mysqlnd/mysqlnd_structs.h
ext/pdo_mysql/mysql_driver.c
ext/pdo_mysql/mysql_statement.c