summaryrefslogtreecommitdiff
path: root/ext/mbstring/php_mbregex.c
Commit message (Expand)AuthorAgeFilesLines
* - Year++Felipe Pena2012-01-011-1/+1
* - Fix the fix (thanks Chris Jones!)Felipe Pena2011-11-221-1/+1
* - Fixed possible crash in mb_ereg_search_init() using empty patternFelipe Pena2011-11-211-2/+7
* - Year++Felipe Pena2011-01-011-1/+1
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* MFH: Added zend_eval_stringl and made create_function(), etc. binary-safeMatt Wilmas2009-06-051-2/+2
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* - MFH: Properly initialize/finalize the library. This plugs the leaks caused byMoriyoshi Koizumi2008-09-131-0/+2
* - MFH: Fix warningsMoriyoshi Koizumi2008-07-251-3/+3
* - Remove duplicated lines.Moriyoshi Koizumi2008-07-221-4/+0
* - MFH: Removed dependencies from php_mbregex to oniguruma typesMoriyoshi Koizumi2008-07-171-101/+193
* - MFH: Added a new configure option --with-onig=[DIR] that allows the extensionMoriyoshi Koizumi2008-07-161-1/+81
* nuke unused variableJani Taskinen2008-07-111-1/+0
* string length -> intAntony Dovgal2008-07-011-3/+3
* updated to the new parameter-parsing apiAlexey Zakhlestin2008-06-281-79/+59
* fixed #43994 mb_ereg 'successfully' matching incorrectly.Rui Hirokawa2008-02-161-0/+7
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* MFH:- Fixed bug #31911 (mb_ereg*_replace() crashes when replacement string is...Jani Taskinen2007-11-161-1/+6
* MFH: Added macros for managing zval refcounts and is_ref statusesYiduo (David) Wang2007-10-071-1/+1
* MFHAntony Dovgal2007-01-111-7/+7
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* MFHAntony Dovgal2006-10-111-6/+5
* MFH: fix segfault/leak, add testAntony Dovgal2006-10-111-13/+7
* bump year and license versionfoobar2006-01-011-3/+3
* - Bumber up yearfoobar2005-08-031-1/+1
* oniguruma updated to 3.7.1 and changed UChar to OnigUChar.Rui Hirokawa2005-03-191-25/+25
* - Fix bug #30868 (evaluated pointer comparison in mbregex causes compileMoriyoshi Koizumi2005-02-211-1/+1
* - Update libmbfl (fixes bug #30549 and #31911).Moriyoshi Koizumi2005-02-201-0/+16
* - Nuke empty_string. It is a reminanent from the time where RETURN_FALSE()Andi Gutmans2004-07-191-1/+1
* - Upgrade bundled oniguruma regex library to 2.2.2 (Rui, Moriyoshi)Moriyoshi Koizumi2004-02-281-128/+229
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
* Fix php_regex_encoding() so it can handle two additional encoding namesMoriyoshi Koizumi2003-10-021-2/+4
* Repatch fixes for the problem that was reported at php-dev@php.gr.jp (#884)Moriyoshi Koizumi2003-09-261-7/+8
* Remove useless mutex code due to the switch to oniguruma.Moriyoshi Koizumi2003-09-231-12/+0
* fixed wrong string length in mbregex.Rui Hirokawa2003-09-231-2/+6
* fixed win32-build and update e-mail address in mbstring.Rui Hirokawa2003-09-231-1/+10
* @mbfilter is changed to bundled version of libmbfl to prevent LGPL licence pr...Rui Hirokawa2003-08-231-361/+311
* updating license information in the headers.James Cox2003-06-101-3/+3
* emalloc -> safe_emallocIlia Alshanetsky2003-05-011-1/+1
* Fixed segfault in mb_ereg_match()Moriyoshi Koizumi2003-04-031-6/+6
* Fixed lots of crashes in mbregex.Moriyoshi Koizumi2003-04-031-12/+26
* oopsMoriyoshi Koizumi2003-04-011-1/+1
* Reverted the last patch; the problem is elsewhere..Moriyoshi Koizumi2003-04-011-3/+4
* Fixed crash that occurs due to an abused persistent hashtable.Moriyoshi Koizumi2003-04-011-3/+2
* 64bit long fix: patch by Dave HillMoriyoshi Koizumi2003-03-041-3/+2
* Really fixed the mb issue of mb_ereg_replace()Moriyoshi Koizumi2003-01-231-1/+1
* Fixed a mb_ereg_replace() bug; the function was not completely multibyte-safe.Moriyoshi Koizumi2003-01-231-4/+16
* Oops! wrong patch. Reverted.Moriyoshi Koizumi2003-01-211-2/+2
* Fixed mb_ereg_replace() bug (the function has ignored the default option)Moriyoshi Koizumi2003-01-211-2/+2
* Fixed mb_ereg_search() segfault that occurs when the function is calledMoriyoshi Koizumi2003-01-211-1/+1