jasonrogena / jasonrogena/php-excel-reader

Warnings with php 5.30.

Open
#53 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

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?

1.Installing WAMP 2.0i with PHP 5.3.0
When i upload an
I get an error deprecated by reference at line $this->_ole = &new OLERead();
If i downgrade to php 5.2.9 i don't get anymore errors but my application
is stucked.

```

Original issue reported on code.google.com by `gregko...@gmail.com` on 11 Nov 2009 at 2:38

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start at the reported line containing `$this->_ole = &new OLERead();` and inspect how the OLE reader is instantiated. Reproduce the warning with PHP 5.3.0, then verify that the warning is gone and the application still works without the PHP 5.2.9 downgrade.

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
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.