Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 1 | -1/+1 |
| | |||||
* | - Removed: | Felipe Pena | 2009-03-26 | 1 | -1/+0 |
| | | | | | | | | | | | | - UG(unicode) checks - pcre_cache_entry.unicode_mode - Changed: - ZEND_STR_TYPE -> IS_UNICODE - convert_to_text -> convert_to_unicode - convert_to_text_ex -> convert_to_unicode_ex (Felipe, Steph) | ||||
* | - This is PHP 6 - if this ... ever gets out | Marcus Boerger | 2009-03-10 | 1 | -1/+1 |
| | |||||
* | Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
| | |||||
* | spread some static keywords | Nuno Lopes | 2008-01-25 | 1 | -8/+0 |
| | |||||
* | Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
| | |||||
* | PCRE unicode/binary support | Dmitry Stogov | 2007-07-06 | 1 | -5/+5 |
| | |||||
* | Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
| | |||||
* | More work on Unicode support in PCRE. When UG(unicode) is on, all | Andrei Zmievski | 2006-09-18 | 1 | -3/+3 |
| | | | | | | 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. | ||||
* | Add Unicode support for preg_match[_all] | Andrei Zmievski | 2006-08-28 | 1 | -2/+3 |
| | |||||
* | - Clean up (after consulting Andrei) | Marcus Boerger | 2006-07-20 | 1 | -5/+13 |
| | | | | | | | | | . 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 |
| | |||||
* | - TSRM Fix | Marcus Boerger | 2006-07-16 | 1 | -1/+1 |
| | |||||
* | - Little bit refactoring: Two new PHPAPI functions: | Marcus Boerger | 2006-07-16 | 1 | -0/+4 |
| | | | | | | . php_pcre_match . php_pcre_split | ||||
* | Add pcre_last_error() and backtrack/recursion limit settings. | Andrei Zmievski | 2006-05-09 | 1 | -0/+3 |
| | |||||
* | bump year and license version | foobar | 2006-01-01 | 1 | -3/+3 |
| | |||||
* | - Drop one cache related function which is not really neccessary | Marcus Boerger | 2005-10-12 | 1 | -1/+1 |
| | |||||
* | - Add/expose function to compile and access pcre_cache_entry structs | Marcus Boerger | 2005-10-12 | 1 | -0/+3 |
| | |||||
* | - Bumber up year | foobar | 2005-08-03 | 1 | -1/+1 |
| | |||||
* | FR 32275 - fifth parameter to preg_replace() to count number of replaces | Andrey Hristov | 2005-03-12 | 1 | -1/+1 |
| | | | | | | made. #it would be nice if someone of the doc team documents it. thanks! | ||||
* | - Binary compatibility stuff, for safety. | Moriyoshi Koizumi | 2004-02-01 | 1 | -1/+1 |
| | |||||
* | - Fix bug #27103 (preg_split('//u') incorrectly splits UTF-8 strings into ↵ | Moriyoshi Koizumi | 2004-01-31 | 1 | -0/+2 |
| | | | | octets). | ||||
* | - Happy new year and PHP 5 for rest of the files too.. | foobar | 2004-01-08 | 1 | -2/+2 |
| | | | | | # Should the LICENSE and Zend/LICENSE dates be updated too? | ||||
* | updating license information in the headers. | James Cox | 2003-06-10 | 1 | -3/+3 |
| | |||||
* | Eliminate some TSRMLS_FETCH() calls. Tested with Win32 build of SAPI/CGI and ↵ | Sebastian Bergmann | 2003-03-25 | 1 | -1/+1 |
| | | | | SAPI/CLI on Win32. | ||||
* | Bump year. | Sebastian Bergmann | 2002-12-31 | 1 | -1/+1 |
| | |||||
* | Changing email address. | Andrei Zmievski | 2002-05-13 | 1 | -1/+1 |
| | |||||
* | Maintain headers. | Sebastian Bergmann | 2002-02-28 | 1 | -1/+1 |
| | |||||
* | Fix a long-standing infelicity that resulted in extra regex information | Andrei Zmievski | 2002-02-12 | 1 | -1/+1 |
| | | | | | not being passed to PCRE functions. | ||||
* | Expose pcre_get_compiled_regex as an API function. | Andrei Zmievski | 2002-02-12 | 1 | -2/+2 |
| | |||||
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 1 | -2/+2 |
| | |||||
* | # Butt-ugly looking code here, but I need regular expressions to do this. | Rasmus Lerdorf | 2001-10-20 | 1 | -0/+3 |
| | | | | | | | Re-instated safe-mode realm mangling as it was in php 2 and 3 albeit in a somewhat more robust way. @ Re-instated safe-mode realm mangling (Rasmus) | ||||
* | Updated to match TSRM changes. | Andrei Zmievski | 2001-07-30 | 1 | -14/+3 |
| | |||||
* | @- IMPORTANT: removed /F modifier handling from preg_replace(). Instead | Andrei Zmievski | 2001-03-13 | 1 | -0/+1 |
| | | | | | @ one should use new preg_replace_callback() function. (Andrei) | ||||
* | - Fix copyright notices with 2001 | Andi Gutmans | 2001-02-26 | 1 | -1/+1 |
| | |||||
* | Modified /F handling to allow calling object methods. | Andrei Zmievski | 2001-02-01 | 1 | -5/+0 |
| | |||||
* | Z-ify the source. | Andrei Zmievski | 2001-01-22 | 1 | -2/+2 |
| | |||||
* | Change header protection macros to conform to standard. | Sascha Schumann | 2000-07-02 | 1 | -3/+3 |
| | | | | | | | | | Draft 3 of IEEE 1003.1 200x, "2.2 The Compilation Environment" All identifiers that begin with an underscore and either an uppercase letter or another underscore are always reserved for any use by the implementation. | ||||
* | @- Added an optional parameter to preg_replace() that can be used to | Andrei Zmievski | 2000-06-28 | 1 | -1/+1 |
| | | | | | @ specify how many replacements to make. (Andrei) | ||||
* | Update header file. | Andrei Zmievski | 2000-06-01 | 1 | -1/+4 |
| | |||||
* | Update the license with the new clause 6 | Zeev Suraski | 2000-05-18 | 1 | -2/+2 |
| | |||||
* | the pipe is breaking all the time | Zeev Suraski | 2000-02-19 | 1 | -2/+2 |
| | |||||
* | Changing the header. | Andrei Zmievski | 2000-02-15 | 1 | -21/+10 |
| | |||||
* | @Fix warnings compiling in maintainer mode. (Stig) | Stig Bakken | 1999-12-05 | 1 | -0/+2 |
| | | | | | | | Fix warnings compiling in maintainer mode. Install DB/common.php and DB/mysql.php on "make install". # We still have a warning from http_config.h:97. Rasmus? :-) | ||||
* | rename. | Andrei Zmievski | 1999-10-01 | 1 | -1/+1 |
| | |||||
* | - Updated bundled PCRE library to version 2.08 | Andrey Hristov | 1999-09-14 | 1 | -2/+7 |
| | | | | | | | | - Made it possible to specify external location of the PCRE library - Reworked PCRE extension to use updated PCRE library API Hopefully now everything behaves just like Perl.. | ||||
* | Static is good... | Andrey Hristov | 1999-09-03 | 1 | -5/+0 |
| | |||||
* | Practice what you preach, I guess. | Andrey Hristov | 1999-09-03 | 1 | -4/+4 |
| | |||||
* | Added locale support. | Andrey Hristov | 1999-07-20 | 1 | -0/+7 |
| | |||||
* | Correct option caching | Andrey Hristov | 1999-07-05 | 1 | -0/+1 |
| |