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
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
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
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
4 matches
Mail list logo