summaryrefslogtreecommitdiff
path: root/ext/standard/dir.c
Commit message (Expand)AuthorAgeFilesLines
* trailing whitespace removalStanislav Malyshev2015-01-101-29/+29
* first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-26/+26
* Merge remote-tracking branch 'origin/master' into native-tlsAnatol Belski2014-11-261-1/+1
|\
| * typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-231-1/+1
* | Merge remote-tracking branch 'origin/master' into native-tlsAnatol Belski2014-10-241-2/+2
|\ \ | |/
| * fix datatype mismatch warningsAnatol Belski2014-10-221-2/+2
* | enable static tsrm ls cache in ext/standardAnatol Belski2014-10-051-1/+1
* | reworked the patch, less new stuff but workyAnatol Belski2014-09-251-2/+2
* | native tls initial patchkrakjoe2014-09-201-2/+2
|/
* s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* first show to make 's' work with size_tAnatol Belski2014-08-271-5/+7
* master renames phase 3Anatol Belski2014-08-251-1/+1
* master renames phase 1Anatol Belski2014-08-251-15/+15
* fixes to %pd format usageAnatol Belski2014-08-241-3/+3
* fix zppAnatol Belski2014-08-211-4/+4
* several fixes -Anatol Belski2014-08-161-1/+1
* fix macros in the 5 basic extensionsAnatol Belski2014-08-161-11/+11
* Cleanup (1-st round)Dmitry Stogov2014-04-151-2/+2
* Changed data layout to allow more efficient operationsDmitry Stogov2014-04-021-1/+1
* Refactored data structures to keep zend_object* instead of a whole zval in so...Dmitry Stogov2014-03-281-1/+1
* Use list_close here (by ext/standard/tests/dir/closedir_basic.phpt)Xinchen Hui2014-03-091-1/+1
* Refactor _php_stream_scandir to avoid memleakXinchen Hui2014-03-021-2/+2
* Fixed segfault in closedirXinchen Hui2014-03-021-1/+1
* Use better data structures (incomplete)Dmitry Stogov2014-02-131-25/+25
* Bump yearXinchen Hui2014-01-031-1/+1
* fixed glob() edge case on windows, ref bug #47358Anatol Belski2013-08-191-0/+7
* Merge branch 'PHP-5.4' into PHP-5.5Pierre Joye2013-01-081-3/+1
|\
| * - fix bug #47358, glob returns error, should be empty array()Pierre Joye2013-01-081-3/+1
| |\
| | * - fix bug #47358, glob returns error, should be empty array()Pierre Joye2013-01-081-3/+1
| | * - Year++Felipe Pena2012-01-011-1/+1
| | * - Year++Felipe Pena2011-01-011-1/+1
| | * - fix #39863, do not accept paths with NULL in them. See http://news.php.net/...Pierre Joye2010-11-181-0/+12
| | * - Fixed bug #52183 (Reflectionfunction reports invalid number of arguments fo...Felipe Pena2010-06-261-3/+9
| * | - Year++Felipe Pena2012-01-011-1/+1
| * | - Added new parameter parsing option (p - for valid path (string without null...Felipe Pena2011-06-061-3/+3
* | | Happy New YearXinchen Hui2013-01-011-1/+1
* | | - Year++Felipe Pena2012-01-011-1/+1
* | | - Added new parameter parsing option (p - for valid path (string without null...Felipe Pena2011-06-061-3/+3
|/ /
* | - Year++Felipe Pena2011-01-011-1/+1
* | Implemented FR #53407 (make scandir()'s directory sorting optional).Adam Harvey2010-11-261-1/+7
* | - Fixed bug #52183 (Reflectionfunction reports invalid number of arguments fo...Felipe Pena2010-06-261-3/+9
* | Removed safe_modeKalle Sommer Nielsen2010-04-261-8/+5
|/
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* - Fixed bug #49108 (2nd scan_dir produces seg fault)Felipe Pena2009-07-301-1/+3
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* MFH: - Changed opendir/dir/scandir to use default context when no context arg...Hannes Magnusson2008-12-091-6/+2
* MFH: clear stat cache in chroot()Arnaud Le Blanc2008-08-111-1/+1
* MFH: Fixed #45181 (chdir() should clear relative entries in stat cache)Arnaud Le Blanc2008-08-111-0/+10
* - MFH: New parameter parsing APIFelipe Pena2008-07-241-6/+7
* MFH: invert the logics - FLAG_FCLOSE -> FLAG_NO_FCLOSEAntony Dovgal2008-07-231-0/+2