Skip to content

Fix: Parse integer value from php.ini memor_limit#1

Open
fvozar wants to merge 1 commit into
developfrom
php7-pclzip-fix
Open

Fix: Parse integer value from php.ini memor_limit#1
fvozar wants to merge 1 commit into
developfrom
php7-pclzip-fix

Conversation

@fvozar

@fvozar fvozar commented Mar 29, 2017

Copy link
Copy Markdown
Owner

This is compatibility fix for PHP7, when notice "A non well formed numeric value encountered" is thrown after attempt to multiply number string for example "512M" with number.

PHP <7 silently truncated any non number character before multiplication was done.

This is compatibility fix for PHP7, when notice "A non well formed numeric value encountered" is thrown after attempt to multiply number string for example "512M" with number.

PHP <7 silently truncated any non number character before multiplication was done.
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.

1 participant