Skip to content

Commit

Permalink
update preload.php
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTechsTech committed Apr 13, 2023
1 parent 37b3306 commit ba28440
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion preload.php
Original file line number Diff line number Diff line change
Expand Up @@ -786,7 +786,7 @@ function zend_preloader(): void
$like = \trim((string) $os['ID_LIKE']);
if ($like == 'debian')
$platform = '/lib/x86_64-linux-gnu/libpthread.so.0';
elseif ($like == 'redhat')
elseif ($like =='redhat' || $like === 'fedora')
$platform = '/usr/lib64/libpthread.so';
}

Expand Down

0 comments on commit ba28440

Please sign in to comment.