Diff for /embedaddon/php/ext/standard/php_dir.h between versions 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2012/02/21 23:48:02 version 1.1.1.2, 2012/05/29 12:34:43
Line 37  PHP_FUNCTION(getdir); Line 37  PHP_FUNCTION(getdir);
 PHP_FUNCTION(glob);  PHP_FUNCTION(glob);
 PHP_FUNCTION(scandir);  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 */  #endif /* PHP_DIR_H */

Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>