root@osiris-Bpi-M3:~ # uname -a Linux osiris-Bpi-M3 3.4.39-BPI-M3-Kernel #4 SMP PREEMPT Thu Nov 17 08:10:07 UTC 2016 armv7l GNU/Linux
Apache2 with php7 work pretty
and Screen from phpSysInfo - 3.2.7 work too (php7)
Great from Austria
eW
root@osiris-Bpi-M3:~ # uname -a Linux osiris-Bpi-M3 3.4.39-BPI-M3-Kernel #4 SMP PREEMPT Thu Nov 17 08:10:07 UTC 2016 armv7l GNU/Linux
Apache2 with php7 work pretty
and Screen from phpSysInfo - 3.2.7 work too (php7)
Great from Austria
eW
good job …
Hi I was having issues with buffer under run tests on php 7.1.2 repo. Where did you find the srcs for yours and if possible how about a .deb package file ?
I use deb http://repozytorium.mati75.eu/raspbian jessie-backports main contrib non-free
and with what tests?
When you make php from source. To see if it actualy is fully functional and has all of the bugs resolved.
.configure<—setup compiler and distro
make<–compiles according to configure
make tests<—checks validity of build
make install <-- installs
Just looked the version in that distro is compiled for raspberry pi so no it has the math flaw Cortex 6 and 8 verses cortex a7L. Thanks for the link.