> Andrei Zmievski wrote: > > Log: > > Fix bug #7045: shuffle() now provides consistent distribution of values > > in the array. > > C:\home\php\php4\ext\standard\array.c(1446) : error C2082: Neudefinition > des for > malen Parameters "tsrm_ls" > C:\home\php\php4\ext\standard\array.c(2949) : error C2065: > 'array_data_shuffle' > : nichtdeklarierter Bezeichner > C:\home\php\php4\ext\standard\array.c(2949) : warning C4047: 'function' : > Anzahl > der Dereferenzierungen bei 'int (__cdecl *)(const void *,const void > *,void *** > )' und 'int ' unterschiedlich > C:\home\php\php4\ext\standard\array.c(2949) : warning C4024: > 'zend_hash_sort' : > Unterschiedliche Typen fuer formalen und uebergebenen Parameter 3
In English: c:\php4build\snap\ext\standard\array.c(1446) : error C2082: redefinition of formal parameter 'tsrm_ls' c:\php4build\snap\ext\standard\array.c(2949) : error C2065: 'array_data_shuffle' : undeclared identifier c:\php4build\snap\ext\standard\array.c(2949) : warning C4047: 'function' : 'int (__cdecl *)(const void *,const void *,void *** )' differs in levels of indirection from 'int ' c:\php4build\snap\ext\standard\array.c(2949) : warning C4024: 'zend_hash_sort' : different types for formal and actual parameter 3 Edin -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php