Questions tagged [phpbrew]

phpbrew is used to build and install multiple version php(s) in your $HOME directory.

See also:

30 questions
1
vote
1 answer

How to inegrate ioncube(or another extenstion) into phpbrew php version?

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 …
zey_ser
  • 155
  • 3
  • 11
1
vote
1 answer

Can't use phpbrew with apache2 on Xubuntu 16.04. Installation of php versions are OK but source code printed and no PHP executed

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…
Siick
  • 491
  • 1
  • 7
  • 23
1
vote
1 answer

phpbrew error: extract failed

phpbrew --debug install --stdout 7.0 as 7.0-dev +default +intl -- Downloading https://secure.php.net/releases/index.php?json&version=7&max=100 via curl extension Downloading https://secure.php.net/releases/index.php?json&version=5&max=100 via…
Raymond Saga
  • 159
  • 3
  • 10
1
vote
0 answers

updating phpbrew's cong file don't afect runtime

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 " " >…
Cawet
  • 254
  • 2
  • 12
1
vote
1 answer

How do I execute php with different version through phpbrew

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…
Thomas Van der Veen
  • 3,136
  • 2
  • 21
  • 36
0
votes
1 answer

POPOS: How to revert PHP to 8.0

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…
MES5464
  • 87
  • 1
  • 2
  • 6
0
votes
1 answer

How to install gmagick under OSX with phpbrew?

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…
0
votes
0 answers

PHPMyAdmin twig syntax visible on page when using PHP 7.0.x or 7.1.x

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…
0
votes
0 answers

PHPBrew - Install php 5.3.2 with openSSL on Ubuntu 18.04

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…
Bart Bergmans
  • 4,061
  • 3
  • 28
  • 56
0
votes
1 answer

Give persmisions to php user using phpbrew

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…
Juanpe Araque
  • 579
  • 1
  • 4
  • 16
0
votes
1 answer

Virtphp and phpbrew: setting up two different applications with different PHP versions on one server

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…
Nubtacular
  • 1,367
  • 2
  • 18
  • 38
0
votes
1 answer

Symfony2, phpbrew, nginx, php 7.1 and File not found

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…
Gabriel Theron
  • 1,346
  • 3
  • 20
  • 49
0
votes
1 answer

PHPBrew Installation failed with Git LANG error

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…
Matias
  • 461
  • 1
  • 5
  • 21
0
votes
1 answer

PHPBrew: cannot install php or install openssl extension

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…
Chris Rogers
  • 1,525
  • 2
  • 20
  • 40
-2
votes
1 answer

PHPBrew: cannot install or add argon2i hashing

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…
G-Agnes
  • 66
  • 8
1
2