History log of /PHP-8.3/ext/standard/crypt_sha256.c (Results 26 – 35 of 35)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-5.3.7RC2, php-5.4.0alpha1, php-5.3.7RC1, php-5.3.6, php-5.3.6RC3, php-5.3.6RC2, php-5.3.6RC1, php-5.2.17, php-5.3.5, php-5.2.16, php-5.2.15, php-5.3.4, php-5.2.15RC2, php-5.3.4RC2, php-5.3.4RC1, php-5.2.15RC1, PHP_5_2_15RC1
# cb500110 23-Sep-2010 Kalle Sommer Nielsen

Fixed compiler warnings in the standard library


Revision tags: oci8-1.4.3, php-5.2.14, php-5.3.3, php-5.3.3RC3, php-5.2.14RC3, php-5.3.3RC2, php-5.2.14RC2, php-5.3.3RC1, php-5.2.14RC1
# 0aef5f02 14-Jun-2010 Pierre Joye

- drop comment


# 22df3125 14-Jun-2010 Pierre Joye

- drop comment


Revision tags: php-5.3.2, php-5.2.13, php-5.3.2RC3, php-5.3.2RC2, php-5.2.13RC2
# f732d74f 09-Feb-2010 Johannes Schlüter

Detect if we can rely on compiler-specific alignment features else use custom
workarounds. Fixes #50753


Revision tags: php-5.2.13RC1
# 95839948 14-Jan-2010 Pierre Joye

- fix build


# 33fc7d77 11-Jan-2010 David Soria Parra

Fixes #50496. Drop stdbool.h dependency as it requires _STDC_C99 set on some systems.


Revision tags: php-5.3.2RC1, php-5.2.12
# a2cf15fc 11-Dec-2009 Pierre Joye

- #50334, add sha support for VC6 too, not merged in trunk as we don't support vc6 there


# 560ed89b 11-Dec-2009 Pierre Joye

- #50334, use our own implementations of stpncpy and mempcy, avoiding weird behaviors on certain platforms like solaris


Revision tags: php-5.2.12RC4
# 8d58b314 09-Dec-2009 Pierre Joye

- #50334, fix build for platform without endian.h (like solaris)


# 9001b403 09-Dec-2009 Pierre Joye

- #50334, crypt ignores sha512 and add support for sha256/512 to php's crypt [DOC]


12