burning shadow wrote:
I found this message in log when my script crashed: [Fri Mar 30 16:29:42 2007] [error] [client 192.168.0.100] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 3456 bytes) in D:\\root\\mygal.net.ru\\minigal\\includes\\mg2admin_functions.php on line 441, referer: http://mygal.net.ru/minigal/admin.php How can 3456 bytes exhaust 32 megabytes? Is it a bug or just a mistake in error message?
It means that the error occurred when it tried to allocate 3456 bytes on top of everything it had already allocated. The extra 3456 took it over the 32meg limit. So no, everything is not ok with it.
-Stut -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php