php-memory-profiler icon indicating copy to clipboard operation
php-memory-profiler copied to clipboard

Possible integer overflow in memory allocation

Open NicklasWallgren opened this issue 5 years ago • 0 comments

During bootstrap of the app, using php 7.4

PHP Fatal error:  Possible integer overflow in memory allocation (4294967295 * 32 + 32) in /<path>/vendor/composer/ClassLoader.php on line 444

In ClassLoader.php line 444:
Possible integer overflow in memory allocation (4294967295 * 32 + 32)  

NicklasWallgren avatar Apr 01 '20 05:04 NicklasWallgren