1.5.12 question

click here

Active member
"Improved PHP 7.1 support with memory limit checks and numeric input handling."

Could you expand upon this? What memory limits is it checking? Will it simply throw an error if a memory problem is detected?
 
This is specifically relating to PHP 7.1's changes with regards to strings that look like numbers. It just prevents some erroneous errors that may happen due to type casting. It's not a change beyond that.
 
Top Bottom