Re: [PHP] Problem: ereg doesn't work ok (?).

2001-09-26 Thread * RzE:
I noticed something I haven't before: I'm generating a RPM for php-4.0.6 which is what I'm installing, but using the .spec file from the 4.0.4 which comes with RedHat. Well, in the configure it had --with-regex=system. I removed this option, recompiled, and the regex'es seem to be working

Re: [PHP] Problem: ereg doesn't work ok (?).

2001-09-25 Thread Lic. Rodolfo Gonzalez Gonzalez
On Thu, 20 Sep 2001, * RzE: wrote: This sometimes work, but sometimes it doesn't randomly, even with the same (apache-1.3.20, rh-7.1) and it's the same. Any help is appreciated. Thank Ehhh... works fine here! Dunno what's wrong. Don't you do anything almost a complete year using the link it

Re: [PHP] Problem: ereg doesn't work ok (?).

2001-09-20 Thread * RzE:
Original message From: Lic. Rodolfo Gonzalez Gonzalez [EMAIL PROTECTED] Date: Tue, Sep 18, 2001 at 08:15:50PM -0500 Message-ID: [EMAIL PROTECTED] Subject: Re: [PHP] Problem: ereg doesn't wo On Tue, 18 Sep 2001, * RzE: wrote: and get DD-MM-, but with well formed -MM-DD it doesn't

Re: [PHP] Problem: ereg doesn't work ok (?).

2001-09-18 Thread * RzE:
Original message From: Lic. Rodolfo Gonzalez Gonzalez [EMAIL PROTECTED] Date: Mon, Sep 17, 2001 at 05:13:04PM -0500 Message-ID: [EMAIL PROTECTED] Subject: [PHP] Problem: ereg doesn't work o Hello, I have a problem with ereg: following the example from the documentation (see the ereg page in

Re: [PHP] Problem: ereg doesn't work ok (?).

2001-09-18 Thread Lic. Rodolfo Gonzalez Gonzalez
On Tue, 18 Sep 2001, * RzE: wrote: and get DD-MM-, but with well formed -MM-DD it doesn't match!. Is this a bug?. It would help if you send the code you're using, 'cause we can't see what you're doing now. FAFAIK it should just be possible. See the Sure: --- start --- $datenews

[PHP] Problem: ereg doesn't work ok (?).

2001-09-17 Thread Lic. Rodolfo Gonzalez Gonzalez
Hello, I have a problem with ereg: following the example from the documentation (see the ereg page in the manual), I'm using it to parse a -MM-DD date and get DD-MM-, but with well formed -MM-DD it doesn't match!. Is this a bug?. Regards, Rodolfo. php-4.0.8-dev (maybe the problem