summaryrefslogtreecommitdiff
path: root/ext/standard/crypt_sha512.c
Commit message (Expand)AuthorAgeFilesLines
* unify stdint type usageMichael Wallner2013-08-061-6/+0
* fix termination in sha-512 tooStanislav Malyshev2011-07-311-1/+1
* Fixed bug relating to un-initialized memory accessIlia Alshanetsky2011-07-051-2/+2
* Fixed compiler warnings in the standard libraryKalle Sommer Nielsen2010-09-231-1/+1
* - Fix #51582, Don't assume UINT64_C it's ever availablePierre Joye2010-04-261-0/+5
* Detect if we can rely on compiler-specific alignment features else use customJohannes Schlüter2010-02-091-4/+11
* - fix buildPierre Joye2010-01-141-4/+2
* Fixes #50496. Drop stdbool.h dependency as it requires _STDC_C99 set on some ...David Soria Parra2010-01-111-4/+2
* - #50334, add sha support for VC6 too, not merged in trunk as we don't suppor...Pierre Joye2009-12-111-0/+7
* - #50334, use our own implementations of stpncpy and mempcy, avoiding weird b...Pierre Joye2009-12-111-12/+6
* - #50334, fix build for platform without endian.h (like solaris)Pierre Joye2009-12-091-2/+1
* - drop non used code and fix warningPierre Joye2009-12-091-16/+5
* - #50334, crypt ignores sha512 and add support for sha256/512 to php's crypt ...Pierre Joye2009-12-091-0/+831