summaryrefslogtreecommitdiff
path: root/ext/ereg
Commit message (Expand)AuthorAgeFilesLines
* Fix bug #72838 - Integer overflow lead to heap corruption in sql_regcaseStanislav Malyshev2016-08-161-0/+5
* Happy new year (Update copyright to 2016)Lior Kaplan2016-01-013-3/+3
* Fixed bug #68740 (NULL Pointer Dereference)Xinchen Hui2015-04-011-0/+4
* Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2015-03-171-1/+9
|\
| * Fix bug #69248 - heap overflow vulnerability in regcomp.cStanislav Malyshev2015-03-171-1/+9
* | Bump yearXinchen Hui2015-01-153-3/+3
* | Merge branch 'PHP-5.4' into PHP-5.5Lior Kaplan2014-08-171-1/+1
|\ \ | |/
| * typofixesVeres Lajos2014-08-171-1/+1
| * Bump yearXinchen Hui2014-01-033-3/+3
| * Happy New YearXinchen Hui2013-01-013-3/+3
| * - Year++Felipe Pena2012-01-013-3/+3
| * Changed silent conversion of array to string to produce a notice. (Patrick)Stanislav Malyshev2011-10-2117-0/+85
| * Omitted GCC warning "comparison is always false"Xinchen Hui2011-08-122-5/+8
| * - fix build (introduce by r314641)Pierre Joye2011-08-111-0/+1
| * Avoiding strcpy, strcat, sprintf usage to make static analyzer happyXinchen Hui2011-08-092-6/+7
| * Avoiding strcpy usage, Make static analyzer happyXinchen Hui2011-08-091-1/+1
| * These naked strcpy()s scare meRasmus Lerdorf2011-08-071-3/+3
| * - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-1/+1
* | Bump yearXinchen Hui2014-01-033-3/+3
* | Fix long-standing visual pain point: the misalignment of './configure help' t...Christopher Jones2013-08-061-1/+1
* | Fixed bug #64290 (behavior change of converting to long)Xinchen Hui2013-03-032-12/+0
* | Happy New YearXinchen Hui2013-01-013-3/+3
* | - Year++Felipe Pena2012-01-013-3/+3
* | Changed silent conversion of array to string to produce a notice. (Patrick)Stanislav Malyshev2011-10-2117-0/+85
* | Omitted GCC warning "comparison is always false"Xinchen Hui2011-08-123-13/+20
* | Recored change into regex.patchXinchen Hui2011-08-111-7/+13
* | - fix build (introduce by r314641)Pierre Joye2011-08-111-0/+1
* | Avoiding strcpy, strcat, sprintf usage to make static analyzer happyXinchen Hui2011-08-093-10/+61
* | Avoiding strcpy usage, Make static analyzer happyXinchen Hui2011-08-092-1/+13
* | These naked strcpy()s scare meRasmus Lerdorf2011-08-071-3/+3
* | - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-1/+1
|/
* - Year++Felipe Pena2011-01-013-3/+3
* - add PHP_INSTALL_HEADERS to all parts (core&exts) exposing headers, generate...Pierre Joye2010-12-111-1/+2
* Eliminate a TSRMLS_FETCH() call in case of an error in one of the ereg functionsKalle Sommer Nielsen2010-09-231-9/+7
* Allow ereg to be built as shared on WindowsKalle Sommer Nielsen2010-05-243-28/+39
* Remove a couple TSRMLS_FETCH() calls around ext/main/sapiKalle Sommer Nielsen2010-04-132-6/+5
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-033-3/+3
* MFH: Updated tests after double->long conversion change (basically to match 5.2)Matt Wilmas2009-06-042-20/+4
* MFH: Fix bug #48416 - Force a cache size for ereg to stop it getting out of c...Scott MacVicar2009-05-282-1/+51
* Simplify parameter parsingIlia Alshanetsky2009-01-081-8/+3
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-313-3/+3
* - Fixed testsFelipe Pena2008-11-294-82/+134
* Latest and greatest versions of these session tests - checked on 5.2.X snap o...Ant Phillips2008-11-274-138/+86
* - Fixed testsFelipe Pena2008-11-202-2/+2
* - Deprecate eregFelipe Pena2008-11-1875-198/+1218
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-11-171-7/+0
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-021-0/+7
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-241-7/+0
* propagated const, to avoid "discards qualifiers from pointer target type" errorsAlexey Zakhlestin2008-10-162-5/+5
* MFH:- Visibility (bug #45564)Jani Taskinen2008-07-211-0/+2