Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Fixed bug #52732 (Docs say preg_match() returns FALSE on error, but it ↵ | Felipe Pena | 2010-11-06 | 4 | -3/+16 |
| | | | | | | | returns int(0)) patch by: slugonamission at gmail dot com | ||||
* | - Fixed bug #52971 (PCRE-Meta-Characters not working with utf-8) | Felipe Pena | 2010-10-03 | 1 | -0/+43 |
| | | | | | | | | # In PCRE, by default, \d, \D, \s, \S, \w, and \W recognize only ASCII # characters, even in UTF-8 mode. However, this can be changed by setting # the PCRE_UCP option. | ||||
* | Changed deprecated ini options on startup from E_WARNING to E_DEPRECATED ↵ | Kalle Sommer Nielsen | 2010-08-11 | 1 | -1/+1 |
| | | | | | | (Fixes #52570) # Trunk patch will follow shortly | ||||
* | Fixed tests | Dmitry Stogov | 2009-09-21 | 1 | -1/+1 |
| | |||||
* | Remove empty sections. Fix bad use of --SKIP-- | Zoe Slattery | 2009-07-21 | 1 | -2/+1 |
| | |||||
* | Fix test | andy wharmby | 2009-06-23 | 1 | -1/+1 |
| | |||||
* | - Fixed ini deprecation message issues in tests. | Jani Taskinen | 2009-05-06 | 1 | -1/+1 |
| | | | | | # CGI headers are stripped and the error ends up there with CGI.. | ||||
* | Added E_DEPRECATED startup notice (5.3 only) | Kalle Sommer Nielsen | 2009-05-04 | 1 | -1/+2 |
| | |||||
* | MFH | Arnaud Le Blanc | 2009-04-25 | 1 | -3/+3 |
| | |||||
* | MFH | Arnaud Le Blanc | 2009-04-24 | 1 | -5/+5 |
| | |||||
* | fix bug #47662: support more than 127 named subpatterns | Nuno Lopes | 2009-04-10 | 1 | -0/+18 |
| | |||||
* | fix bug #47229: preg_quote should escape '-' | Nuno Lopes | 2009-01-28 | 2 | -1/+38 |
| | |||||
* | New pcre extension tests. Tested on Windows, Linux and Linux 64-bit | andy wharmby | 2009-01-07 | 5 | -0/+169 |
| | |||||
* | - Opss, reverted accidental changes | Felipe Pena | 2008-11-03 | 9 | -0/+55 |
| | |||||
* | - Revert ZEND_BEGIN_ARG_INFO change | Felipe Pena | 2008-11-02 | 13 | -51/+36 |
| | |||||
* | remove unicode skipif, as the test doesnt require such support | Nuno Lopes | 2008-08-31 | 1 | -6/+0 |
| | |||||
* | - MFH preg_filter() | Marcus Boerger | 2008-08-29 | 1 | -0/+35 |
| | | | | | | # As discussed with Lukas # [DOC] check out the test | ||||
* | after rereading the documentation about preg_grep(), lets match the behavior ↵ | Nuno Lopes | 2008-08-14 | 1 | -10/+12 |
| | | | | | | | in HEAD (return the original array elements instead of the new string). tune the test accordingly | ||||
* | Fixed bug #44925 (preg_grep() modifies input array) | Nuno Lopes | 2008-08-14 | 1 | -0/+105 |
| | |||||
* | - New parameter parsing API (to preg_replace*) | Felipe Pena | 2008-06-30 | 3 | -14/+13 |
| | | | | | - Fixed related tests | ||||
* | fix bug #44214: crash with preg_replace_callback and global variables | Nuno Lopes | 2008-03-08 | 2 | -0/+56 |
| | |||||
* | add new tests | Nuno Lopes | 2008-03-08 | 2 | -0/+94 |
| | |||||
* | Fix test | Felipe Pena | 2008-02-21 | 1 | -1/+5 |
| | |||||
* | fix test | Antony Dovgal | 2008-02-21 | 1 | -3/+1 |
| | |||||
* | New test | Felipe Pena | 2008-02-20 | 1 | -0/+14 |
| | |||||
* | Fixed bug #42945 (preg_split() swallows part of the string) | Nuno Lopes | 2008-01-13 | 1 | -0/+88 |
| | |||||
* | Add some more pcre tests | Robert Nicholson | 2007-11-21 | 30 | -0/+1459 |
| | |||||
* | Fixed bug #42737 (preg_split('//u') triggers a E_NOTICE with newlines) | Nuno Lopes | 2007-10-07 | 1 | -0/+19 |
| | |||||
* | fix bug #37911: preg_replace_callback ignores named groups | Nuno Lopes | 2007-10-07 | 1 | -0/+41 |
| | |||||
* | MFH | Antony Dovgal | 2007-09-20 | 1 | -0/+22 |
| | |||||
* | new test | Nuno Lopes | 2007-09-01 | 1 | -0/+46 |
| | |||||
* | new test | Nuno Lopes | 2007-06-19 | 1 | -0/+38 |
| | |||||
* | add tests for pcre 7.0 regression | Nuno Lopes | 2007-06-15 | 3 | -0/+158 |
| | | | | | update to pcre 7.2 will follow soon | ||||
* | fix test names | Antony Dovgal | 2007-05-07 | 4 | -4/+4 |
| | |||||
* | fix test title | Nuno Lopes | 2007-05-07 | 1 | -1/+1 |
| | |||||
* | MFH: remove unnecessary warning in case of exception | Antony Dovgal | 2007-03-14 | 1 | -1/+0 |
| | |||||
* | MFH: fix pcre tests | Antony Dovgal | 2007-02-12 | 6 | -0/+36 |
| | |||||
* | new test to keep track of the reported pcre regression | Nuno Lopes | 2007-02-09 | 1 | -0/+45 |
| | |||||
* | new test | Nuno Lopes | 2006-12-19 | 1 | -0/+476 |
| | |||||
* | MFH | Antony Dovgal | 2006-12-19 | 1 | -1/+1 |
| | |||||
* | add tests for old bug reports | Nuno Lopes | 2006-12-08 | 3 | -0/+53 |
| | |||||
* | Fix test on fbsd | Hannes Magnusson | 2006-12-03 | 1 | -1/+1 |
| | |||||
* | new tests. increase coverage for more than 90% | Nuno Lopes | 2006-12-02 | 4 | -0/+416 |
| | |||||
* | MFH: fix #39112 (typo in error message) | Antony Dovgal | 2006-10-10 | 1 | -1/+1 |
| | |||||
* | fix leak, add test | Antony Dovgal | 2006-08-30 | 1 | -0/+45 |
| | |||||
* | - MFH Clean up (after consulting Andrei) | Marcus Boerger | 2006-07-20 | 4 | -9/+10 |
| | | | | | | | | | . Change the handlers SPL uses to php_pcre_*_impl(pcre_cache_entry*,....) . All refactored funcs (match, split, replace, grep) use the above . Change (zend|php)_error() to php_error_docref() . Move from old to new param parsing api . Fix memleaks in unicode mode | ||||
* | fix test | Antony Dovgal | 2006-07-18 | 1 | -1/+1 |
| | |||||
* | new test | Nuno Lopes | 2006-07-17 | 1 | -0/+42 |
| | |||||
* | new tests. almost 90% of code coverage | Nuno Lopes | 2006-07-16 | 3 | -0/+446 |
| | |||||
* | fix tests | Hannes Magnusson | 2006-07-03 | 1 | -1/+1 |
| |