ID: 36722 Updated by: [EMAIL PROTECTED] Reported By: michael dot virnstein at brodos dot de -Status: Open +Status: Feedback Bug Type: Unknown/Other Function Operating System: SuSE Linux 9.0 PHP Version: 4.4.2 New Comment:
Exactly. And I would like to know if you're able to reproduce it with 5.1. Previous Comments: ------------------------------------------------------------------------ [2006-03-13 18:39:39] michael dot virnstein at brodos dot de This was an error in PHP 4.4.2 not in PHP 5.1 ------------------------------------------------------------------------ [2006-03-13 18:11:26] [EMAIL PROTECTED] Please try using this CVS snapshot: http://snaps.php.net/php5.1-latest.tar.gz For Windows: http://snaps.php.net/win32/php5.1-win32-latest.zip ------------------------------------------------------------------------ [2006-03-13 18:09:05] michael dot virnstein at brodos dot de Description: ------------ We randomly get errors like the following: ----------------------------------------- [Mon Mar 13 17:39:12 2006] [error] [client 172.17.5.130] PHP Fatal error: Possible integer overflow in memory allocation (28 * 139335776 + 0) in /home/geugen /public_html/lib/class/button.php on line 172, referer: http://localhost/index.php ----------------------------------------- the strange thing is that this line in the file only contains comments. There's also a class definition in the file, but this comment is not inside any function or class. Just a note: In index.php there's an object called and inside one of the methods of this object the above file is included. Suffice to say that almost all files get included inside this method call or inside the included files. The problem seems to occur totally random and disappears with reloading the page. We are using PHP 4.4.2 as mod_php with Apache 2.0.54, but the problem occured with 4.4.1 also. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=36722&edit=1