summaryrefslogtreecommitdiff
path: root/main/php_scandir.c
Commit message (Expand)AuthorAgeFilesLines
* Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-251-2/+0
* Use readdir() instead of readdir_r()Nikita Popov2019-04-111-3/+2
* Remove local variablesPeter Kokot2019-02-031-9/+0
* Remove yearly range from copyright noticeZeev Suraski2019-01-301-1/+1
* Remove HAVE_STRING_HPeter Kokot2018-09-181-2/+0
* Remove unused Git attributes identPeter Kokot2018-07-251-2/+0
* year++Xinchen Hui2018-01-021-1/+1
* Eliminate castAnatol Belski2017-11-221-2/+2
* Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* Remove Netware supportKalle Sommer Nielsen2016-11-121-2/+0
* Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
|\
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
| * bump yearXinchen Hui2015-01-151-1/+1
* | fix incompatible pointer warningAnatol Belski2015-02-031-1/+1
* | bump yearXinchen Hui2015-01-151-1/+1
* | trailing whitespace removalStanislav Malyshev2015-01-101-4/+4
* | fix datatype mismatchAnatol Belski2014-10-281-1/+1
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
|/
* Bump yearXinchen Hui2014-01-031-1/+1
* Happy New YearXinchen Hui2013-01-011-1/+1
* - Year++Felipe Pena2012-01-011-1/+1
* - Year++Felipe Pena2011-01-011-1/+1
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* - export php_scandir and php_alphasort correctly (used by APC for example)Pierre Joye2008-12-021-2/+2
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* Fixed php_readdir_r() usage in scandir emulationIlia Alshanetsky2006-12-031-3/+2
* MFHAntony Dovgal2006-12-031-0/+1
* Fix win32 buildFrank M. Kromann2006-12-011-0/+1
* Thread-safety issuesIlia Alshanetsky2006-11-301-1/+3
* bump year and license versionfoobar2006-01-011-3/+3
* - Bumber up yearfoobar2005-08-031-1/+1
* removing inclusion of platform specific config files as they are already incl...Anantha Kesari H Y2004-10-181-6/+0
* NetWare LibC don't have search.hAnantha Kesari H Y2004-09-291-0/+2
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
* updating license information in the headers.James Cox2003-06-101-3/+3
* MFBfoobar2003-02-191-2/+2
* Fix the possible conflicts with other libs (like libc-client)foobar2003-02-191-4/+22
* Fixed build on Solaris (patch by Melvyn Sopacua).Ilia Alshanetsky2003-02-021-1/+2
* - Fix includesDerick Rethans2003-01-281-10/+10
* Fixed compiler warning.Ilia Alshanetsky2003-01-281-0/+2
* 2nd part of Sebastian's patch.Ilia Alshanetsky2003-01-281-0/+4
* Moved the scandir code into it's own files so that it can be used by otherIlia Alshanetsky2003-01-271-0/+112