Search
j0ke.net Open Build Service
>
Projects
>
internetx
:
php5
:
5.4.36
>
php-5.4.36
> php5-no-reentrant-crypt.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File php5-no-reentrant-crypt.patch of Package php-5.4.36
Index: ext/standard/crypt.c =================================================================== --- ext/standard/crypt.c +++ ext/standard/crypt.c @@ -302,6 +302,8 @@ PHP_FUNCTION(crypt) RETURN_STRING(crypt_res, 1); } } +# else + RETURN_STRING(crypt(str, salt), 1); # endif #endif }