Matt
Matt
This library really should be updated to support readAsArrayBuffer instead of readAsBinaryString since the latter is deprecated and non-standard.
megasync is creating/allowing duplicate nodes. Ondřej noted in an email to me what could be causing the problem: Duplicate nodes may be created if the filesystem cache is out of...
We have several patches in gentoo we have to make to build this package. Would you consider importing these patches? http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/dev-db/libiodbc/files/libiodbc-3.52.7-debian_bug501100.patch?revision=1.1&view=markup http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/dev-db/libiodbc/files/libiodbc-3.52.7-debian_bug508480.patch?revision=1.1&view=markup http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/dev-db/libiodbc/files/libiodbc-3.52.7-gtk.patch?revision=1.1&view=markup http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/dev-db/libiodbc/files/libiodbc-3.52.7-multilib.patch?revision=1.1&view=markup http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/dev-db/libiodbc/files/libiodbc-3.52.7-unicode_includes.patch?revision=1.1&view=markup
A fairly recent change (https://github.com/storaged-project/udisks/pull/195) made the library libcryptsetup (provided by the cryptsetup package) a hard dependency by default through libblockdev. I would argue that this should not be a...
Due to this commit, the documentation for mb_strwidth should be changed: https://github.com/php/php-src/commit/d8c785b894e1a4ed9793d71cad02330cb0034faa? This function now returns the proper width of a multibyte string starting with php 8.1. For example: For...
RemotePharVerifier.php is missing a ) on line 2 in version 0.6.1.
Several test cases fail with errors: phpunit RemotePharVerifierTest.php PHPUnit 3.7.13 by Sebastian Bergmann. ...EE.......................EEEEE Time: 0 seconds, Memory: 6.00Mb There were 7 errors: 1) PharUtil_RemotePharVerifierTest::testVerifyDoesntCopyToVerifiedDir RuntimeException: rmdir(/usr/share/php/tests/PharUtil/test/PharUtil/tmp/tmp/..): Directory not empty...
…losure in Resource::provides sets the content type, it overrides the response content type instead of creating another one with a different case.
Tonic Response defaults to content-type = 'text/html' but $response->contentType = $mimetype; in Tonic Resource declares a new Content-Type header as well instead of overriding the response content-type, you end up...
APC is dead. MetadataCacheAPC.php should be removed. May I suggest you implement a caching mechanism using Memcached instead?