icewind1991 / SMB

PHP wrapper for smbclient
MIT License
132 stars 53 forks source link

Call to undefined function Icewind\SMB\exec() #126

Open ngoupil opened 9 months ago

ngoupil commented 9 months ago

Hello, I'm using SMB with Symfony 6.2, PHP 8.2 on nginx SMBClient 4.9.15 In production environment i have this error "Call to undefined function Icewind\SMB\exec()" Any Idea ? Capture d'écran 2023-12-07 140458

joshtrichards commented 8 months ago

You almost certainly have exec() list in your PHP's disabled_functions. It's doubtful this is a bug. Close this Issue out please when confirmed. :)