Issue activating a php extension using PHP Farm

前端 未结 2 605
耶瑟儿~
耶瑟儿~ 2021-01-16 04:02

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

2条回答
  •  隐瞒了意图╮
    2021-01-16 04:12

    I had to configure with --enable-xdebug:

    ./configure --with-php-config=/opt/phpfarm/inst/bin/php-config-5.4.16 --enable-xdebug

提交回复
热议问题