mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
rolling back fix for 23463. The "fix" broke more than it fixed (see bug 25558)
This commit is contained in:
parent
7299119f13
commit
db0a175bcb
1 changed files with 0 additions and 4 deletions
|
@ -33,10 +33,6 @@ dbhead_t *get_dbf_head(int fd)
|
|||
|
||||
/* build in core info */
|
||||
dbh->db_fd = fd;
|
||||
if (dbhead.dbh_dbt < 3) {
|
||||
php_error(E_WARNING, "This file appears to be dbase ver. %d. Only version 3 and above is supported.", dbhead.dbh_dbt);
|
||||
return NULL;
|
||||
}
|
||||
dbh->db_dbt = dbhead.dbh_dbt;
|
||||
dbh->db_records = get_long(dbhead.dbh_records);
|
||||
dbh->db_hlen = get_short(dbhead.dbh_hlen);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue