--- embedaddon/php/ext/standard/php_array.h 2012/02/21 23:48:02 1.1.1.1 +++ embedaddon/php/ext/standard/php_array.h 2012/05/29 12:34:43 1.1.1.2 @@ -19,7 +19,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: php_array.h,v 1.1.1.1 2012/02/21 23:48:02 misho Exp $ */ +/* $Id: php_array.h,v 1.1.1.2 2012/05/29 12:34:43 misho Exp $ */ #ifndef PHP_ARRAY_H #define PHP_ARRAY_H @@ -113,6 +113,8 @@ PHPAPI int php_multisort_compare(const void *a, const #define PHP_SORT_DESC 3 #define PHP_SORT_ASC 4 #define PHP_SORT_LOCALE_STRING 5 +#define PHP_SORT_NATURAL 6 +#define PHP_SORT_FLAG_CASE 8 ZEND_BEGIN_MODULE_GLOBALS(array) int *multisort_flags[2];