Hi to all,
anyone know a good free complier for win 2000/NT to compile PHP and so on?
thanks,
Bye
MArselo
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Solved the problem.
I have recompiled php with --with-regex=system instead of --with-system-regex
and the problem is disappeared.
Thanks anyway for help,
Bye Marcello
On Tuesday 13 August 2002 10:01, Marcello Lupo wrote:
> Probably i missunderstand your question but this is my production bu
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
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