Home
last modified time | relevance | path

Searched refs:hash (Results 1 – 12 of 12) sorted by relevance

/web-php/manual/
H A Dvote-note.php20 $hash = substr(md5($_REQUEST['page']), 0, 16); variable
21 $notes_file = $_SERVER['DOCUMENT_ROOT'] . "/backend/notes/" . substr($hash, 0, 2) . "/$hash";
66 $hash = substr(md5($_REQUEST['page']), 0, 16); variable
67 … $notes_file = $_SERVER['DOCUMENT_ROOT'] . "/backend/notes/" . substr($hash, 0, 2) . "/$hash";
/web-php/include/
H A Dversion.inc68 foreach ($release['sha256'] as $format => $hash) {
72 'sha256' => $hash,
H A Dshared-manual.inc92 $hash = substr(md5($id), 0, 16);
94 substr($hash, 0, 2) . "/$hash";
H A Derrors.inc219 'phar.require-hash' => 'phar.configuration.php#ini.phar.require-hash',
295 'session.hash-function' => 'session.configuration.php#ini.session.hash-function',
296 …'session.hash-bits-per-character' => 'session.configuration.php#ini.session.hash-bits-per-characte…
H A Dpregen-news.inc9468 <li><a href="https://wiki.php.net/rfc/hash-context.as-resource">HashContext as Object</a></li>
9469 <li><a href="https://wiki.php.net/rfc/argon2_password_hash">Argon2 in password hash</a></li>
/web-php/releases/
H A DNEWS_5_4_0_alpha1.txt152 . Added Jenkins's one-at-a-time hash support. (Martin Jansen)
153 . Added FNV-1 hash support. (Michael Maclean)
H A DNEWS_5_4_0_RC1.txt374 . Added Jenkins's one-at-a-time hash support. (Martin Jansen)
375 . Added FNV-1 hash support. (Michael Maclean)
1234 . Fixed bug #51003 (unaligned memory access in ext/hash/hash_tiger.c).
2185 . ext/mhash (BC layer is now entirely within ext/hash)
2345 - Improved hash extension:
2348 . Added sha224 hash algorithm to the hash extension. (Scott)
2558 - Added ext/hash support to ext/session's ID generator. (Sara)
2759 - Fixed bug #45911 (Cannot disable ext/hash). (Arnaud)
3313 hash()). (Tony)
4083 - Fixed bug #41159 (mysql_pconnect() hash does not account for connect
[all …]
H A DNEWS_5_4_0_beta1.txt278 . Added Jenkins's one-at-a-time hash support. (Martin Jansen)
279 . Added FNV-1 hash support. (Michael Maclean)
1138 . Fixed bug #51003 (unaligned memory access in ext/hash/hash_tiger.c).
2089 . ext/mhash (BC layer is now entirely within ext/hash)
2249 - Improved hash extension:
2252 . Added sha224 hash algorithm to the hash extension. (Scott)
2462 - Added ext/hash support to ext/session's ID generator. (Sara)
2663 - Fixed bug #45911 (Cannot disable ext/hash). (Arnaud)
3217 hash()). (Tony)
3987 - Fixed bug #41159 (mysql_pconnect() hash does not account for connect
[all …]
H A DNEWS_5_4_0_beta2.txt329 . Added Jenkins's one-at-a-time hash support. (Martin Jansen)
330 . Added FNV-1 hash support. (Michael Maclean)
/web-php/js/
H A Dcommon.js739 $link.attr('href', $link.attr('href') + window.location.hash);
/web-php/releases/8.2/
H A Drelease.inc209 hash('sha256', "Example seed that is converted to a 256 Bit string via SHA-256", true)
/web-php/
H A Dcomposer.lock7 "content-hash": "c80174faaa57a5823ef1be3a2ea7003b",

Completed in 126 milliseconds