nextcloud/apps/files_encryption/lib
Vincent Petry da9f9ae9b3 Remove passing by reference to allow for proper GC
The garbage collector in PHP 5.3.10 does not properly release the file
handle when calling fclose() due to the fact that it is passed by
reference.
This has the side-effect of preventing file locks to be released as well
when the files_locking app is enabled.

This fix removes the useless passing by reference and now the file
handle and file lock are freed properly.
2014-09-12 19:51:47 +02:00
..
capabilities.php Add _many_ newlines at the end of files 2013-08-18 11:06:59 +02:00
crypt.php update existing unit tests 2014-07-23 12:14:02 +02:00
exceptions.php support aes 256 2014-07-23 12:14:01 +02:00
helper.php Merge pull request #9754 from owncloud/enc_support_aes_256 2014-08-13 12:34:21 +02:00
keymanager.php support aes 256 2014-07-23 12:14:01 +02:00
migration.php adding unit tests for encryption data migration 2014-06-05 16:54:04 +02:00
proxy.php Remove passing by reference to allow for proper GC 2014-09-12 19:51:47 +02:00
session.php kill OC::$session 2014-08-29 10:22:21 +02:00
stream.php support aes 256 2014-07-23 12:14:01 +02:00
util.php Merge pull request #9754 from owncloud/enc_support_aes_256 2014-08-13 12:34:21 +02:00