felipe          Tue Jan 27 14:44:07 2009 UTC

  Modified files:              (Branch: PHP_5_2)
    /php-src/ext/pgsql  pgsql.c 
  Log:
  - Fixed parameter format
  
  
http://cvs.php.net/viewvc.cgi/php-src/ext/pgsql/pgsql.c?r1=1.331.2.13.2.35&r2=1.331.2.13.2.36&diff_format=u
Index: php-src/ext/pgsql/pgsql.c
diff -u php-src/ext/pgsql/pgsql.c:1.331.2.13.2.35 
php-src/ext/pgsql/pgsql.c:1.331.2.13.2.36
--- php-src/ext/pgsql/pgsql.c:1.331.2.13.2.35   Tue Jan 27 14:40:13 2009
+++ php-src/ext/pgsql/pgsql.c   Tue Jan 27 14:44:07 2009
@@ -20,7 +20,7 @@
    +----------------------------------------------------------------------+
  */
  
-/* $Id: pgsql.c,v 1.331.2.13.2.35 2009/01/27 14:40:13 felipe Exp $ */
+/* $Id: pgsql.c,v 1.331.2.13.2.36 2009/01/27 14:44:07 felipe Exp $ */
 
 #include <stdlib.h>
 
@@ -1735,7 +1735,7 @@
        char *table_name;
        zend_rsrc_list_entry *field_table;
 
-       if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rl|b!", &result, 
&fnum, &return_oid) == FAILURE) {
+       if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rl|b", &result, 
&fnum, &return_oid) == FAILURE) {
                return;
        }
 



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to