jasonrogena / jasonrogena/php-excel-reader

Error

Open
#171 0 comments 0 reactions 0 assignees View on GitHub
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?
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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.