mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Remove proto comments from C files
Closes GH-5758
This commit is contained in:
parent
4757998650
commit
2b5de6f839
234 changed files with 3892 additions and 8084 deletions
|
@ -32,8 +32,7 @@ static const zend_function_entry pdo_pgsql_functions[] = {
|
|||
};
|
||||
/* }}} */
|
||||
|
||||
/* {{{ pdo_sqlite_deps
|
||||
*/
|
||||
/* {{{ pdo_sqlite_deps */
|
||||
static const zend_module_dep pdo_pgsql_deps[] = {
|
||||
ZEND_MOD_REQUIRED("pdo")
|
||||
ZEND_MOD_END
|
||||
|
@ -62,8 +61,7 @@ ZEND_GET_MODULE(pdo_pgsql)
|
|||
|
||||
/* true global environment */
|
||||
|
||||
/* {{{ PHP_MINIT_FUNCTION
|
||||
*/
|
||||
/* {{{ PHP_MINIT_FUNCTION */
|
||||
PHP_MINIT_FUNCTION(pdo_pgsql)
|
||||
{
|
||||
REGISTER_PDO_CLASS_CONST_LONG("PGSQL_ATTR_DISABLE_PREPARES", PDO_PGSQL_ATTR_DISABLE_PREPARES);
|
||||
|
@ -78,8 +76,7 @@ PHP_MINIT_FUNCTION(pdo_pgsql)
|
|||
}
|
||||
/* }}} */
|
||||
|
||||
/* {{{ PHP_MSHUTDOWN_FUNCTION
|
||||
*/
|
||||
/* {{{ PHP_MSHUTDOWN_FUNCTION */
|
||||
PHP_MSHUTDOWN_FUNCTION(pdo_pgsql)
|
||||
{
|
||||
php_pdo_unregister_driver(&pdo_pgsql_driver);
|
||||
|
@ -87,8 +84,7 @@ PHP_MSHUTDOWN_FUNCTION(pdo_pgsql)
|
|||
}
|
||||
/* }}} */
|
||||
|
||||
/* {{{ PHP_MINFO_FUNCTION
|
||||
*/
|
||||
/* {{{ PHP_MINFO_FUNCTION */
|
||||
PHP_MINFO_FUNCTION(pdo_pgsql)
|
||||
{
|
||||
char buf[16];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue