View Issue Details

IDProjectCategoryView StatusLast Update
0000876XdebugDocumentationpublic2016-11-27 19:55
Reporterbailey86 Assigned To 
PrioritynormalSeverityminorReproducibilityhave not tried
Status resolvedResolutionnot fixable 
Summary0000876: Tailored instructions do not say to update /etc/php5/apache/php.ini
Description

Tailored instructions do not say to update /etc/php5/apache/php.ini.

Step 8 is:

Update /etc/php5/cli/php.ini and change the line
zend_extension = /usr/lib64/php5/extensions/xdebug.so

Now - it's obviously trivial to add the extension to the /etc/php5/apache/php.ini file - but when you're just copying the instructions you may not notice you've done this.

It's traceable - but not immediately obvious that this is needed as the output of 'php -m' shows the module as available - but then the main xdebug section is missing from phpinfo() output.

If there is a reason to keep xdebug for the cli only initially at least there should be a note in the tailored instructions to update /etc/php5/apache/php.ini if xdebug is needed in a browser.

TagsNo tags attached.
Operating System
PHP Version5.4.4

Activities

derick

2016-11-27 19:55

administrator   ~0003801

When passing in the phpinfo() output from the command line, there is no way for me to guess or detect additional .ini files that also might need updating.