Actions
Fehler #332
openstandalone extplorer webdav does not work with PHP7
eXtplorer Version:
2.1.4
Joomla! Version:
none
Description
webdav use the mysql_connect function wich is no longer available in PHP 7 !
Files
Actions
Added by Daniel Roche almost 8 years ago. Updated almost 8 years ago.
Description
webdav use the mysql_connect function wich is no longer available in PHP 7 !
Files
Filesystem.php (30 KB) Filesystem.php | Daniel Roche, 11/08/2016 11:06 AM |
Hello Again,
i have modified libraries/HTTP/WebDAV/Server/Filesystem.php to use mysqli extension rather than mysql.
I usually use PDO for mysql, but i was much easier/faster to use mysqli in this case.
i ran some test, it seems to work correctly on PHP 7 !
you will find the modified file attached, it may help.
Regards
thank you very much for these changes! will be available in the next release.