Tarjei Huse wrote: > Will do. Btw, this is the stock Debian distro (unstable) so if someone > would care to test it on their debs I'd be happy.
I'm running DebSid too. > Btw emile, is this (1) a coding error that is not handled gracefully or (2) > a bug? Somewhere inbetween I suspect. Current midgard-php4 changes eval into mgd_eval and we've seen in the past that the code scanning this would change this into mgd_mgd_eval etc. We 'handled' that by only changing [^_]eval but it may not be fool-proof. Calling eval in your code is potentially expensive with current midgard-php4 since it does parsing and string copying. Emile --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
