summaryrefslogtreecommitdiff
path: root/ext/ereg
Commit message (Expand)AuthorAgeFilesLines
* Revert "Revert "Removing ext/ereg and dependencies""Tjerk Meesters2014-09-11110-14981/+0
* Revert "Removing ext/ereg and dependencies"Dmitry Stogov2014-09-11110-0/+14981
* Removing ext/ereg and dependenciesTjerk Meesters2014-09-11110-14981/+0
* first show to make 's' work with size_tAnatol Belski2014-08-271-3/+3
* master renames phase 7PRE_AST_MERGEAnatol Belski2014-08-251-3/+3
* master renames phase 1Anatol Belski2014-08-251-15/+15
* fix zppAnatol Belski2014-08-211-2/+2
* Merge branch 'master' of git.php.net:php-srcAnatol Belski2014-08-171-1/+1
|\
| * Merge branch 'PHP-5.6'Lior Kaplan2014-08-171-1/+1
| |\
| | * 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 macros in the 5 basic extensionsAnatol Belski2014-08-161-8/+8
|/ / /
* | | Use reference counting instead of zval duplicationDmitry Stogov2014-06-051-5/+1
* | | Cleanup (1-st round)Dmitry Stogov2014-04-151-5/+5
* | | Fixed memory leaksDmitry Stogov2014-04-111-0/+1
* | | Use ZVAL_DEREF() macroDmitry Stogov2014-03-271-2/+2
* | | Fixed ext/ereg problemsDmitry Stogov2014-03-171-2/+6
* | | Use better data structures (incomplete)Dmitry Stogov2014-02-101-55/+56
* | | 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