Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix minor Autoconf coding style | Peter Kokot | 2018-07-31 | 1 | -1/+1 |
* | Replace obsolete AC_TRY_FOO with AC_FOO_IFELSE | Peter Kokot | 2018-07-30 | 1 | -29/+29 |
* | Fix typo in config.m4 | Peter Kokot | 2018-07-29 | 1 | -6/+1 |
* | Remove unused Git attributes ident | Peter Kokot | 2018-07-25 | 1 | -1/+1 |
* | RFC: Argon2 Password Hash Enhancements Implementation of Argon2id per RFC htt... | Charles R. Portwood II | 2018-06-21 | 1 | -9/+2 |
* | Merge branch 'PHP-7.2' | Joe Watkins | 2018-05-23 | 1 | -1/+1 |
|\ | |||||
| * | Merge branch 'PHP-7.1' into PHP-7.2 | Joe Watkins | 2018-05-23 | 1 | -1/+1 |
| |\ | |||||
| | * | fix phpdbg disabling chroot support | Joe Watkins | 2018-05-23 | 1 | -1/+1 |
| | * | Merge branch 'PHP-7.0' into PHP-7.1 | Nikita Popov | 2017-03-17 | 1 | -4/+4 |
| | |\ | |||||
| | | * | Fix bug #74265 | Nikita Popov | 2017-03-17 | 1 | -4/+4 |
* | | | | Fix: follow the indent of the other configure options | Tom Van Looy | 2018-02-15 | 1 | -1/+2 |
* | | | | Implement high resolution monotonic timer function hrtime() | Anatol Belski | 2018-01-07 | 1 | -7/+7 |
* | | | | net/if.h requires sys/socket.h on OpenBSD | David Carlier | 2018-01-06 | 1 | -1/+8 |
* | | | | Fix getifaddrs detection on NetBSD | Matteo Beccati | 2017-11-28 | 1 | -0/+1 |
* | | | | Add net_get_interfaces() | Sara Golemon | 2017-11-27 | 1 | -1/+21 |
|/ / / | |||||
* | | | Compatibility with libargon2 versions 20161029 and 20160821 | Charles R. Portwood II | 2017-06-18 | 1 | -0/+7 |
* | | | Merge branch 'PHP-7.1' | Nikita Popov | 2017-02-08 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.0' into PHP-7.1 | Nikita Popov | 2017-02-08 | 1 | -7/+8 |
| |\ \ | | |/ | |||||
| | * | Fix detection of isnan and isinf | Christian Schmidt | 2017-02-08 | 1 | -7/+8 |
| * | | Merge branch 'PHP-7.0' into PHP-7.1 | Nikita Popov | 2017-02-06 | 1 | -6/+6 |
| |\ \ | | |/ | |||||
| | * | Revert "Fix detection of isnan and isinf" | Nikita Popov | 2017-02-06 | 1 | -6/+6 |
| * | | Merge branch 'PHP-7.0' into PHP-7.1 | Nikita Popov | 2017-02-05 | 1 | -6/+6 |
| |\ \ | | |/ | |||||
| | * | Fix detection of isnan and isinf | Christian Schmidt | 2017-02-05 | 1 | -6/+6 |
* | | | Merge branch 'PHP-7.1' | Nikita Popov | 2017-01-09 | 1 | -5/+0 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.0' into PHP-7.1 | Nikita Popov | 2017-01-09 | 1 | -5/+0 |
| |\ \ | | |/ | |||||
| | * | Fix check for linux getrandom syscall | Leigh | 2017-01-09 | 1 | -5/+0 |
* | | | Merge branch 'PHP-7.1' | Anatol Belski | 2017-01-07 | 1 | -0/+1 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.0' into PHP-7.1 | Anatol Belski | 2017-01-07 | 1 | -0/+1 |
| |\ \ | | |/ | |||||
| | * | Implement github PR #1736 | Anatol Belski | 2017-01-07 | 1 | -0/+1 |
* | | | Merge branch 'DedupNANINF' | Andrea Faulds | 2016-10-26 | 1 | -137/+0 |
|\ \ \ | |||||
| * | | | Deduplicate NAN/INF portability, move to Zend | Andrea Faulds | 2016-03-20 | 1 | -137/+0 |
| | |/ | |/| | |||||
* | | | Merge branch 'pull-request/1997' | Christoph M. Becker | 2016-09-08 | 1 | -0/+32 |
|\ \ \ | |_|/ |/| | | |||||
| * | | Fixing issue with config.m4 script not correctly checking for PHP_PASSWORD_AR... | Charles R. Portwood II | 2016-08-01 | 1 | -2/+2 |
| * | | Removing Argon2d, changing config arg to --with-password-argon2 | Charles R. Portwood II | 2016-08-01 | 1 | -2/+2 |
| * | | Adding to PHP library includes | Charles R. Portwood II | 2016-07-12 | 1 | -1/+1 |
| * | | Fixing linker issue on linux when DIR is specified on --with-argon2 | Charles R. Portwood II | 2016-07-11 | 1 | -11/+7 |
| * | | Removing argon2 library files in favor of --with-argon2[=DIR] | Charles R. Portwood II | 2016-07-11 | 1 | -6/+33 |
| * | | Working implementation with password_hash, password_verify | Charles R. Portwood II | 2016-07-08 | 1 | -1/+10 |
* | | | Split rand and mt_rand into separate files | Leigh | 2016-07-05 | 1 | -1/+1 |
|/ / | |||||
* | | Move HAVE_ATTRIBUTE_ALIGNED check outside crypt block | Nikita Popov | 2016-03-25 | 1 | -17/+16 |
* | | Remove PHP_*_CRYPT constants | Nikita Popov | 2016-03-25 | 1 | -7/+0 |
* | | Ensure that all crypt() formats are supported | Nikita Popov | 2016-03-25 | 1 | -61/+8 |
|/ | |||||
* | Merge branch 'PHP-5.6' into PHP-7.0 | Nikita Popov | 2016-03-03 | 1 | -50/+53 |
|\ | |||||
| * | Additional improvements to crypt() detection code | Anton Blanchard | 2016-03-03 | 1 | -50/+53 |
* | | Merge branch 'PHP-5.6' into PHP-7.0 | Nikita Popov | 2016-03-03 | 1 | -6/+12 |
|\ \ | |/ | |||||
| * | ext/standard/config.m4: fix crypt() test segfaults in >=glibc-2.17. | Michael Orlitzky | 2016-03-03 | 1 | -6/+12 |
* | | Use arc4random on OpenBSD 5.5+ and NetBSD 7+ | Leigh | 2015-10-30 | 1 | -0/+5 |
* | | Remove arc4random | Leigh | 2015-10-26 | 1 | -5/+0 |
* | | Add support for getrandom(2), add type check on file descriptor | Scott | 2015-09-29 | 1 | -0/+5 |
* | | Improve CSPRNG implementation | Leigh | 2015-05-09 | 1 | -0/+5 |