Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changes I made to work with PHP 8 #2

Open
landreww opened this issue Oct 29, 2024 · 0 comments
Open

Changes I made to work with PHP 8 #2

landreww opened this issue Oct 29, 2024 · 0 comments

Comments

@landreww
Copy link

Around line 44, the script needed to be changed for it to work with PHP 8.3 I removed $in from the instance and the added a call to the dbf_class($in) passing the file name.

$dbf = new dbf_class(); //dbf_class is both the CLASS name and the function name.
$dbf-> dbf_class($in); // call function with the file name.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant