-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b472fea
commit 250f90c
Showing
2 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,22 +16,22 @@ distributions, using extended crypt library (libxcrypt): | |
<email>[email protected]</email> | ||
<active>yes</active> | ||
</lead> | ||
<date>2024-09-09</date> | ||
<date>2024-09-13</date> | ||
<version> | ||
<release>1.1.0dev</release> | ||
<release>1.1.0RC1</release> | ||
<api>1.1.0</api> | ||
</version> | ||
<stability> | ||
<release>stable</release> | ||
<api>stable</api> | ||
<release>beta</release> | ||
<api>beta</api> | ||
</stability> | ||
<license uri="https://www.php.net/license/3_01.txt" filesource="LICENSE">PHP-3.01</license> | ||
<notes> | ||
<notes><![CDATA[ | ||
- add crypt_gensalt(?string $prefix = null, int $count = 0): ?string {} | ||
- add crypt_preferred_method(): ?string {} | ||
- add crypt_checksalt(string $salt): int {} | ||
- add CRYPT_PREFIX_* and CRYPT_SALT_* constants | ||
</notes> | ||
]]></notes> | ||
<contents> | ||
<dir name="/"> | ||
<!-- sources --> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters