vlad            Sat Oct 11 21:08:00 2003 EDT

  Modified files:              
    /php-src/ext/dbase  dbf_head.c 
  Log:
  rolling back fix for 23463. The "fix" broke more than it fixed (see bug 25558)
  
Index: php-src/ext/dbase/dbf_head.c
diff -u php-src/ext/dbase/dbf_head.c:1.13 php-src/ext/dbase/dbf_head.c:1.14
--- php-src/ext/dbase/dbf_head.c:1.13   Wed Aug  6 15:06:24 2003
+++ php-src/ext/dbase/dbf_head.c        Sat Oct 11 21:07:59 2003
@@ -33,10 +33,6 @@
 
        /* 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);

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

Reply via email to