I'm using phpbrew for switching between different versions of php. And now I can't install ioncube as php extension.
What I have already done:
Download from http://www.ioncube.com/loaders.php my version of extension (Linux 64 tar.gz v6.0.9 …
I've got a problem to use phpbrew with my Xubuntu 16.04 x64 and apache2. I used it on xubuntu 14.04 without problem but now i'm really stuck :/
I will try to explain it with all informations needed.
All went fluently during installation of each…
On fedora :
after installing phpbrew and php-7.0.8 with this commande line :
phpbrew install php-7.0.8 +default +gd +bds +apxs2
and after some httpd configuration, php 7 seem to work well
echo " " >…
Currently I am working on a laravel project that uses some cron jobs to process data.
The default php version on this server is 7.0.7. However this project runs on php 5.6.6 through phpbrew.
When I execute a script inside my project folder through…
I use PopOs for work. PopOs has released version 22.4 but it comes with PHP 8.1 and our development project (Laravel) uses php_cs_fixer and it currently only supports PHP 8.0. I was tasked to test if we should upgrade to PopOs 22.4 yesterday. I…
I tried to install gmagick PHP extension in a regular for PHPBrew way with:
phpbrew ext install gmagick.
But it kept failing, even though gmagick itself is already installed in my system with:
brew install gmagick.
Then I found out that PHPBrew is…
iam using PHPBrew for managing different versions of PHP on my local development system.
When using php-7.0.x or 7.1.x my phpmyadmin (4.9.4) does not render correctly. The twig syntax is visible and i can not use the page.
The Syntax looks something…
I am trying to install PHP 5.3.2 on Ubuntu 18.04 using PHPBrew. I have no trouble with installing it without OpenSSL but when I want to install OpenSSL I get several errors.
My first attempt was to just use +openssl but then I got a lot of errors…
I have been trying to answer this myself for some time now but cannot find anything which helps, sorry if this seems obvious :S
I am pretty new to PHP and and I am trying to install Prestashop locally. I have setup nginx to use the php-fpm version…
I'm a bit confused by virtphp's documentation on Github.
I have one server: CentOS 7. The default PHP version for the server is 7.0.18 (this is aside from phpbrew).
Application #1 needs to run 7.0.18.
Application #2 needs to run 5.3.22.
Both…
I've been attempting to upgrade to php 7.1 using phpbrew, and elected to install it with nginx, as I read everywhere that it was simpler than Apache (not that simple, in my humble opinion).
As I was trying to run Symfony2 with nginx, I came across…
I am trying to installe a PHPBrew enviroment, have tried different versions, I am running this command:
phpbrew install 5.4.42 +default
Have tried:
phpbrew install 5.4.44 +default
and:
phpbrew install 5.4.44
WIth the same error
I have installed…
I seem to be running around in circles trying to install a version of php using phpbrew. When trying to install any version of php it returns a fatal error:
openssl extension not found, to download releases file you need openssl.
But when I try…
I didn't find a way to add argon2i hashing to a running 7.2.27 version in phpbrew. Is there a way to get it done?
I tried
phpbrew ext install argon2i
I get
Downloading https://pecl.php.net/rest/r/argon2i/stable.txt via curl…