Questions tagged [phpfarm]

phpfarm is a tool helping to run many php installations on one machine.

11 questions
16
votes
1 answer

multiple php on apache centos

How can I get multiple php versions running on Centos 6.5 at the same time ? Here's how. Requirements Centos 6.5 (Possible works with 6.6 and 7) Apache Apache/2.2.15 (Possible works with other versions) This guide installs and uses FASTCGI…
Harry Fairbanks
  • 408
  • 1
  • 4
  • 13
3
votes
1 answer

Build PHP with PHPfarm errors with loaders (ioncube and source guardian)

I can't configure ioncube or source guardian loaders with phpfarm. I thinks that is for "(DEBUG)" in php -v but I do not know how to. I need help with this issue. My php -v: root@martin:/opt/phpfarm/src# /opt/phpfarm/inst/php-5.3.22/bin/php…
martin
  • 83
  • 1
  • 6
2
votes
1 answer

Permission denied: FastCGI: can't create server

Using PHPFarm tuturial I tried to setup PHP version 5.4.45 on a Debian GNU/Linux 6.0.9 (squeeze). I follwed the steps and then at the end in the apache2 error log file, I got this error: [crit] (13)Permission denied: FastCGI: can't create server…
Torgheh
  • 776
  • 8
  • 18
1
vote
1 answer

Xdebug time out while running debug session (PhpFarm | phpFcgi)

I run apache Webserver inside of a docker container. To be able to use multiple php-versions, I use phpfarm inside of this docker-container. After I configured xdebug and connect it to phpstorm, I wonder why the debug-session allways finishd with a…
suther
  • 12,600
  • 4
  • 62
  • 99
1
vote
1 answer

Install / Uninstall php-5.2.17 using phpfarm

I installed php-5.2.17 earlier using simply ./compile.sh 5.2.17 I didn't define any custom options. But later I realized that it is using cgi and I want it to use fastcgi so i created the custom file as configoptions=" –enable-cli \ …
Huzaib Shafi
  • 1,153
  • 9
  • 24
1
vote
2 answers

Issue activating a php extension using PHP Farm

I am implementing a software (Getsy) that requires PHP 5.4 and ZendGuard 6 (ZendGuard). For the occasion I am using an AWS Instance of Ubuntu 14.04. As Ubuntu 14.04 comes with PHP 5.5+ by default, I needed to install PHP 5.4. To do that I installed…
Mihail Minkov
  • 2,463
  • 2
  • 24
  • 41
1
vote
1 answer

PHP 5.4.31 + Zend Guard configuration issue

I am configuring a Ubuntu 14.04 web server at Amazon Web Services. I have the latest PHP5.5 installed as base, but I am using PHP Farm so that I can use PHP5.4.31 for a specific project that requires Zend Guard, which is only compatible with PHP up…
Mihail Minkov
  • 2,463
  • 2
  • 24
  • 41
1
vote
1 answer

PhpFarm switch not working

I have just installed phpfarm and compiled a 5.3.0 just for test purpose. All good so far. When trying to perform switch-phpfarm 5.3.0 I get "ln: failed to create symbolic link `/opt/phpfarm/inst/current-bin': Permission denied". Note that I have…
Michael
  • 4,786
  • 11
  • 45
  • 68
0
votes
0 answers

Make error on installing php 5.3 on ubuntu using phpenv

I tried installing PHP 5.3 using phpfarm and phpenv but I keep getting the following error at make. collect2: error: ld returned 1 exit status make: *** [sapi/fpm/php-fpm] Error 1
0
votes
2 answers

Phpfarm dropping zlib from include when adding mysql support

I have phpfarm compiling php 5.4.21 without error. But when I try to add in support for mysql by adding a custom-options-5.4.21.sh: configoptions="--with-mysql=/usr/" I end up with a failed compile ending with: -L/usr//lib/x86_64-linux-gnu -lcrypt…
sidney_h
  • 49
  • 4
-2
votes
1 answer

Enable extensions in PHP 5.5.2 - phpfarm - Ubuntu 16.04

Magento Warning Hello, I want to know how can I enable extensions using phpfarm. Thanks !