[DCOM-144] [GH-224] Use preg_quote() to escape text before inserting into regexp Created: 20/Nov/12 Updated: 21/Nov/12 Resolved: 21/Nov/12 |
|
| Status: | Resolved |
| Project: | Doctrine Common |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Major |
| Reporter: | Benjamin Eberlei | Assignee: | Benjamin Eberlei |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
This issue is created automatically through a Github pull request on behalf of fruit: Url: https://github.com/doctrine/common/pull/224 Message: PHP has build-in function `preg_quote()` in order to escape strings witch are dynamically inserted into regular expression. |
| Comments |
| Comment by Benjamin Eberlei [ 21/Nov/12 ] |
|
A related Github Pull-Request [GH-224] was closed |