summaryrefslogtreecommitdiff
path: root/ext/standard/config.m4
Commit message (Expand)AuthorAgeFilesLines
* Fix -Wimplicit-function-declaration in configureNikita Popov2020-10-051-12/+26
* Fix minor Autoconf coding stylePeter Kokot2018-07-311-1/+1
* Replace obsolete AC_TRY_FOO with AC_FOO_IFELSEPeter Kokot2018-07-301-29/+29
* Fix typo in config.m4Peter Kokot2018-07-291-6/+1
* Remove unused Git attributes identPeter Kokot2018-07-251-1/+1
* RFC: Argon2 Password Hash Enhancements Implementation of Argon2id per RFC htt...Charles R. Portwood II2018-06-211-9/+2
* Merge branch 'PHP-7.2'Joe Watkins2018-05-231-1/+1
|\
| * Merge branch 'PHP-7.1' into PHP-7.2Joe Watkins2018-05-231-1/+1
| |\
| | * fix phpdbg disabling chroot supportJoe Watkins2018-05-231-1/+1
| | * Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-03-171-4/+4
| | |\
| | | * Fix bug #74265Nikita Popov2017-03-171-4/+4
* | | | Fix: follow the indent of the other configure optionsTom Van Looy2018-02-151-1/+2
* | | | Implement high resolution monotonic timer function hrtime()Anatol Belski2018-01-071-7/+7
* | | | net/if.h requires sys/socket.h on OpenBSDDavid Carlier2018-01-061-1/+8
* | | | Fix getifaddrs detection on NetBSDMatteo Beccati2017-11-281-0/+1
* | | | Add net_get_interfaces()Sara Golemon2017-11-271-1/+21
|/ / /
* | | Compatibility with libargon2 versions 20161029 and 20160821Charles R. Portwood II2017-06-181-0/+7
* | | Merge branch 'PHP-7.1'Nikita Popov2017-02-081-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-02-081-7/+8
| |\ \ | | |/
| | * Fix detection of isnan and isinfChristian Schmidt2017-02-081-7/+8
| * | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-02-061-6/+6
| |\ \ | | |/
| | * Revert "Fix detection of isnan and isinf"Nikita Popov2017-02-061-6/+6
| * | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-02-051-6/+6
| |\ \ | | |/
| | * Fix detection of isnan and isinfChristian Schmidt2017-02-051-6/+6
* | | Merge branch 'PHP-7.1'Nikita Popov2017-01-091-5/+0
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-01-091-5/+0
| |\ \ | | |/
| | * Fix check for linux getrandom syscallLeigh2017-01-091-5/+0
* | | Merge branch 'PHP-7.1'Anatol Belski2017-01-071-0/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-01-071-0/+1
| |\ \ | | |/
| | * Implement github PR #1736Anatol Belski2017-01-071-0/+1
* | | 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