jasonrogena / jasonrogena/php-excel-reader

Deprecated: Function split()

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

```
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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.