-
```
What steps will reproduce the problem?
1. Adding require_once("$IP/extensions/Yubikey/Yubikey.php"); LocalSettings.php
What is the expected output? What do you see instead?
I should be able to …
-
```
PHP 5.6.38 (cli) (built: Oct 15 2018 15:54:36)
doctrine/inflector v1.1.0 Common String Manipulations with regard to casing and singular/plural rules.
illuminate/container v5.4.…
-
I have the following version on my server:
```
$ php -v
Zend OPcache requires Zend Engine API version 220100525.
The Zend Engine API version 220131226 which is installed, is newer.
Contact Zend Techn…
-
First of all, thank you very much for the excellent code, it helps me a lot on extensions. There seems 3 issues.
1. The first problem is about ldap, when build php5.6-fpm, it's
See link below,
ht…
-
Hi I am getting the following problem when I am using your vagrant configuration. It seems to be a problem with mysql but I cannot figure out how to overcome this.
Error: Execution of '/usr/bin/apt-ge…
-
Hi
I did the installation and everything went ok but the example seems not working
root@core1:/etc/php5/conf.d# php -m|grep be
beanstalk
root@core1:/etc/php5/conf.d# php -v
PHP 5.3.6-13ubuntu3.3 wi…
-
```
What steps will reproduce the problem?
1. Adding require_once("$IP/extensions/Yubikey/Yubikey.php"); LocalSettings.php
What is the expected output? What do you see instead?
I should be able to …
-
[root@hgTest extension]# make
/bin/sh /var/www/xhprof/extension/libtool --mode=compile cc -I. -I/var/www/xhprof/extension -DPHP_ATOM_INC -I/var/www/xhprof/extension/include -I/var/www/xhprof/extensi…
-
In the template file, many syntaxes are only supported after php7, do you support php5.6?
```
"require": {
"php": "^7.4 || ^8.0",
"ext-curl": "*",
"ext-json": "*",
…
-
求助:项目在ubuntu下运行完全没有问题,在mac上运行提示502,发现导致502的原因是:$dispatcher->registerPlugin($Twig);
osx:10.10.2
nginx:1.6.2
php:5.6.5
yaf:2.3.4-dev(2.3.2也试过,同样的问题)