diff options
Diffstat (limited to 'ext/dbase/dbase.c')
| -rw-r--r-- | ext/dbase/dbase.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/dbase/dbase.c b/ext/dbase/dbase.c index 68833bd4a2..bbb93558cf 100644 --- a/ext/dbase/dbase.c +++ b/ext/dbase/dbase.c @@ -119,7 +119,6 @@ PHP_FUNCTION(dbase_open) { pval *dbf_name, *options; dbhead_t *dbh; int handle; - PLS_FETCH(); DBase_TLS_VARS; if (ZEND_NUM_ARGS() != 2 || getParameters(ht,2,&dbf_name,&options)==FAILURE) { @@ -583,7 +582,6 @@ PHP_FUNCTION(dbase_create) { int num_fields; dbfield_t *dbf, *cur_f; int i, rlen, handle; - PLS_FETCH(); DBase_TLS_VARS; if (ZEND_NUM_ARGS() != 2 || getParameters(ht,2,&filename,&fields)==FAILURE) { |
