@@ -53,7 +53,7 @@ ZEND_END_ARG_INFO()
53
53
ZEND_BEGIN_ARG_INFO (arginfo_ibase_errcode , 0 )
54
54
ZEND_END_ARG_INFO ()
55
55
56
- ZEND_BEGIN_ARG_INFO_EX (arginfo_ibase_connect , 0 , 0 , 1 )
56
+ ZEND_BEGIN_ARG_INFO_EX (arginfo_ibase_connect , 0 , 0 , 0 )
57
57
ZEND_ARG_INFO (0 , database )
58
58
ZEND_ARG_INFO (0 , username )
59
59
ZEND_ARG_INFO (0 , password )
@@ -63,7 +63,7 @@ ZEND_BEGIN_ARG_INFO_EX(arginfo_ibase_connect, 0, 0, 1)
63
63
ZEND_ARG_INFO (0 , role )
64
64
ZEND_END_ARG_INFO ()
65
65
66
- ZEND_BEGIN_ARG_INFO_EX (arginfo_ibase_pconnect , 0 , 0 , 1 )
66
+ ZEND_BEGIN_ARG_INFO_EX (arginfo_ibase_pconnect , 0 , 0 , 0 )
67
67
ZEND_ARG_INFO (0 , database )
68
68
ZEND_ARG_INFO (0 , username )
69
69
ZEND_ARG_INFO (0 , password )
@@ -1030,15 +1030,15 @@ static void _php_ibase_connect(INTERNAL_FUNCTION_PARAMETERS, int persistent) /*
1030
1030
}
1031
1031
/* }}} */
1032
1032
1033
- /* {{{ proto resource ibase_connect(string database [, string username [, string password [, string charset [, int buffers [, int dialect [, string role]]]]]])
1033
+ /* {{{ proto resource ibase_connect([ string database [, string username [, string password [, string charset [, int buffers [, int dialect [, string role] ]]]]]])
1034
1034
Open a connection to an InterBase database */
1035
1035
PHP_FUNCTION (ibase_connect )
1036
1036
{
1037
1037
_php_ibase_connect (INTERNAL_FUNCTION_PARAM_PASSTHRU , 0 );
1038
1038
}
1039
1039
/* }}} */
1040
1040
1041
- /* {{{ proto resource ibase_pconnect(string database [, string username [, string password [, string charset [, int buffers [, int dialect [, string role]]]]]])
1041
+ /* {{{ proto resource ibase_pconnect([ string database [, string username [, string password [, string charset [, int buffers [, int dialect [, string role] ]]]]]])
1042
1042
Open a persistent connection to an InterBase database */
1043
1043
PHP_FUNCTION (ibase_pconnect )
1044
1044
{
0 commit comments