jasonrogena / jasonrogena/php-excel-reader
"Assigning the return value of new " and "split()" error
Open
auto-migrated
Priority-Medium
Type-Defect
- Dominant language
- PHP
- Stars
- 1
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
```
What steps will reproduce the problem?
1. In PHP newest versions
You should change the split function to explode and delete the "&" character
from line 916.
```
Original issue reported on code.google.com by `piro...@gmail.com` on 24 Feb 2013 at 1:35
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by inspecting line 916 and identify the use of split() and the ampersand character described in the issue. Replace the incompatible call as requested, then verify that the affected PHP code parses and reads an Excel file successfully on newer PHP versions.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100