Re: [PHP-DEV] Endless loop in zend_alloc.c

2006-12-17 Thread Edin Kadribasic
o: Dmitry Stogov; PHP Internals List >> Subject: [PHP-DEV] Endless loop in zend_alloc.c >> >> Hi, >> >> Trying to compile current php-5.2-dev on Windows using the >> new VC++ 8.0 (2005). PHP compiles without problems but on >> startup ends up in and endless loop at

RE: [PHP-DEV] Endless loop in zend_alloc.c

2006-12-17 Thread Andi Gutmans
5 AM > To: Dmitry Stogov; PHP Internals List > Subject: [PHP-DEV] Endless loop in zend_alloc.c > > Hi, > > Trying to compile current php-5.2-dev on Windows using the > new VC++ 8.0 (2005). PHP compiles without problems but on > startup ends up in and endless loop at around

[PHP-DEV] Endless loop in zend_alloc.c

2006-12-17 Thread Edin Kadribasic
Hi, Trying to compile current php-5.2-dev on Windows using the new VC++ 8.0 (2005). PHP compiles without problems but on startup ends up in and endless loop at around line 768 of zend_alloc.c. rand() and do...while() never exit there. If I disable ZEND_MM_COOKIES PHP starts up fine. Edin -- PH