Re: [PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ext/standard/ crypt_sha256.c crypt_sha512.c

2009-12-31 Thread Pierre Joye
On Thu, Dec 31, 2009 at 4:56 PM, Derick Rethans  wrote:
> On Fri, 11 Dec 2009, Pierre Joye wrote:
>
>> pajoye                                   Fri, 11 Dec 2009 16:07:57 +
>>
>> 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:
>

It works just fine here and on the snaps box
(http://windows.php.net/downloads/snaps/compile-5.3-VC6-x86-200912311600.log).

Cheers.
-- 
Pierre

http://blog.thepimp.net | http://www.libgd.org

--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ext/standard/ crypt_sha256.c crypt_sha512.c

2009-12-31 Thread Derick Rethans
On Fri, 11 Dec 2009, Pierre Joye wrote:

> pajoye   Fri, 11 Dec 2009 16:07:57 +
> 
> 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