Skip to content
This repository has been archived by the owner on Jan 8, 2020. It is now read-only.

Zend\Http\Header\SetCookie not compatible with older versions of pcre (and therefore CentOS) #5423

Merged
merged 1 commit into from
Nov 7, 2013

Conversation

weierophinney
Copy link
Member

SetCookie no longer compiles with older versions of PCRE as of 2.2.5.

This appears to be the same issue addressed in the Console Router in an earlier version.

#4134


Version 6.x of PCRE does not recognize ?< as a valid preg_match command.

It DOES recognize ?P<

From http://php.net/manual/en/function.preg-match.php:
"Named subpatterns now accept the syntax (?) and (?'name') as well as (?P). Previous versions accepted only (?P)."

@ghost ghost assigned Maks3w Nov 7, 2013
Maks3w added a commit that referenced this pull request Nov 7, 2013
Maks3w added a commit that referenced this pull request Nov 7, 2013
Maks3w added a commit that referenced this pull request Nov 7, 2013
@Maks3w Maks3w merged commit e4402ed into zendframework:master Nov 7, 2013
weierophinney added a commit to zendframework/zend-http that referenced this pull request May 15, 2015
gianarb pushed a commit to zendframework/zend-http that referenced this pull request May 15, 2015
gianarb pushed a commit to zendframework/zend-http that referenced this pull request May 15, 2015
gianarb pushed a commit to zendframework/zend-http that referenced this pull request May 15, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants