nextcloud/lib
Lukas Reschke 62e3de1bdb Check if response could get generated
`json_encode` fails hard on PHP >= 5.5 if a non UTF-8 value is specified by returning false. Older PHP versions just nullify the value which makes it at least somewhat usable.

This leads to very confusing errors which are very hard to debug since developers are usually not aware of this. In this case I'd consider throwing a fatal exception – since it arguably is an error situation – is a fair solution since this makes developers and administrators aware of any occurence of the problem so that these bugs can get fixed.

Fixes https://github.com/owncloud/core/issues/17265
2015-07-02 11:42:51 +02:00
..
l10n [tx-robot] updated from transifex 2015-07-02 01:59:26 -04:00
private Merge pull request #17252 from owncloud/fix-php-errors-in-app-description 2015-07-01 15:44:21 +02:00
public Check if response could get generated 2015-07-02 11:42:51 +02:00
repair Merge pull request #17088 from owncloud/add-verbosity-to-upgrade 2015-07-01 08:56:06 +02:00
autoloader.php Update license headers 2015-03-26 11:44:36 +01:00
base.php Catch cache garbage collection exception on postLogin 2015-06-30 17:36:55 +02:00