jasonrogena / jasonrogena/php-excel-reader
problem with excel_reader2.php
- Dominant language
- PHP
- Stars
- 1
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
```
after several months without problems
an error appears on the function: OLERead ()
"Deprecated: Assigning The return value of new by reference is deprecated in /
home/ach/public_html/01_www/googlemaps/admin/lib/Excel/reader.php on line 916
The filename .. / .. / gmaps / gmaps.xls is Not readable "
Line 916: $ this-> _ole OLERead = & new ();
No longer works on php 5.2.11 (production server) and 5.3.2-2 (test server) on
two different servers
same error with the example for download with the error:
"Deprecated: Assigning The return value of new by reference is deprecated in /
home/ach/public_html/01_www/php-excel-reader-2.21/excel_reader2.php on line 916
Deprecated: Function Split () is deprecated in /
home/ach/public_html/01_www/php-excel-reader-2.21/excel_reader2.php on line 844
Deprecated: Function Split () is deprecated in /
home/ach/public_html/01_www/php-excel-reader-2.21/excel_reader2.php on line 844
... "
```
Original issue reported on code.google.com by `ache...@gmail.com` on 6 Oct 2010 at 5:20
Attachments:
- [reader.php](https://storage.googleapis.com/google-code-attachments/php-excel-reader/issue-89/comment-0/reader.php)
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with reader.php or excel_reader2.php at lines 916 and 844, and review the attached reader.php alongside the reported PHP 5.2.11 and 5.3.2-2 errors. Confirm the deprecated notices and the unreadable-file failure, then verify that the example Excel file works without those errors.
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