tony2001 Mon Jan 5 09:32:48 2009 UTC Modified files: /php-src/ext/sqlite3 sqlite3.c Log: fix build http://cvs.php.net/viewvc.cgi/php-src/ext/sqlite3/sqlite3.c?r1=1.27&r2=1.28&diff_format=u Index: php-src/ext/sqlite3/sqlite3.c diff -u php-src/ext/sqlite3/sqlite3.c:1.27 php-src/ext/sqlite3/sqlite3.c:1.28 --- php-src/ext/sqlite3/sqlite3.c:1.27 Sun Jan 4 16:32:05 2009 +++ php-src/ext/sqlite3/sqlite3.c Mon Jan 5 09:32:48 2009 @@ -16,7 +16,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: sqlite3.c,v 1.27 2009/01/04 16:32:05 iliaa Exp $ */ +/* $Id: sqlite3.c,v 1.28 2009/01/05 09:32:48 tony2001 Exp $ */ #ifdef HAVE_CONFIG_H #include "config.h" @@ -1469,6 +1469,9 @@ ZEND_ARG_INFO(0, argument_count) ZEND_END_ARG_INFO() +ZEND_BEGIN_ARG_INFO(arginfo_sqlite3stmt_execute, 0) +ZEND_END_ARG_INFO() + ZEND_BEGIN_ARG_INFO_EX(arginfo_sqlite3stmt_bindparam, 0, 0, 2) ZEND_ARG_INFO(0, param_number) ZEND_ARG_INFO(1, param)
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php