jasonrogena / jasonrogena/php-excel-reader
Error
- Dominant language
- PHP
- Stars
- 1
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
```
What steps will reproduce the problem?
PHP 5.3.13
new Spreadsheet_Excel_Reader()
What is the expected output? What do you see instead?
Function split() is deprecated
asignacion de tipo =& invalida
Please provide any additional information below.
Esto se soluciona sustituyendo el split por explode
y quitando el & a la asignación.
```
Original issue reported on code.google.com by `aalamill...@gmail.com` on 1 May 2013 at 9:59
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the Spreadsheet_Excel_Reader entry point and search for the deprecated split() call and the invalid =& assignment described in the report. Replace those constructs as indicated, then verify the reader works under PHP 5.3.13 without the reported warnings.
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
- 42/100