Browse Source

Fix dbase breakage related to the virtual path changes.

PHP-4.0.5
Sascha Schumann 27 years ago
parent
commit
4b87dccefc
  1. 2
      ext/dbase/dbf_head.c

2
ext/dbase/dbf_head.c

@ -8,7 +8,7 @@
#include <fcntl.h>
#include "dbf.h"
#include "php_virtual_cwd.c"
#include "php.h"
void free_dbf_head(dbhead_t *dbh);
int get_dbf_field(dbhead_t *dbh, dbfield_t *dbf);

Loading…
Cancel
Save