Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Revert pcrelib version string to 2006 | Hannes Magnusson | 2007-01-03 | 1 | -1/+1 | |
| | ||||||
* | revert this date to its previous state | Antony Dovgal | 2007-01-03 | 1 | -1/+1 | |
| | ||||||
* | Bump year. | Sebastian Bergmann | 2007-01-01 | 25 | -27/+27 | |
| | ||||||
* | new test | Nuno Lopes | 2006-12-19 | 1 | -0/+476 | |
| | ||||||
* | fix test on MacOS | Antony Dovgal | 2006-12-19 | 1 | -1/+1 | |
| | ||||||
* | MFB: new tests | Nuno Lopes | 2006-12-08 | 3 | -0/+55 | |
| | ||||||
* | partly fix #39724 | Antony Dovgal | 2006-12-04 | 1 | -1/+3 | |
| | | | | | ext/spl has a soft dependcy from ext/pcre (not ext/pcre-regex) | |||||
* | add UEXPECT sections | Nuno Lopes | 2006-12-03 | 4 | -0/+347 | |
| | ||||||
* | MFB: fix test on fbsd | Hannes Magnusson | 2006-12-03 | 1 | -1/+1 | |
| | ||||||
* | MFH (not tested. so some tests may fail in unicode mode) | Nuno Lopes | 2006-12-02 | 4 | -0/+416 | |
| | ||||||
* | fix #39112 (typo in error message) | Antony Dovgal | 2006-10-10 | 2 | -3/+3 | |
| | ||||||
* | Initialize optional vars. | Andrei Zmievski | 2006-10-09 | 1 | -2/+2 | |
| | ||||||
* | Error message clean up | Hannes Magnusson | 2006-10-08 | 2 | -3/+3 | |
| | | | | | (patch by Matt W (php_lists -AT- realpain.com)) | |||||
* | leaks-- | Antony Dovgal | 2006-10-03 | 2 | -1/+4 | |
| | | | | | fix test | |||||
* | fix tests | Antony Dovgal | 2006-10-03 | 2 | -4/+17 | |
| | ||||||
* | fix leak | Antony Dovgal | 2006-10-03 | 1 | -0/+3 | |
| | ||||||
* | don't forget to increase refcount when adding entry to the return_value | Antony Dovgal | 2006-10-03 | 1 | -0/+1 | |
| | ||||||
* | Unicode support in preg_grep(). | Andrei Zmievski | 2006-09-19 | 1 | -27/+34 | |
| | ||||||
* | Upgrade preg_quote() to support Unicode. | Andrei Zmievski | 2006-09-19 | 1 | -11/+30 | |
| | ||||||
* | Fix offset calculation in add_offset_pair(). | Andrei Zmievski | 2006-09-19 | 1 | -15/+28 | |
| | ||||||
* | fix tests | Antony Dovgal | 2006-09-19 | 8 | -28/+440 | |
| | ||||||
* | fix leak in preg_split() | Antony Dovgal | 2006-09-19 | 1 | -1/+1 | |
| | ||||||
* | Upgrade preg_split() to support Unicode strings. | Andrei Zmievski | 2006-09-18 | 1 | -43/+51 | |
| | ||||||
* | More work on Unicode support in PCRE. When UG(unicode) is on, all | Andrei Zmievski | 2006-09-18 | 2 | -106/+91 | |
| | | | | | | strings passed to PCRE have to be IS_UNICODE or IS_STRING in UTF-8 encoding. Failure to do so will result in unpredictable results. | |||||
* | MFB: fix memleak of pcre study data | Nuno Lopes | 2006-09-06 | 1 | -0/+1 | |
| | ||||||
* | Added missing defines needed for win32 build | Ilia Alshanetsky | 2006-09-05 | 1 | -1/+1 | |
| | ||||||
* | MFB: Upgrade PCRE lib to 6.7 | Ilia Alshanetsky | 2006-08-30 | 38 | -1267/+3693 | |
| | ||||||
* | fix leak, add test | Antony Dovgal | 2006-08-30 | 2 | -0/+72 | |
| | ||||||
* | add missing addref | Antony Dovgal | 2006-08-29 | 1 | -0/+1 | |
| | | | | | now it works fine | |||||
* | Check for is_utf8. | Andrei Zmievski | 2006-08-29 | 1 | -6/+11 | |
| | ||||||
* | More Unicode work. | Andrei Zmievski | 2006-08-29 | 1 | -3/+11 | |
| | ||||||
* | fix PCRE tests | Antony Dovgal | 2006-08-29 | 9 | -10/+230 | |
| | ||||||
* | Add Unicode support for preg_match[_all] | Andrei Zmievski | 2006-08-28 | 2 | -47/+154 | |
| | ||||||
* | tsrmls fix | Rob Richards | 2006-07-20 | 1 | -1/+1 | |
| | ||||||
* | - TSRM fixes | Marcus Boerger | 2006-07-20 | 1 | -2/+2 | |
| | ||||||
* | - WS | Marcus Boerger | 2006-07-20 | 1 | -8/+8 | |
| | ||||||
* | - Fix unicode expectations | Marcus Boerger | 2006-07-20 | 1 | -0/+25 | |
| | ||||||
* | - Clean up (after consulting Andrei) | Marcus Boerger | 2006-07-20 | 7 | -233/+252 | |
| | | | | | | | | | . 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 | |||||
* | - WS | Marcus Boerger | 2006-07-19 | 1 | -1/+1 | |
| | ||||||
* | fix test | Antony Dovgal | 2006-07-18 | 1 | -1/+1 | |
| | ||||||
* | MFB | Nuno Lopes | 2006-07-17 | 1 | -0/+42 | |
| | ||||||
* | - TSRM Fix | Marcus Boerger | 2006-07-16 | 1 | -1/+1 | |
| | ||||||
* | MFB | Nuno Lopes | 2006-07-16 | 3 | -0/+446 | |
| | ||||||
* | - Little bit refactoring: Two new PHPAPI functions: | Marcus Boerger | 2006-07-16 | 2 | -61/+81 | |
| | | | | | | . php_pcre_match . php_pcre_split | |||||
* | fix tests | Hannes Magnusson | 2006-07-03 | 1 | -1/+1 | |
| | ||||||
* | MFB | Nuno Lopes | 2006-07-03 | 5 | -1/+147 | |
| | ||||||
* | Fix test | Hannes Magnusson | 2006-06-26 | 1 | -1/+1 | |
| | ||||||
* | MFB: fix bug #37800 | Nuno Lopes | 2006-06-15 | 2 | -1/+32 | |
| | ||||||
* | MFB | Nuno Lopes | 2006-06-14 | 9 | -1/+444 | |
| | ||||||
* | MFB: fix mem leak | Nuno Lopes | 2006-06-14 | 1 | -0/+3 | |
| |