[phpa] Re: eval() and system() bugs
- From: Justin Heesemann <phpa@xxxxxxxxxx>
- To: phpa@xxxxxxxxxxxxx
- Date: Thu, 16 May 2002 01:48:57 +0200
Carlo Moneti [Wednesday 15 May 2002 23:54]:
> Hi,
> I have some code that uses eval() and system(). When I run phpa, the code
> fails where these functions are called. Regarding eval(), I traced the
> problem to a variable set before the call to eval() that is empty when I
> read it after the call to eval() (I got around this by assigning the value
> to a second variable before the eval() call). When I turn off phpa,
> everything works again. My question is: Has anyone else experienced
> problems usings eval(), system(), or functions of the same genre, that are
> attributable to phpa?
>
Yes. Some of my projects make MASSIVE use of eval, eval with objects .. etc..
no problems so far. Which php and phpa version are you using ?
--
Justin
------------------------------------------------------------------------
www.php-accelerator.co.uk Home of the free PHP Accelerator
To post, send email to phpa@xxxxxxxxxxxxx
To unsubscribe, email phpa-request@xxxxxxxxxxxxx with subject unsubscribe
- References:
- [phpa] eval() and system() bugs
- From: Carlo Moneti
Other related posts:
- » [phpa] eval() and system() bugs
- » [phpa] Re: eval() and system() bugs
- » [phpa] Re: eval() and system() bugs
- » [phpa] Re: eval() and system() bugs
- » [phpa] Re: eval() and system() bugs
- [phpa] eval() and system() bugs
- From: Carlo Moneti