jasonrogena / jasonrogena/php-excel-reader

Function is deprecated

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

```
1) Deprecated: Function split() is deprecated in excel_reader2.php on line 844
-- "$parts = split(";",$format);" change in "$parts = explode(";",$format);"

2) Deprecated: Assigning the return value of new by reference is deprecated in
excel_reader2.php on line 916
-- "$this->_ole =& new OLERead();" change in "$this->_ole = new OLERead();"

```

Original issue reported on code.google.com by `marc...@gmail.com` on 25 Feb 2013 at 9:27

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

Contributor guide

No contributing guide indexed for this repository

Research direction

Open excel_reader2.php at lines 844 and 916 and review the two deprecated statements identified in the issue. Update those statements as specified, then verify that the file no longer produces these deprecation warnings.】【。

Written by the indexing model from the issue text.

Assessment

Tech stack
php
Domain
backend
Issue type
Bug
Difficulty
1/5
Estimated time
Under an hour
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
55/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.