A
A
Alexander Medvedev2015-02-23 14:16:45
PHP
Alexander Medvedev, 2015-02-23 14:16:45

How to update php on Debian Wheezy not from dotdeb repository?

Friends!
Installed Debian Wheezy on VMware for development.
It runs nginx and php-fpm (from the dotdeb repository) with the xdebug module.
Yesterday I needed CURL (it was not installed).
As a result of the command
apt-get install php5-curl
, apparently, php itself has been updated to the version

PHP 5.6.6-1~dotdeb.1 (cli) (built: Feb 20 2015 19:57:36)

As a result, xdebug stopped working.
On the site dotdeb.org I found an entry about that
Missing packages : Xcache, Xdebug...

I tried to install Xdebug 2.3.0 manually using a simple algorithm

Download...
Unpack...
phpize
./configure
make
cp modules/xdebug.so /usr/lib/php5/20131226

In php.ini, the module was already connected (because it stood and worked initially).
Restarted php-fpm - xdebug doesn't work.
Please tell me how to make xdebug work.
Maybe install php from another repository or again manually?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
AVKor, 2015-02-23
@lifestar

If you use third-party repositories in addition to the official ones, sooner or later you will encounter the fact that some package will stop working. Also in local put from the source. It will be difficult to sort through such a trash can. Remove dotdeb from the list of repositories, remove everything you installed and install from the official repo. It's all there.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question