On Fri, 11 Dec 2009, Pierre Joye wrote:
> pajoye Fri, 11 Dec 2009 16:07:57 +0000
>
> Revision: http://svn.php.net/viewvc?view=revision&revision=291994
>
> Log:
> - #50334, add sha support for VC6 too, not merged in trunk as we don't
> support vc6 there
>
> Bug: http://bugs.php.net/50334 (Closed) crypt ignores sha512 prefix
I'm getting compile errors with this still on 5.3 with VC6:
ext\standard\crypt_sha256.c(390) : warning C4013: '__alignof' undefined;
assuming extern returning int
ext\standard\crypt_sha256.c(390) : error C2143: syntax error : missing ')'
before 'type'
ext\standard\crypt_sha256.c(392) : error C2065: 'tmp' : undeclared identifier
ext\standard\crypt_sha256.c(392) : error C2143: syntax error : missing ')'
before 'type'
ext\standard\crypt_sha256.c(392) : warning C4022: 'memcpy' : pointer mismatch
for actual parameter 1
ext\standard\crypt_sha256.c(395) : error C2059: syntax error : 'if'
ext\standard\crypt_sha256.c(402) : error C2143: syntax error : missing ')'
before '&'
ext\standard\crypt_sha256.c(402) : error C2143: syntax error : missing '{'
before '&'
ext\standard\crypt_sha256.c(402) : error C2059: syntax error : '&'
ext\standard\crypt_sha256.c(402) : error C2059: syntax error : ')'
ext\standard\crypt_sha256.c(405) : error C2059: syntax error : ','
ext\standard\crypt_sha256.c(405) : error C2143: syntax error : missing ')'
before '&'
ext\standard\crypt_sha256.c(405) : error C2143: syntax error : missing '{'
before '&'
ext\standard\crypt_sha256.c(405) : error C2059: syntax error : '&'
ext\standard\crypt_sha256.c(405) : error C2059: syntax error : ')'
regards,
Derick
--
http://derickrethans.nl | http://ezcomponents.org | http://xdebug.org
twitter: @derickr
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php