summaryrefslogtreecommitdiff
path: root/ext/pcre
Commit message (Collapse)AuthorAgeFilesLines
...
* Revert pcrelib version string to 2006Hannes Magnusson2007-01-031-1/+1
|
* revert this date to its previous stateAntony Dovgal2007-01-031-1/+1
|
* Bump year.Sebastian Bergmann2007-01-0125-27/+27
|
* new testNuno Lopes2006-12-191-0/+476
|
* fix test on MacOSAntony Dovgal2006-12-191-1/+1
|
* MFB: new testsNuno Lopes2006-12-083-0/+55
|
* partly fix #39724Antony Dovgal2006-12-041-1/+3
| | | | | ext/spl has a soft dependcy from ext/pcre (not ext/pcre-regex)
* add UEXPECT sectionsNuno Lopes2006-12-034-0/+347
|
* MFB: fix test on fbsdHannes Magnusson2006-12-031-1/+1
|
* MFH (not tested. so some tests may fail in unicode mode)Nuno Lopes2006-12-024-0/+416
|
* fix #39112 (typo in error message)Antony Dovgal2006-10-102-3/+3
|
* Initialize optional vars.Andrei Zmievski2006-10-091-2/+2
|
* Error message clean upHannes Magnusson2006-10-082-3/+3
| | | | | (patch by Matt W (php_lists -AT- realpain.com))
* leaks--Antony Dovgal2006-10-032-1/+4
| | | | | fix test
* fix testsAntony Dovgal2006-10-032-4/+17
|
* fix leakAntony Dovgal2006-10-031-0/+3
|
* don't forget to increase refcount when adding entry to the return_valueAntony Dovgal2006-10-031-0/+1
|
* Unicode support in preg_grep().Andrei Zmievski2006-09-191-27/+34
|
* Upgrade preg_quote() to support Unicode.Andrei Zmievski2006-09-191-11/+30
|
* Fix offset calculation in add_offset_pair().Andrei Zmievski2006-09-191-15/+28
|
* fix testsAntony Dovgal2006-09-198-28/+440
|
* fix leak in preg_split()Antony Dovgal2006-09-191-1/+1
|
* Upgrade preg_split() to support Unicode strings.Andrei Zmievski2006-09-181-43/+51
|
* More work on Unicode support in PCRE. When UG(unicode) is on, allAndrei Zmievski2006-09-182-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 dataNuno Lopes2006-09-061-0/+1
|
* Added missing defines needed for win32 buildIlia Alshanetsky2006-09-051-1/+1
|
* MFB: Upgrade PCRE lib to 6.7Ilia Alshanetsky2006-08-3038-1267/+3693
|
* fix leak, add testAntony Dovgal2006-08-302-0/+72
|
* add missing addrefAntony Dovgal2006-08-291-0/+1
| | | | | now it works fine
* Check for is_utf8.Andrei Zmievski2006-08-291-6/+11
|
* More Unicode work.Andrei Zmievski2006-08-291-3/+11
|
* fix PCRE testsAntony Dovgal2006-08-299-10/+230
|
* Add Unicode support for preg_match[_all]Andrei Zmievski2006-08-282-47/+154
|
* tsrmls fixRob Richards2006-07-201-1/+1
|
* - TSRM fixesMarcus Boerger2006-07-201-2/+2
|
* - WSMarcus Boerger2006-07-201-8/+8
|
* - Fix unicode expectationsMarcus Boerger2006-07-201-0/+25
|
* - Clean up (after consulting Andrei)Marcus Boerger2006-07-207-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
* - WSMarcus Boerger2006-07-191-1/+1
|
* fix testAntony Dovgal2006-07-181-1/+1
|
* MFBNuno Lopes2006-07-171-0/+42
|
* - TSRM FixMarcus Boerger2006-07-161-1/+1
|
* MFBNuno Lopes2006-07-163-0/+446
|
* - Little bit refactoring: Two new PHPAPI functions:Marcus Boerger2006-07-162-61/+81
| | | | | | . php_pcre_match . php_pcre_split
* fix testsHannes Magnusson2006-07-031-1/+1
|
* MFBNuno Lopes2006-07-035-1/+147
|
* Fix testHannes Magnusson2006-06-261-1/+1
|
* MFB: fix bug #37800Nuno Lopes2006-06-152-1/+32
|
* MFBNuno Lopes2006-06-149-1/+444
|
* MFB: fix mem leakNuno Lopes2006-06-141-0/+3
|