summaryrefslogtreecommitdiff
path: root/ext/standard/config.m4
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'DedupNANINF'Andrea Faulds2016-10-261-137/+0
|\
| * Deduplicate NAN/INF portability, move to ZendAndrea Faulds2016-03-201-137/+0
* | Merge branch 'pull-request/1997'Christoph M. Becker2016-09-081-0/+32
|\ \
| * | Fixing issue with config.m4 script not correctly checking for PHP_PASSWORD_AR...Charles R. Portwood II2016-08-011-2/+2
| * | Removing Argon2d, changing config arg to --with-password-argon2Charles R. Portwood II2016-08-011-2/+2
| * | Adding to PHP library includesCharles R. Portwood II2016-07-121-1/+1
| * | Fixing linker issue on linux when DIR is specified on --with-argon2Charles R. Portwood II2016-07-111-11/+7
| * | Removing argon2 library files in favor of --with-argon2[=DIR]Charles R. Portwood II2016-07-111-6/+33
| * | Working implementation with password_hash, password_verifyCharles R. Portwood II2016-07-081-1/+10
* | | Split rand and mt_rand into separate filesLeigh2016-07-051-1/+1
|/ /
* | Move HAVE_ATTRIBUTE_ALIGNED check outside crypt blockNikita Popov2016-03-251-17/+16
* | Remove PHP_*_CRYPT constantsNikita Popov2016-03-251-7/+0
* | Ensure that all crypt() formats are supportedNikita Popov2016-03-251-61/+8
|/
* Merge branch 'PHP-5.6' into PHP-7.0Nikita Popov2016-03-031-50/+53
|\
| * Additional improvements to crypt() detection codeAnton Blanchard2016-03-031-50/+53
* | Merge branch 'PHP-5.6' into PHP-7.0Nikita Popov2016-03-031-6/+12
|\ \ | |/
| * ext/standard/config.m4: fix crypt() test segfaults in >=glibc-2.17.Michael Orlitzky2016-03-031-6/+12
* | Use arc4random on OpenBSD 5.5+ and NetBSD 7+Leigh2015-10-301-0/+5
* | Remove arc4randomLeigh2015-10-261-5/+0
* | Add support for getrandom(2), add type check on file descriptorScott2015-09-291-0/+5
* | Improve CSPRNG implementationLeigh2015-05-091-0/+5
* | Initial implementation for CSPRNG APISammyK2015-05-091-1/+2
* | - Fix mergeFelipe Pena2015-02-171-8/+8
|\ \ | |/
| * Merge branch 'PHP-5.5' into PHP-5.6Felipe Pena2015-02-171-8/+8
| |\
| | * Merge branch 'PHP-5.4' into PHP-5.5Felipe Pena2015-02-171-8/+8
| | |\
| | | * - Fixed bug #67827 (broken detection of system crypt sha256/sha512 support)Felipe Pena2015-02-171-8/+8
| | * | Patch commit d9f85373e32 by moving the float_to_double function toKeyur Govande2015-01-261-2/+1
| | * | Fix for bugs #68114 (Build fails on OS X due to undefined symbols)Keyur Govande2015-01-261-1/+2
| | * | fix broken sha2 configure testsMichael Wallner2013-09-131-10/+11
| * | | fix detection of mbstate_t with clangMichael Wallner2015-02-151-1/+1
| * | | Patch commit d9f85373e32 by moving the float_to_double function toKeyur Govande2015-01-261-2/+1
| * | | Fix for bugs #68114 (Build fails on OS X due to undefined symbols)Keyur Govande2015-01-261-1/+2
* | | | fix detection of mbstate_t with clangMichael Wallner2015-02-081-1/+1
* | | | enable static tsrm ls cache in ext/standardAnatol Belski2014-10-051-1/+2
* | | | exclude log2 usage which requires C99 supportAnatol Belski2014-08-291-1/+3
* | | | Merge branch 'pull-request/658'Sara Golemon2014-08-141-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Improved logarithm of base 2 and 10 of standard math functionsMarc Bennewitz2014-04-281-1/+1
| | |/ | |/|
* | | fix broken sha2 configure testsMichael Wallner2013-09-131-10/+11
| |/ |/|
* | Merge branch 'PHP-5.4' into PHP-5.5Anatol Belski2013-07-111-1/+23
|\ \ | |/
| * Fixed bug #65226 chroot() does not get enabledAnatol Belski2013-07-111-1/+23
| * Drop support for autoconf < 2.60 in trunk and the Rasmus Lerdorf2011-05-151-4/+0
* | Base structure for passsword_create and password_make_saltAnthony Ferrara2012-06-241-1/+1
* | Drop support for autoconf < 2.60 in trunk and the Rasmus Lerdorf2011-05-151-4/+0
|/
* - #51424, solaris partPierre Joye2010-06-171-0/+5
* - Fixed bug #51435 (Missing ifdefs / logic bug in crypt code cause compile er...Felipe Pena2010-04-221-2/+11
* Not sure how I screwed up that MFH so badly. ProperJoey Smith2010-02-211-1/+1
* MFH fix to config.m4 to make MD5 check label accurateJoey Smith2010-02-201-1/+1
* Spelling typo in new check messageChristopher Jones2010-02-101-1/+1
* Fix config testJohannes Schlüter2010-02-101-7/+6
* Detect if we can rely on compiler-specific alignment features else use customJohannes Schlüter2010-02-091-0/+35