Re: [PHP] In version 4.2.1 ereg_replace break Apache

2002-08-13 Thread Marcello Lupo
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 remove consonant ## $temp=thisisatry

Re: [PHP] In version 4.2.1 ereg_replace break Apache

2002-08-13 Thread Marcello Lupo
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 remove consonant ## $temp=thisisatry; $temp=ereg_replace([BCDFGHJKLMNPQRSTVWXYZ],,$temp

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 remove consonant ## $temp=thisisatry