Re: [PHP-DEV] strange crash

2001-11-21 Thread Andrei Zmievski
On Wed, 21 Nov 2001, Chris Newbill wrote: > Bingo! > > What is happening is I have PHP code that will eventually be pulled from > a database, and some of them need to import the global scope (although I > have changed this for security reasons). Only way to do this (easily) > when eval'ing code

RE: [PHP-DEV] strange crash

2001-11-21 Thread derick
iginal Message- > From: Derick Rethans [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, November 21, 2001 12:30 AM > To: Chris Newbill > Cc: [EMAIL PROTECTED] > Subject: Re: [PHP-DEV] strange crash > > On Wed, 21 Nov 2001, Chris Newbill wrote: > > >

RE: [PHP-DEV] strange crash

2001-11-20 Thread Chris Newbill
work. Guess extract() doesn't like the recursion of $GLOBALS?? -Chris -Original Message- From: Derick Rethans [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 21, 2001 12:30 AM To: Chris Newbill Cc: [EMAIL PROTECTED] Subject: Re: [PHP-DEV] strange crash On Wed, 21 Nov 2001, Chris New

Re: [PHP-DEV] strange crash

2001-11-20 Thread Derick Rethans
On Wed, 21 Nov 2001, Chris Newbill wrote: > --- > array.c(1263) : Block 0x08217420 status: > Beginning: OK (allocated on array.c:1218, 9 bytes) > End: Overflown (magic=0x2A8FCC01 instead of 0x2A8FCC84) > 1 byte(s) overflown > ---

RE: [PHP-DEV] strange crash

2001-11-20 Thread Chris Newbill
Not that I think this will help a damn bit, but I can stop the crash by commenting out a function from one of the included files. (yeah I know about htmlentities/htmlspecialchars)   function form_print($string) {     $string = stripslashes($string);     $string = str_replace('"','"

Re: [PHP-DEV] Strange crash

2001-11-02 Thread Markus Fischer
Sterling was a bad boy it seems ;-) r1.76->1.77 broke when he changed zval_dtor() to zval_ptr_dtor(). - Markus -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e