[phpa] Re: eval() and system() bugs
- From: zerocool@xxxxxxxxxxxxx
- To: phpa@xxxxxxxxxxxxx
- Date: Thu, 16 May 2002 11:54:35 +0200
Hi,
Just two small question:
Is there any acceleration by phpa to eval()'d code from a datafile or database?
Is it better to keep things in files and include them, regarding acceleration?
Thanks, Sascha
>
> 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
>
>
--
Diese Mail wurde über AalenCity.com versendet.
www.AalenCity.com - die Community mit Herz!
Chat, Forum, Gästebücher, Mailsystem und vieles mehr...
------------------------------------------------------------------------
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
- Follow-Ups:
- [phpa] Re: eval() and system() bugs
- From: Nick Lindridge
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] Re: eval() and system() bugs
- From: Nick Lindridge