eduardok / libsmbclient-php

smbclient's extension for PHP
Other
99 stars 21 forks source link

how to compile it for windows #88

Closed ptogladif closed 3 months ago

ptogladif commented 3 years ago

could you create config.w32 ??

i really need it to compile it and add this extension to php 8 on windows server

thanks

thirdwheel commented 3 years ago

It would be useful even if it just encapsulated the Windows SMB functionality into a smb:// stream handler for cross platform compatible code. You could do this in pure PHP, though.

https://php.net/stream_wrapper_register

eduardok commented 3 years ago

It is unlikely that it will be compiled on Windows considering that it depends on libsmbclient.