From: Shawn McKenzie on
On 05/11/2010 09:56 AM, Spud. Ivan. wrote:
>
> But it doesn't explain why my regexps work fine within php 5.1 but 5.3
>
> Ivan.
>

Post a regex and what you think it should match but doesn't.


--
Thanks!
-Shawn
http://www.spidean.com
From: Al on
Get a copy of http://www.weitz.de/regex-coach/ and contribute.

Use the pattern on your string, one section at a time.

On 5/10/2010 7:53 PM, Spud. Ivan. wrote:
>
>
> Hi,
>
> I've recently changed from php 5.1 to 5.3.2 and I'm havong problems with preg_match, because the same regular expressions used in php 5.1 are not matching anything in 5.3.2.
>
> There are any significant changes that I should know?
>
> I've been searching but I haven't found anything.
>
> Thanks.
> I.Lopez.
>
>
> _________________________________________________________________
> Recibe en tu HOTMAIL los emails de TODAS tus CUENTAS. + info
> http://www.vivelive.com/hotmail-la-gente-de-hoy/index.html?multiaccount
From: shiplu on
I think the error is related to changed described here.
http://www.pcre.org/changelog.txt

Shiplu Mokadd.im
My talks, http://talk.cmyweb.net
Follow me, http://twitter.com/shiplu
SUST Programmers, http://groups.google.com/group/p2psust
Innovation distinguishes bet ... ... (ask Steve Jobs the rest)
From: Ashley Sheridan on
On Tue, 2010-05-11 at 23:29 +0700, shiplu wrote:

> I think the error is related to changed described here.
> http://www.pcre.org/changelog.txt
>
> Shiplu Mokadd.im
> My talks, http://talk.cmyweb.net
> Follow me, http://twitter.com/shiplu
> SUST Programmers, http://groups.google.com/group/p2psust
> Innovation distinguishes bet ... ... (ask Steve Jobs the rest)
>


That's quite a long document, care to narrow it down slightly? :p

Thanks,
Ash
http://www.ashleysheridan.co.uk


From: shiplu on
oops!
Please see the change log for version 8.00 on
http://www.pcre.org/changelog.txt

Shiplu Mokadd.im
My talks, http://talk.cmyweb.net
Follow me, http://twitter.com/shiplu
SUST Programmers, http://groups.google.com/group/p2psust
Innovation distinguishes bet ... ... (ask Steve Jobs the rest)