felipe Tue Jan 27 14:40:14 2009 UTC
Modified files: (Branch: PHP_5_2)
/php-src/ext/pgsql pgsql.c
Log:
- Removed wrong '/' in parameter format
http://cvs.php.net/viewvc.cgi/php-src/ext/pgsql/pgsql.c?r1=1.331.2.13.2.34&r2=1.331.2.13.2.35&diff_format=u
Index: php-src/ext/pgsql/pgsql.c
diff -u php-src/ext/pgsql/pgsql.c:1.331.2.13.2.34
php-src/ext/pgsql/pgsql.c:1.331.2.13.2.35
--- php-src/ext/pgsql/pgsql.c:1.331.2.13.2.34 Sun Jan 18 23:51:15 2009
+++ php-src/ext/pgsql/pgsql.c Tue Jan 27 14:40:13 2009
@@ -20,7 +20,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: pgsql.c,v 1.331.2.13.2.34 2009/01/18 23:51:15 felipe Exp $ */
+/* $Id: pgsql.c,v 1.331.2.13.2.35 2009/01/27 14:40:13 felipe Exp $ */
#include <stdlib.h>
@@ -3454,7 +3454,7 @@
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;
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php