jasonrogena / jasonrogena/php-excel-reader
Assigning the return value of new by reference is deprecated in 5.3
- Dominant language
- PHP
- Stars
- 1
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
```
What steps will reproduce the problem?
1. Just including or requiring the file and setting error reporting to E_STRICT
What is the expected output? What do you see instead?
Expecting pages to load without problems and processing to continue. However
require[_once]() throws an error and stops
Please provide any additional information below.
excel_reader2.php, line 916
```
Original issue reported on code.google.com by `oliver.k...@gmail.com` on 2 Aug 2010 at 11:32
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with excel_reader2.php at line 916 and reproduce the problem by requiring the file with E_STRICT enabled under PHP 5.3. Trace the deprecated assignment reported there and verify that requiring the file completes and processing continues without the deprecation stopping execution.
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
- 35/100