--- embedaddon/php/ext/standard/php_dir.h 2012/02/21 23:48:02 1.1.1.1 +++ embedaddon/php/ext/standard/php_dir.h 2012/05/29 12:34:43 1.1.1.2 @@ -16,7 +16,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: php_dir.h,v 1.1.1.1 2012/02/21 23:48:02 misho Exp $ */ +/* $Id: php_dir.h,v 1.1.1.2 2012/05/29 12:34:43 misho Exp $ */ #ifndef PHP_DIR_H #define PHP_DIR_H @@ -36,5 +36,9 @@ PHP_NAMED_FUNCTION(php_if_readdir); PHP_FUNCTION(getdir); PHP_FUNCTION(glob); PHP_FUNCTION(scandir); + +#define PHP_SCANDIR_SORT_ASCENDING 0 +#define PHP_SCANDIR_SORT_DESCENDING 1 +#define PHP_SCANDIR_SORT_NONE 2 #endif /* PHP_DIR_H */