Re: fix PHP version in doku wiki

2017-11-23 Thread Stuart Henderson
On 2017/11/23 17:36, Landry Breuil wrote: > Digging a bit more, on the long term (for 6.3?) we'll have to switch to > php7 by default, as only libsodium-php-1.x seems to support php 5.6, > libsodium-php-2.x only targets 7.x, and the 1.x branch wont receive > updates anymore. There are several exte

Re: fix PHP version in doku wiki

2017-11-23 Thread Rafael Sadowski
On Thu Nov 23, 2017 at 04:28:44PM +, Stuart Henderson wrote: > On 2017/11/23 17:15, Landry Breuil wrote: > > On Wed, Nov 22, 2017 at 10:55:14AM +, Stuart Henderson wrote: > > > On 2017/11/21 10:22, Rafael Sadowski wrote: > > > > PHP message: PHP Fatal error: Uncaught exception 'Exception'

Re: fix PHP version in doku wiki

2017-11-23 Thread Pierre-Emmanuel André
On Thu, Nov 23, 2017 at 04:28:44PM +, Stuart Henderson wrote: > On 2017/11/23 17:15, Landry Breuil wrote: > > On Wed, Nov 22, 2017 at 10:55:14AM +, Stuart Henderson wrote: > > > On 2017/11/21 10:22, Rafael Sadowski wrote: > > > > PHP message: PHP Fatal error: Uncaught exception 'Exception'

Re: fix PHP version in doku wiki

2017-11-23 Thread Landry Breuil
On Thu, Nov 23, 2017 at 04:28:44PM +, Stuart Henderson wrote: > On 2017/11/23 17:15, Landry Breuil wrote: > > On Wed, Nov 22, 2017 at 10:55:14AM +, Stuart Henderson wrote: > > > On 2017/11/21 10:22, Rafael Sadowski wrote: > > > > PHP message: PHP Fatal error: Uncaught exception 'Exception'

Re: fix PHP version in doku wiki

2017-11-23 Thread Stuart Henderson
On 2017/11/23 17:15, Landry Breuil wrote: > On Wed, Nov 22, 2017 at 10:55:14AM +, Stuart Henderson wrote: > > On 2017/11/21 10:22, Rafael Sadowski wrote: > > > PHP message: PHP Fatal error: Uncaught exception 'Exception' with > > > message 'There is no suitable CSPRNG installed on your system

Re: fix PHP version in doku wiki

2017-11-23 Thread Landry Breuil
On Wed, Nov 22, 2017 at 10:55:14AM +, Stuart Henderson wrote: > On 2017/11/21 10:22, Rafael Sadowski wrote: > > PHP message: PHP Fatal error: Uncaught exception 'Exception' with message > > 'There is no suitable CSPRNG installed on your system' in > > /dokuwiki/vendor/paragonie/random_compat

Re: fix PHP version in doku wiki

2017-11-22 Thread Stuart Henderson
On 2017/11/21 10:22, Rafael Sadowski wrote: > PHP message: PHP Fatal error: Uncaught exception 'Exception' with message > 'There is no suitable CSPRNG installed on your system' in > /dokuwiki/vendor/paragonie/random_compat/lib/random.php:203 This came up before. The deps should be changed to in

Re: fix PHP version in doku wiki

2017-11-21 Thread Rafael Sadowski
On Tue Nov 21, 2017 at 08:59:51AM +0100, Landry Breuil wrote: > On Mon, Nov 20, 2017 at 10:46:35PM +0100, Rafael Sadowski wrote: > > Hi All! > > > > Today I installed dokwiki on OpenBSD 6.2 and ran into different php > > issues. I uninstalled the default php 5.6 version and replaces it with > > ph

Re: fix PHP version in doku wiki

2017-11-21 Thread Landry Breuil
On Mon, Nov 20, 2017 at 10:46:35PM +0100, Rafael Sadowski wrote: > Hi All! > > Today I installed dokwiki on OpenBSD 6.2 and ran into different php > issues. I uninstalled the default php 5.6 version and replaces it with > php 7.x. Now everything works as usual. > > Please find below a simple -cur

fix PHP version in doku wiki

2017-11-20 Thread Rafael Sadowski
Hi All! Today I installed dokwiki on OpenBSD 6.2 and ran into different php issues. I uninstalled the default php 5.6 version and replaces it with php 7.x. Now everything works as usual. Please find below a simple -current diff. After an okay I would like to commit the same diff into -stable. Ok