summaryrefslogtreecommitdiff
path: root/ext/mbstring/php_mbregex.h
Commit message (Collapse)AuthorAgeFilesLines
* Bump yearXinchen Hui2015-01-151-1/+1
|
* Bump yearXinchen Hui2014-01-031-1/+1
|
* Happy New YearXinchen Hui2013-01-011-1/+1
|
* - Year++Felipe Pena2012-01-011-1/+1
|
* added mb_ereg_replace_callback().Rui Hirokawa2011-09-251-0/+2
|
* - Year++Felipe Pena2011-01-011-1/+1
|
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
|
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
|
* - MFH: Fix ZTS buildMoriyoshi Koizumi2008-07-171-1/+1
|
* - MFH: Removed dependencies from php_mbregex to oniguruma typesMoriyoshi Koizumi2008-07-171-24/+9
|
* revert my previous patch.Rui Hirokawa2008-07-161-1/+1
|
* fixed compile error on Win32 environment.Rui Hirokawa2008-07-161-1/+1
|
* - MFH: Added a new configure option --with-onig=[DIR] that allows the extensionMoriyoshi Koizumi2008-07-161-1/+4
| | | | | | | to link to the external oniguruma library. - MFH: Prevent libmbfl files from being installed when --with-libmbfl is specified.
* - Added arginfoFelipe Pena2008-07-071-29/+29
| | | | | - Removed unnecessary #include "zend_arg_defs.c"
* added arginfo (fixes #45388)Alexey Zakhlestin2008-06-281-2/+2
|
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
|
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
|
* bump year and license versionfoobar2006-01-011-3/+3
|
* - Bumber up yearfoobar2005-08-031-1/+1
|
* - Upgrade bundled oniguruma regex library to 2.2.2 (Rui, Moriyoshi)Moriyoshi Koizumi2004-02-281-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..foobar2004-01-081-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 Hirokawa2003-08-231-11/+11
| | | | problem. mbregex is changed to oniguruma.
* Reallow buildMarcus Boerger2003-08-031-2/+2
|
* updating license information in the headers.James Cox2003-06-101-3/+3
|
* Bump year.Sebastian Bergmann2002-12-311-1/+1
|
* Renamed several internal functions for consistencyMoriyoshi Koizumi2002-11-251-2/+2
|
* Moved some mbregex related portions from mbstring.c to php_mbregex.cMoriyoshi Koizumi2002-11-141-0/+42
| | | | | # No need to merge this change to PHP_4_3 branch
* MFB (made mbstring compile on windows again).Edin Kadribasic2002-11-131-4/+4
|
* Fix ZTS build.Sebastian Bergmann2002-10-081-2/+2
|
* Lots of clean-up for upcoming mbstring merging event.Moriyoshi Koizumi2002-10-071-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).