divinity76

Results 202 comments of divinity76

@jrfnl honestly don't know, it doesn't appear to be a real "7.3.0" release, but it identifies itself as version 7.3.0, in any case, it's the version i get from running...

@jrfnl ``` dealerdirect/phpcodesniffer-composer-installer v0.7.2 PHP_CodeSniffer Standards Composer Installer Plugin phpcompatibility/php-compatibility dev-develop c23e20c A set of sniffs for PHP_CodeSniffer that checks for PHP cross-version compatibility. phpcsstandards/phpcsutils dev-develop 9ecd297 A suite of...

GreaseMonkey implementation: https://gist.github.com/divinity76/88c3ca5f7d58b2eb62c3f8b6bcdb5091

honestly don't know what the testsuite's problem is, it's complaining that methods that does exist, doesn't under testing.. dunno what it's problem is, any suggestions?

I also have a problem connecting with explorer.exe on windows 10, but i have a different issue with credentials, guess ill open a separate issue

from what i can tell, there is a problem with how windows 10 handles authentication in OPTIONS and PROPPATCH requests: https://github.com/micromata/dave/issues/47#issuecomment-1480962077 and the problem goes away if you disable authentication...

btw is anyone able to mount Dave with authentication in any windows version at all?

a multi-threaded approach, using 1 thread per SSL client with blocking code should work (using PECL pthreads )

hmm, not able to with "Add Network Location", but `net use` works fine! ``` net use X: \\sshfs\root@ip\/ ``` mounts the root dir, not the home dir :)

i think that is irrelevant, but it's 7.81.0 both of them: ``` $ php7.4 -r 'var_dump(curl_version());' array(16) { ["version_number"]=> int(479488) ["age"]=> int(9) ["features"]=> int(364890013) ["ssl_version_number"]=> int(0) ["version"]=> string(6) "7.81.0" ["host"]=>...