diff options
Diffstat (limited to 'ext')
-rw-r--r-- | ext/dba/php_db4.h | 12 | ||||
-rw-r--r-- | ext/fdf/fdf.c | 3 |
2 files changed, 2 insertions, 13 deletions
diff --git a/ext/dba/php_db4.h b/ext/dba/php_db4.h deleted file mode 100644 index fa814c3f5e..0000000000 --- a/ext/dba/php_db4.h +++ /dev/null @@ -1,12 +0,0 @@ -#ifndef PHP_DB4_H -#define PHP_DB4_H - -#if DBA_DB4 - -#include "php_dba.h" - -DBA_FUNCS(db4); - -#endif - -#endif diff --git a/ext/fdf/fdf.c b/ext/fdf/fdf.c index 5200d87351..611a93a48e 100644 --- a/ext/fdf/fdf.c +++ b/ext/fdf/fdf.c @@ -1416,7 +1416,8 @@ PHP_FUNCTION(fdf_remove_item) { FDFErc err; if(zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rsl", &r_fdf, - &fieldname, &fieldname_len + &fieldname, &fieldname_len, + &item ) == FAILURE) { return; |