summaryrefslogtreecommitdiff
path: root/ext/mbstring/php_mbregex.c
Commit message (Collapse)AuthorAgeFilesLines
...
* | | redo the fix casting to size_t where applicableAnatol Belski2014-09-161-1/+1
| | |
* | | fix signed/unsigned mismatch warningsAnatol Belski2014-09-161-2/+2
| | |
* | | 's' works with size_t round 3Anatol Belski2014-08-271-2/+2
| | |
* | | first show to make 's' work with size_tAnatol Belski2014-08-271-12/+12
| | |
* | | master renames phase 7PRE_AST_MERGEAnatol Belski2014-08-251-2/+2
| | |
* | | master renames phase 1Anatol Belski2014-08-251-17/+17
| | |
* | | ported ext/mbstringAnatol Belski2014-08-191-4/+4
| | |
* | | basic macro replacements, all at onceAnatol Belski2014-08-191-15/+15
| | |
* | | Use reference counting instead of zval duplicationDmitry Stogov2014-06-051-2/+1
| | |
* | | Merge branch 'master' into phpngDmitry Stogov2014-05-131-2/+2
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (41 commits) fix test - output can be chunked fix test fix test Fixed test for commit 997be125eb0228c5b1b6dd278f617791e71192c6 Add bug fix to NEWS Update UPGRADING according to bug fix fix test improve CURL tests to allow testing without separate server improve CURL tests to allow testing without separate server Fixed bug #67199 mb_regex_encoding mishmash Fix bug #67248 (imageaffinematrixget missing check of parameters) Fix bug #67247 spl_fixedarray_resize integer overflow fix news add tests stuff to README Updated NEWS Fix Linux specific fail in error traces (cherry-picked and fix for bug #67245) Linux apparently does not like memcpy in overlapping regions... - Fixed off-by-one in phar_build (patch by crrodriguez at opensuse dot org) - Move checking - Fixed missing NULL check in SimpleXMLElement::xpath() - Fixed missing NULL check ... Conflicts: ext/bz2/bz2.c ext/gd/gd.c ext/mbstring/php_mbregex.c ext/session/tests/031.phpt ext/simplexml/simplexml.c ext/spl/spl_fixedarray.c
| * | Fixed bug #67199 mb_regex_encoding mishmashYasuo Ohgaki2014-05-121-2/+2
| | |
* | | Make they are in the same style of Z_ISREFXinchen Hui2014-05-031-5/+5
| | |
* | | Cleanup (1-st round)Dmitry Stogov2014-04-151-7/+7
| | |
* | | Fixed NULL pointer dereferencingDmitry Stogov2014-04-091-1/+3
| | |
* | | Refactor mbstring (incompleted)Xinchen Hui2014-03-241-3/+7
| | |
* | | Refactor mbstring (incompleted)Xinchen Hui2014-03-231-61/+55
| | |
* | | Refactor mbstring (incompleted)Xinchen Hui2014-03-231-5/+5
|/ /
* | Bump yearXinchen Hui2014-01-031-1/+1
|/
* Merge branch 'pull-request/341'Stanislav Malyshev2013-06-101-1/+1
| | | | | * pull-request/341: (23 commits) typofixes
* mb_split() can now handle empty matches like preg_split() does.Moriyoshi Koizumi2013-02-101-23/+22
|
* Happy New YearXinchen Hui2013-01-011-1/+1
|
* - 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
|
* Fix #55819 crash on mb_ereg_replace_callbackXinchen Hui2011-10-071-25/+23
| | | | | Need hirokawa to review this.
* fixed seg faults for mb_ereg_replace_callback.Rui Hirokawa2011-09-251-20/+22
|
* added mb_ereg_replace_callback().Rui Hirokawa2011-09-251-9/+74
|
* - Year++Felipe Pena2011-01-011-1/+1
|
* Reduced overhead of ext/mbstring initializationDmitry Stogov2010-07-051-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
| | | | | onig_new().
* - 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
| | | | | | | to link to the external oniguruma library. - MFH: Prevent libmbfl files from being installed when --with-libmbfl is specified.
* 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 ↵Jani Taskinen2007-11-161-1/+6
| | | | | | | is invalid PHP expression and 'e' option is used)
* 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
|