From: Felipe Pena Date: Tue, 27 Jan 2009 14:40:13 +0000 (+0000) Subject: - Removed wrong '/' in parameter format X-Git-Tag: php-5.2.9RC1~26 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=855e9fb998cb2ea7d6083898537f26ee66048748;p=php - Removed wrong '/' in parameter format --- diff --git a/ext/pgsql/pgsql.c b/ext/pgsql/pgsql.c index 7e71fc5c8e..4d76b360db 100644 --- a/ext/pgsql/pgsql.c +++ b/ext/pgsql/pgsql.c @@ -3454,7 +3454,7 @@ PHP_FUNCTION(pg_copy_from) ExecStatusType status; int argc = ZEND_NUM_ARGS(); - if (zend_parse_parameters(argc TSRMLS_CC, "rs/a|ss", + if (zend_parse_parameters(argc TSRMLS_CC, "rsa|ss", &pgsql_link, &table_name, &table_name_len, &pg_rows, &pg_delim, &pg_delim_len, &pg_null_as, &pg_null_as_len) == FAILURE) { return;