php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #5832 bug like #5625, but in Latest CVS
Submitted: 2000-07-28 12:33 UTC Modified: 2000-09-06 00:06 UTC
From: support at webapteka dot ru Assigned:
Status: Closed Package: dBase related
PHP Version: 4.0 Latest CVS (28/07/2000) OS: Linux 2.2.17pre13
Private report: No CVE-ID: None
 [2000-07-28 12:33 UTC] support at webapteka dot ru
bug like #5625, but in Latest CVS !!!

Warning: second parameter must be array of arrays in make_reg_list_n.php on line 32

(cgi version of php)

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-07-28 12:53 UTC] support at webapteka dot ru
sorry, but error not like 5625.

$dbf = dbase_open($dbname, 0);
$dbf = dbase_open($dbname, 2);

work ok. But

$dbf = dbase_open($dbname, 1);

Unable to get header
 [2000-09-06 00:06 UTC] sterling@php.net
Fixed in 4.0.2.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 23:01:28 2024 UTC