Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Avoid: a non well formed numeric value encountered #8

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

vikyd
Copy link

@vikyd vikyd commented Oct 25, 2017

'128M' * 1048576 will cause notice in PHP 7.1

'128' * 1048576 will not cause notice in PHP 7.1

`'128M' * 1048576` will cause notice in PHP 7.1

`128' * 1048576` will not cause notice in PHP 7.1
@webbird
Copy link

webbird commented Jun 18, 2018

Ran into the same issue. Would be great to have this fix included.

@declic3000
Copy link

I confirm this issue and this fix works, please accept this pull request and thanks for your code.

@declic3000
Copy link

+1

@maksimovic
Copy link

looks like the package isn't maintained at all

@thinkcmf
Copy link

thinkcmf commented Mar 9, 2019

seems we need a new repository!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants