Commit Graph

348 Commits

Author SHA1 Message Date
Hannes Magnusson
75267ee88d Revert pcrelib version string to 2006 2007-01-03 20:08:08 +00:00
Antony Dovgal
4c923b2753 revert this date to its previous state 2007-01-03 18:32:16 +00:00
Sebastian Bergmann
3717df72ae Bump year. 2007-01-01 09:29:37 +00:00
Nuno Lopes
71cf54dc4c new test 2006-12-19 21:47:16 +00:00
Antony Dovgal
c5edb5a75e fix test on MacOS 2006-12-19 13:11:30 +00:00
Nuno Lopes
90496dbb26 MFB: new tests 2006-12-08 12:15:21 +00:00
Antony Dovgal
6aa5ed0d9c partly fix #39724
ext/spl has a soft dependcy from ext/pcre (not ext/pcre-regex)
2006-12-04 18:01:24 +00:00
Nuno Lopes
75011c4d2c add UEXPECT sections 2006-12-03 11:20:32 +00:00
Hannes Magnusson
79f1a51473 MFB: fix test on fbsd 2006-12-03 08:08:18 +00:00
Nuno Lopes
5819d83aeb MFH (not tested. so some tests may fail in unicode mode) 2006-12-02 21:42:30 +00:00
Antony Dovgal
3049d59cba fix #39112 (typo in error message) 2006-10-10 12:43:34 +00:00
Andrei Zmievski
a567622740 Initialize optional vars. 2006-10-09 19:54:38 +00:00
Hannes Magnusson
176b72284c Error message clean up
(patch by Matt W (php_lists -AT- realpain.com))
2006-10-08 13:34:24 +00:00
Antony Dovgal
df68f888ea leaks--
fix test
2006-10-03 21:37:02 +00:00
Antony Dovgal
a264ef3348 fix tests 2006-10-03 21:18:43 +00:00
Antony Dovgal
496ff9808a fix leak 2006-10-03 21:17:29 +00:00
Antony Dovgal
520ab72e19 don't forget to increase refcount when adding entry to the return_value 2006-10-03 20:42:57 +00:00
Andrei Zmievski
1fd91e40f8 Unicode support in preg_grep(). 2006-09-19 20:41:56 +00:00
Andrei Zmievski
723baf6608 Upgrade preg_quote() to support Unicode. 2006-09-19 20:01:10 +00:00
Andrei Zmievski
5066424135 Fix offset calculation in add_offset_pair(). 2006-09-19 17:37:48 +00:00
Antony Dovgal
ad1d0e6d65 fix tests 2006-09-19 11:49:21 +00:00
Antony Dovgal
5d42e808a3 fix leak in preg_split() 2006-09-19 11:48:59 +00:00
Andrei Zmievski
30d7168bbd Upgrade preg_split() to support Unicode strings. 2006-09-18 20:16:36 +00:00
Andrei Zmievski
81b83f327b More work on Unicode support in PCRE. When UG(unicode) is on, all
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.
2006-09-18 17:59:10 +00:00
Nuno Lopes
408a584d6e MFB: fix memleak of pcre study data 2006-09-06 16:31:28 +00:00
Ilia Alshanetsky
f8c35ca367 Added missing defines needed for win32 build 2006-09-05 14:48:06 +00:00
Ilia Alshanetsky
30d213667e MFB: Upgrade PCRE lib to 6.7 2006-08-30 20:00:59 +00:00
Antony Dovgal
a0a7595bbf fix leak, add test 2006-08-30 16:46:23 +00:00
Antony Dovgal
c96c1465d8 add missing addref
now it works fine
2006-08-29 22:55:44 +00:00
Andrei Zmievski
de39f4561b Check for is_utf8. 2006-08-29 22:52:37 +00:00
Andrei Zmievski
ac5c0797d8 More Unicode work. 2006-08-29 22:16:26 +00:00
Antony Dovgal
996d8d1226 fix PCRE tests 2006-08-29 22:12:31 +00:00
Andrei Zmievski
ff93bd421b Add Unicode support for preg_match[_all] 2006-08-28 20:36:50 +00:00
Rob Richards
559937c8a5 tsrmls fix 2006-07-20 22:40:44 +00:00
Marcus Boerger
c2c5201872 - TSRM fixes 2006-07-20 22:07:09 +00:00
Marcus Boerger
8ff86b1e31 - WS 2006-07-20 21:52:40 +00:00
Marcus Boerger
6a0f2a5982 - Fix unicode expectations 2006-07-20 21:39:48 +00:00
Marcus Boerger
b5b5944ddf - Clean up (after consulting Andrei)
. 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
2006-07-20 21:19:05 +00:00
Marcus Boerger
8dc11c8c28 - WS 2006-07-19 20:30:52 +00:00
Antony Dovgal
18d1c420d6 fix test 2006-07-18 09:23:05 +00:00
Nuno Lopes
068dfca1d7 MFB 2006-07-17 11:39:49 +00:00
Marcus Boerger
12edfef4d3 - TSRM Fix 2006-07-16 20:57:40 +00:00
Nuno Lopes
cb32fbe9d5 MFB 2006-07-16 19:36:23 +00:00
Marcus Boerger
ac3a58e52d - Little bit refactoring: Two new PHPAPI functions:
. php_pcre_match
  . php_pcre_split
2006-07-16 19:20:05 +00:00
Hannes Magnusson
302deb04d8 fix tests 2006-07-03 16:03:39 +00:00
Nuno Lopes
57801820f5 MFB 2006-07-03 14:55:49 +00:00
Hannes Magnusson
703e08015d Fix test 2006-06-26 23:42:43 +00:00
Nuno Lopes
06f93f77f3 MFB: fix bug #37800 2006-06-15 15:35:50 +00:00
Nuno Lopes
4ee2074d12 MFB 2006-06-14 18:07:45 +00:00
Nuno Lopes
3b69def3e7 MFB: fix mem leak 2006-06-14 18:04:01 +00:00