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
Updated by Daniel Roche almost 8 years ago
- File Filesystem.php Filesystem.php added
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
Updated by Sören Eberhardt-Biermann almost 8 years ago
- Category set to Feature
- Status changed from Neu to Gelöst
- Target version set to 2.1.10
thank you very much for these changes! will be available in the next release.
Actions