Skip to content

Commit 0555541

Browse files
committed
remove crypt, it can be slow
1 parent 16cb160 commit 0555541

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

ext/standard/basic_functions.stub.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2098,10 +2098,7 @@ function crc32(string $string): int {}
20982098

20992099
/* crypt.c */
21002100

2101-
/**
2102-
* @compile-time-eval
2103-
* @refcount 1
2104-
*/
2101+
/** @refcount 1 */
21052102
function crypt(#[\SensitiveParameter] string $string, string $salt): string {}
21062103

21072104
/* datetime.c */

ext/standard/basic_functions_arginfo.h

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)