jasonrogena / jasonrogena/php-excel-reader
Deprecated: Function split()
- Dominant language
- PHP
- Stars
- 1
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
```
What steps will reproduce the problem?
1. Execute in php 5.3 with notice output
2.
3.
What is the expected output?
Don't show notices.
What do you see instead?
Notices about deprecation of split function used in this library.
Please provide any additional information below.
PHP 5.3 deprecated split. They recommend use preg_split() instead. If you
like a few of help i maybe can do the work to change it, let me a few days
to study the code and how to do it.
```
Original issue reported on code.google.com by `diego.ce...@gmail.com` on 24 May 2010 at 3:06
Contributor guide
No contributing guide indexed for this repository
Research direction
Search the library for uses of the deprecated split() function, then reproduce the report by running it under PHP 5.3 with notice output enabled. Compare the resulting behavior with the recommended preg_split() usage and verify that the library no longer emits split deprecation notices.
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
- 48/100