Re: PHP7 package?

2016-02-12 Thread Jim Ohlstein
Hello, On 2/11/16 11:20 AM, Kurt Jaeger wrote: Hi! That's fewer than I'd have thought, but there are also ports like php56-redis which don't show up as "pecl" though they are in the PECL repo. Then we have to add them manually to the 'ports-to-test' list. I'd say that in order to be rigoro

Re: PHP7 package?

2016-02-11 Thread Kurt Jaeger
Hi! > That's fewer than I'd have thought, but there are also ports like > php56-redis which don't show up as "pecl" though they are in the PECL > repo. Then we have to add them manually to the 'ports-to-test' list. > I'd say that in order to be rigorous, all php*- and pecl- ports need to > be

Re: PHP7 package?

2016-02-11 Thread Martin Wilke
Hi, I am aware of the problems with pecl and some pear ports. Still thinking what the best solution is, one of the problem is that pecl updates with php7 support are not backwards compatible, which means that we have to do something like pecl-name-php7 or so. Not sure yet. Also I've updated php7

Re: PHP7 package?

2016-02-11 Thread Jim Ohlstein
Hello, On 2/11/16 10:12 AM, Kurt Jaeger wrote: Hi! In fact, I'd guess there are hundreds of PECL modules in the ports tree that either have not been updated to PHP 7.0 upstream or have not been updated in the ports tree if they have been updated upstream. List of PECL modules: portfind pecl

Re: PHP7 package?

2016-02-11 Thread Kurt Jaeger
Hi! > In fact, I'd guess there are hundreds of PECL modules > in the ports tree that either have not been updated to PHP 7.0 upstream > or have not been updated in the ports tree if they have been updated > upstream. List of PECL modules: portfind pecl | wc -l 137 Maybe put the list in

Re: PHP7 package?

2016-02-11 Thread Jim Ohlstein
Hello, On 2/7/16 8:32 AM, Kurt Jaeger wrote: Hi! This post suggests that a php7 port should be coming soon https://docs.freebsd.org/cgi/getmsg.cgi?fetch=86492+0+archive/2016/freebsd-ports/20160117.freebsd-ports but there is stil no port or package available for php7 You can check out the

Re: PHP7 package?

2016-02-10 Thread Dan Busarow
On 2/9/16 10:32 PM, Kurt Jaeger wrote: Hi! Everythig seemed to work fine but when I added LoadModule php7_modulelibexec/apache24/libphp7.so to the httpd.conf apache core dumped. Ah, that is a different issue. Use https://people.freebsd.org/~ohauer/scripts/fixphpextorder.sh on /u

Re: PHP7 package?

2016-02-09 Thread Kurt Jaeger
Hi! > Everythig seemed to work fine but when I added > > LoadModule php7_modulelibexec/apache24/libphp7.so > > to the httpd.conf apache core dumped. Ah, that is a different issue. Use https://people.freebsd.org/~ohauer/scripts/fixphpextorder.sh on /usr/local/etc/php/extensions.ini

Re: PHP7 package?

2016-02-09 Thread Waitman Gobble
On 2016-02-09 17:08, Dan Busarow wrote: On 2/7/16 9:54 AM, Kurt Jaeger wrote: Hi! If you clone the repo from miwi, use it to build your own pkg repo, you can use pkg upgrade to install those packages. That's how I did it my testbox. If you need more details on how to do it, I can add a fe

Re: PHP7 package?

2016-02-09 Thread Dan Busarow
On 2/7/16 9:54 AM, Kurt Jaeger wrote: > Hi! > >>> If you clone the repo from miwi, use it to build your own pkg repo, >>> you can use pkg upgrade to install those packages. > >>> That's how I did it my testbox. If you need more details on how to do it, >>> I can add a few more details. >> >> More

Re: PHP7 package?

2016-02-09 Thread loic . blot
I have miwi ports running in production since 3 weeks without any issue, could be good to do last reviews and merge ? 7 février 2016 18:46 "Mathias Picker" a écrit: > Am 7. Februar 2016 17:19:05 MEZ, schrieb Dan Busarow > : > >> On 2/7/16 9:06 AM, Kurt Jaeger wrote: >>> Hi! >>> What I'm

Re: PHP7 package?

2016-02-07 Thread Mathias Picker
Am 7. Februar 2016 17:19:05 MEZ, schrieb Dan Busarow : >On 2/7/16 9:06 AM, Kurt Jaeger wrote: >> Hi! >> >>> What I'm looking for is a package version so that in the future I >can run >>> >>> pkg upgrade >>> or >>> pkg upgrade php7x >> >> If you clone the repo from miwi, use it to build your o

Re: PHP7 package?

2016-02-07 Thread Kurt Jaeger
Hi! > > If you clone the repo from miwi, use it to build your own pkg repo, > > you can use pkg upgrade to install those packages. > > That's how I did it my testbox. If you need more details on how to do it, > > I can add a few more details. > > More details would be great. I've never built my

Re: PHP7 package?

2016-02-07 Thread Dan Busarow
On 2/7/16 9:06 AM, Kurt Jaeger wrote: > Hi! > >> What I'm looking for is a package version so that in the future I can run >> >> pkg upgrade >> or >> pkg upgrade php7x > > If you clone the repo from miwi, use it to build your own pkg repo, > you can use pkg upgrade to install those packages. >

Re: PHP7 package?

2016-02-07 Thread Kurt Jaeger
Hi! > What I'm looking for is a package version so that in the future I can run > > pkg upgrade > or > pkg upgrade php7x If you clone the repo from miwi, use it to build your own pkg repo, you can use pkg upgrade to install those packages. That's how I did it my testbox. If you need more deta

Re: PHP7 package?

2016-02-07 Thread Dan Busarow
On 2/7/16 6:32 AM, Kurt Jaeger wrote: > Hi! > >> This post suggests that a php7 port should be coming soon >> >> >> https://docs.freebsd.org/cgi/getmsg.cgi?fetch=86492+0+archive/2016/freebsd-ports/20160117.freebsd-ports >> >> but there is stil no port or package available for php7 > > You can c

Re: PHP7 package?

2016-02-07 Thread Kurt Jaeger
Hi! > This post suggests that a php7 port should be coming soon > > > https://docs.freebsd.org/cgi/getmsg.cgi?fetch=86492+0+archive/2016/freebsd-ports/20160117.freebsd-ports > > but there is stil no port or package available for php7 You can check out the repo and build them yourself, it work

PHP7 package?

2016-02-07 Thread Dan Busarow
This post suggests that a php7 port should be coming soon https://docs.freebsd.org/cgi/getmsg.cgi?fetch=86492+0+archive/2016/freebsd-ports/20160117.freebsd-ports but there is stil no port or package available for php7 Any ideas on how soon it may be available? Thanks, Dan -- Dan Busarow d..