Re: Help to port missing PHP extensions required for running Laravel

2017-01-18 Thread Erling Westenvik
On Wed, Jan 18, 2017 at 02:49:36PM +0100, Otto Moerbeek wrote: > On Wed, Jan 18, 2017 at 02:34:57PM +0100, Erling Westenvik wrote: > > > Hi, > > A customer require a PHP project to be developed using the Laravel > > framework. According to their home page, Laravel requires: > > > > - OpenSSL PHP

Re: Help to port missing PHP extensions required for running Laravel

2017-01-18 Thread Erling Westenvik
On Wed, Jan 18, 2017 at 01:46:53PM +, Pedro de Oliveira wrote: > I run a laravel site on my OpenBSD server, everything works correctly. Nice. The Laravel home page states that PHP > 5.6.4 is required for Laravel 5.3. The latest PHP < 7 for OpenBSD seem to be 5.6.29. Which versions of Laravel

Re: Help to port missing PHP extensions required for running Laravel

2017-01-18 Thread Otto Moerbeek
On Wed, Jan 18, 2017 at 02:34:57PM +0100, Erling Westenvik wrote: > Hi, > A customer require a PHP project to be developed using the Laravel > framework. According to their home page, Laravel requires: > > - OpenSSL PHP Extension > - PDO PHP Extension > - Mbstring PHP Extension > - Tokenizer PHP

Re: Help to port missing PHP extensions required for running Laravel

2017-01-18 Thread Pedro de Oliveira
I run a laravel site on my OpenBSD server, everything works correctly. On Wed, Jan 18, 2017 at 1:34 PM, Erling Westenvik < erling.westen...@gmail.com> wrote: > Hi, > A customer require a PHP project to be developed using the Laravel > framework. According to their home page, Laravel requires: >

Help to port missing PHP extensions required for running Laravel

2017-01-18 Thread Erling Westenvik
Hi, A customer require a PHP project to be developed using the Laravel framework. According to their home page, Laravel requires: - OpenSSL PHP Extension - PDO PHP Extension - Mbstring PHP Extension - Tokenizer PHP Extension - XML PHP Extension AFAIK, only the PDO Extension is available for PHP