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

different constructor style #172

Open
tresaresa opened this issue Jul 9, 2021 · 0 comments
Open

different constructor style #172

tresaresa opened this issue Jul 9, 2021 · 0 comments

Comments

@tresaresa
Copy link

in file excel_reader2.php the constructor is Spreadsheet_Excel_Reader()
in file SpreadsheetReader.php the constructor is __construct()

it seems like the constructor Spreadsheet_Excel_Reader() cannot be executed in php8, and new Spreadsheet_Excel_Reader() returns null. after i created a function called __construct() with the same content, everything solved.

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