Diff for /embedaddon/php/ext/standard/php_array.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 113  PHPAPI int php_multisort_compare(const void *a, const  Line 113  PHPAPI int php_multisort_compare(const void *a, const 
 #define PHP_SORT_DESC               3  #define PHP_SORT_DESC               3
 #define PHP_SORT_ASC                4  #define PHP_SORT_ASC                4
 #define PHP_SORT_LOCALE_STRING      5  #define PHP_SORT_LOCALE_STRING      5
   #define PHP_SORT_NATURAL            6
   #define PHP_SORT_FLAG_CASE          8
   
 ZEND_BEGIN_MODULE_GLOBALS(array)   ZEND_BEGIN_MODULE_GLOBALS(array) 
         int *multisort_flags[2];          int *multisort_flags[2];

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


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