[pcre-dev] PHP vs PCRE newlines

Top Page
Delete this message
Author: Sheri
Date:  
To: Nuno Lopes, pcre-dev
Old-Topics: Re: [pcre-dev] sf.net bug tracker
Subject: [pcre-dev] PHP vs PCRE newlines
Hi Nuno,

Is adding support for PCRE's newline options on your list for PHP
enhancements? These are the applicable PCRE option bits.

PCRE_NEWLINE_ANY
PCRE_NEWLINE_ANYCRLF
PCRE_NEWLINE_CR
PCRE_NEWLINE_CRLF
PCRE_NEWLINE_LF

I believe PHP uses default newline of LF, and especially in the absense
of support for pattern alternatives, it is not very accommodating on
Windows.

Regards,
Sheri