Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
| | |||||
* | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | |||||
* | added mb_ereg_replace_callback(). | Rui Hirokawa | 2011-09-25 | 1 | -0/+2 |
| | |||||
* | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| | |||||
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 1 | -1/+1 |
| | |||||
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
| | |||||
* | - MFH: Fix ZTS build | Moriyoshi Koizumi | 2008-07-17 | 1 | -1/+1 |
| | |||||
* | - MFH: Removed dependencies from php_mbregex to oniguruma types | Moriyoshi Koizumi | 2008-07-17 | 1 | -24/+9 |
| | |||||
* | revert my previous patch. | Rui Hirokawa | 2008-07-16 | 1 | -1/+1 |
| | |||||
* | fixed compile error on Win32 environment. | Rui Hirokawa | 2008-07-16 | 1 | -1/+1 |
| | |||||
* | - MFH: Added a new configure option --with-onig=[DIR] that allows the extension | Moriyoshi Koizumi | 2008-07-16 | 1 | -1/+4 |
| | | | | | | | to link to the external oniguruma library. - MFH: Prevent libmbfl files from being installed when --with-libmbfl is specified. | ||||
* | - Added arginfo | Felipe Pena | 2008-07-07 | 1 | -29/+29 |
| | | | | | - Removed unnecessary #include "zend_arg_defs.c" | ||||
* | added arginfo (fixes #45388) | Alexey Zakhlestin | 2008-06-28 | 1 | -2/+2 |
| | |||||
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
| | |||||
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
| | |||||
* | bump year and license version | foobar | 2006-01-01 | 1 | -3/+3 |
| | |||||
* | - Bumber up year | foobar | 2005-08-03 | 1 | -1/+1 |
| | |||||
* | - Upgrade bundled oniguruma regex library to 2.2.2 (Rui, Moriyoshi) | Moriyoshi Koizumi | 2004-02-28 | 1 | -8/+8 |
| | | | | | | | | . Supports various encodings such as BIG5, GB2312 and ISO-8859-* . Fixes bug #26677 (mbstring compile errors with IRIX) . Many thanks to K.Kosako. - Remove redundant files that are not relevant to the build. | ||||
* | - 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? | ||||
* | @mbfilter is changed to bundled version of libmbfl to prevent LGPL licence ↵ | Rui Hirokawa | 2003-08-23 | 1 | -11/+11 |
| | | | | problem. mbregex is changed to oniguruma. | ||||
* | Reallow build | Marcus Boerger | 2003-08-03 | 1 | -2/+2 |
| | |||||
* | updating license information in the headers. | James Cox | 2003-06-10 | 1 | -3/+3 |
| | |||||
* | Bump year. | Sebastian Bergmann | 2002-12-31 | 1 | -1/+1 |
| | |||||
* | Renamed several internal functions for consistency | Moriyoshi Koizumi | 2002-11-25 | 1 | -2/+2 |
| | |||||
* | Moved some mbregex related portions from mbstring.c to php_mbregex.c | Moriyoshi Koizumi | 2002-11-14 | 1 | -0/+42 |
| | | | | | # No need to merge this change to PHP_4_3 branch | ||||
* | MFB (made mbstring compile on windows again). | Edin Kadribasic | 2002-11-13 | 1 | -4/+4 |
| | |||||
* | Fix ZTS build. | Sebastian Bergmann | 2002-10-08 | 1 | -2/+2 |
| | |||||
* | Lots of clean-up for upcoming mbstring merging event. | Moriyoshi Koizumi | 2002-10-07 | 1 | -0/+77 |
Added mb_regex_set_options(). The Options parameters of various mbregex functions are now deprecated. @- Added mb_regex_set_options(). The Options parameters of @ various mbregex functions are now deprecated. (Moriyoshi). |