Re: [PHP] In version 4.2.1 ereg_replace break Apache

2002-08-13 Thread Marcello Lupo
tried it on a non debug build? > > > > Danny > > > > - Original Message - > > From: "Marcello Lupo" <[EMAIL PROTECTED]> > > To: <[EMAIL PROTECTED]> > > Sent: Monday, August 12, 2002 8:14 PM > > Subject: [PHP] In ve

Re: [PHP] In version 4.2.1 ereg_replace break Apache

2002-08-13 Thread Marcello Lupo
ave you tried it on a non debug build? > > Danny > > - Original Message - > From: "Marcello Lupo" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Monday, August 12, 2002 8:14 PM > Subject: [PHP] In version 4.2.1 ereg_replace break Apac

Re: [PHP] In version 4.2.1 ereg_replace break Apache

2002-08-12 Thread Danny Shepherd
Have you tried it on a non debug build? Danny - Original Message - From: "Marcello Lupo" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, August 12, 2002 8:14 PM Subject: [PHP] In version 4.2.1 ereg_replace break Apache > ## A simple function to re

[PHP] In version 4.2.1 ereg_replace break Apache

2002-08-12 Thread Marcello Lupo
Hi to all, i have version 4.1.2 installed on linux slackware 8.0 with kernel 2.2.19. If i use this function : ## A simple function to remove consonant ## $temp="thisisatry"; $temp=ereg_replace("[BCDFGHJKLMNPQRSTVWXYZ]","",$temp); echo $temp; I get : [Mon Aug 12 18:13:29 2002] [notice] chi