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
12:14 AM To: [EMAIL PROTECTED] Subject: [PHP-DEV] strange crash   I CANNOT GET IT TO CRASH WITH –enable-debug!   Program received signal SIGSEGV, Segmentation fault. 0x080f43bc in zend_hash_copy () at eval.c:41 41      eval.c: No such file or directory.     in eval.c  

[PHP-DEV] strange crash

2001-11-20 Thread Chris Newbill
I CANNOT GET IT TO CRASH WITH –enable-debug!   Program received signal SIGSEGV, Segmentation fault. 0x080f43bc in zend_hash_copy () at eval.c:41 41  eval.c: No such file or directory.     in eval.c   Log info from –enable-debug --- array.

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

[PHP-DEV] Strange crash

2001-11-02 Thread Tomas V.V.Cox
This script crashes for me, but it work if comment out the line 17 (the var_dump). Tomas V.V.Cox fp = $fp; } function prepare_connection($nntpserver, $port = 119, $newsgroup) { $err = $this->connect($nntpserver, $port); //var_dump($err); $this->command("GROU