[PHP] PCRE regex result is different between Linux Windows.

2008-11-07 Thread ClapClap
Hi, [I precede you, sorry for language mistakes...] I have done a pretty regex which can normally strip all the empties HTML tags. With PHP v5.2.4, under Windows XP, preg_replace() gives me 90 matches (which is correct) while under linux it stagnate to 54. Let me introduce this regex :

Re: [PHP] PCRE regex result is different between Linux Windows.

2008-11-07 Thread Jochem Maas
ClapClap schreef: Hi, [I precede you, sorry for language mistakes...] php or english? :-) I have done a pretty regex which can normally strip all the empties HTML regexp's are never pretty IMHO ;-) I'm just going to start asking a whole stack of questions in the hope something sticks

Re: [PHP] PCRE regex result is different between Linux Windows.

2008-11-07 Thread Lupus Michaelis
Jochem Maas a écrit : okay, are you using the same PHP version on both machines? anything in the php.ini's that differs? And by the way, what version of PCRE are in use. -- Mickaël Wolff aka Lupus Michaelis http://lupusmic.org -- PHP General Mailing List (http://www.php.net/) To