- Make usage of new PHP_FE_END macro

This commit is contained in:
Felipe Pena 2011-07-25 11:42:53 +00:00
parent 054e1cafa0
commit 23e438594d
111 changed files with 170 additions and 172 deletions

View file

@ -31,7 +31,7 @@
* Every user visible function must have an entry in mysqlnd_functions[].
*/
static zend_function_entry mysqlnd_functions[] = {
{NULL, NULL, NULL} /* Must be the last line in mysqlnd_functions[] */
PHP_FE_END
};
/* }}} */