ElFinderPHP icon indicating copy to clipboard operation
ElFinderPHP copied to clipboard

:open_file_folder: ElFinder PHP 5.4 *DEPRECATED since FMElFinderBundle 8*

Results 5 ElFinderPHP issues
Sort by recently updated
recently updated
newest added

"helios-ag/fm-elfinder-bundle": "7.*", # versions 5,6,7 same error "helios-ag/fm-elfinder-php-connector": "2.5.9" When uploading a directory containing multiple files. The issue has been notices here too: https://github.com/helios-ag/FMElfinderBundle/issues/288 Query Parameters: ``` mode: cmd:mkdir target:l1_Lw...

When running on PHP 7.2 an ErrorException being thrown that states `Deprecated: Function create_function() is deprecated at helios-ag/fm-elfinder-php-connector/src/ElFinder.php:347` [PHP Manual Reference: create_function](http://php.net/manual/en/function.create-function.php) https://github.com/helios-ag/ElFinderPHP/blob/9788fbd37345fba63f6d03de4c8bc7ec18a7b9c1/src/ElFinder.php#L347

fixes https://github.com/helios-ag/FMElfinderBundle/issues/208 and maybe https://github.com/helios-ag/FMElfinderBundle/issues/248

Would it be possible to make a connector for [Doctrine Database Abstraction Layer](http://www.doctrine-project.org/projects/dbal.html) or [PDO](http://php.net/manual/en/class.pdo.php) with own query adapter classes? Or maybe that is out of scope since studio-42 doesn't...

Hello, if i have such tree: ``` dir1 / file1.exe dir2 / dir1 / file1.exe dir2 / dir1 / file2.exe ``` then when i move my `dir1` to my `dir2`,...