summaryrefslogtreecommitdiff
path: root/ext/ereg
Commit message (Expand)AuthorAgeFilesLines
* 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
* - Fixed testsFelipe Pena2008-06-221-1/+1
* - New parameter parsing APIFelipe Pena2008-06-2121-425/+235
* Windows configure fixes, a few additional lib names allowed, apache2 only on ...Elizabeth Marie Smith2008-05-141-4/+8
* Fix some ereg tests for 64bit platforms.Robin Fernandes2008-04-224-50/+22
* - Fixed testsFelipe Pena2008-04-204-12/+12
* - Better error messageFelipe Pena2008-04-201-5/+1
* Adding some tests for ereg and url functions.Robin Fernandes2008-04-1159-0/+6530
* MFB: Fixed bug #44678 (spliti error message includes wrong function name)Felipe Pena2008-04-091-1/+7
* const'ify more 372 bytesNuno Lopes2008-01-252-10/+10
* const'ify more 768 bytesNuno Lopes2008-01-251-2/+2
* MFHAntony Dovgal2008-01-243-3/+3
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-313-3/+3
* MFH:- Moved the old regex functions to own extension: eregJani Taskinen2007-10-0550-0/+7458
* - Remove ereg/ from PHP_5_2 branch. (not yet wanted here :)Jani Taskinen2007-07-1548-7333/+0
* MFH: Bump year.Sebastian Bergmann2007-01-013-3/+3
* MFHAntony Dovgal2006-12-281-1/+1
* Fixed potential use of un-initialized var (detected by Coverity)Ilia Alshanetsky2006-10-121-0/+5
* - Warning fixes by StephMarcus Boerger2006-02-261-1/+1