jasonrogena / jasonrogena/php-excel-reader

split() and =& expression deprecated

Open
#199 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

```
Solution
1. change split() to explode()
2. change =& to = only
```

Original issue reported on code.google.com by `anugrah....@gmail.com` on 12 Jan 2015 at 7:26

Attachments:
- [excel_reader2.php](https://storage.googleapis.com/google-code-attachments/php-excel-reader/issue-199/comment-0/excel_reader2.php)

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by reviewing the attached excel_reader2.php file and locate the split() and =& expressions mentioned in the issue. Replace those deprecated forms as specified, then verify the file no longer contains the reported expressions and still parses correctly under the supported PHP version.

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
Clearly specified
Newbie friendliness
55/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.