jasonrogena / jasonrogena/php-excel-reader
Warnings with php 5.30.
Nobody has claimed this yet.
- 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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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