Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
How do I install PECL Yaml, apcu, and xdebug for php 7.0 on Ubuntu 16.04?
· 10 years ago
I just google'ed a website to test the page load speed, http://tools.pingdom.com. Can you recommend a better resource? Anyway, I ran some very quick tests. I may have seen a slight improvement with a
-
How do I install PECL Yaml, apcu, and xdebug for php 7.0 on Ubuntu 16.04?
· 10 years ago
Have you found any speed improvements with APCu in PHP 7.0? In my testing with Grav at least, there is no performance benefit over files. This is a bit strange as it makes a huge difference in PHP 5.
-
How do I install PECL Yaml, apcu, and xdebug for php 7.0 on Ubuntu 16.04?
· 10 years ago
Oops, there is a pecl apcu stable version, apcu-5.1.3.
-
How do I install PECL Yaml, apcu, and xdebug for php 7.0 on Ubuntu 16.04?
· 10 years ago
I did some more research and learned that APCu beta version 5.1.0 is compatible with php7.0 (https://pecl.php.net/package/APCu/5.1.0) so: ==> sudo pecl install apcu-5.1.0 worked: Build process comp
-
How do I install PECL Yaml, apcu, and xdebug for php 7.0 on Ubuntu 16.04?
· 10 years ago
FYI, I found this procedure, which worked for me, for installing the yaml beta version for php7.0: $ sudo pecl install yaml-beta $ sudo sh -c "echo extension=yaml.so > /etc/php/7.0/mods-available/y
-
How do I install PECL Yaml, apcu, and xdebug for php 7.0 on Ubuntu 16.04?
· 10 years ago
Yes, I know that it's all new. I guess since I am just really getting started, I wanted to start with the latest. Also, I tried: $ sudo pecl install yaml-beta This time, the build worked: Build proc
-
How do I install PECL Yaml, apcu, and xdebug for php 7.0 on Ubuntu 16.04?
· 10 years ago
Ubuntu 16.04 is very new to me too. I just got things running on a test VPS a couple of days ago. I need to go back and redo it and take notes this time. Wasn't too bad, but a little different than
-
How do I install PECL Yaml, apcu, and xdebug for php 7.0 on Ubuntu 16.04?
· 10 years ago
Thanks, I did search the apt package list, but these packages do not exist: george@linode1: /home/george ==> sudo apt-cache search php7.0 | egrep "yaml|apcu|xcache" george@linode1: /home/george Aft
-
How do I install PECL Yaml, apcu, and xdebug for php 7.0 on Ubuntu 16.04?
· 10 years ago
you can find packages with: $ sudo apt-cache search php7.0 Should be something like: $ sudo apt-get install php7.0-xcache php7.0-yaml php7.0-apcu I do plan on writing an Ubuntu 16.04/PHP 7.0 version o
-
How do I install PECL Yaml, apcu, and xdebug for php 7.0 on Ubuntu 16.04?
· 10 years ago
I set up a new linode (Linode 2048) with Ubuntu 16.04, Nginx 1.10.0, and php 7.0.4. I set up a basic Grav installation with the admin plugin and all seems to be working well. I believe that I have al