mirror of
https://github.com/crypto-pro-web/crypto-pro-php.git
synced 2025-04-18 19:33:06 +03:00
Исправлено поведение разбора информации о сертификате #11
This commit is contained in:
parent
bdd545acf0
commit
cbb43b2a5e
@ -23,7 +23,7 @@ class CertificateHelper
|
||||
$extractedEntities = [];
|
||||
|
||||
preg_match_all(
|
||||
'/([\w0-9\s.]+)=(?:("[^"]+?")|(.+?))(?:,|$)/',
|
||||
'/([a-zа-я0-9\s.]+)=(?:("[^"]+?")|(.+?))(?:,|$)/i',
|
||||
$rawInfo,
|
||||
$extractedEntities,
|
||||
PREG_SET_ORDER,
|
||||
|
Loading…
Reference in New Issue
Block a user