php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #68517 include file path includes /usr/share/pear
Submitted: 2014-11-27 16:29 UTC Modified: 2014-12-01 20:21 UTC
From: cdph at osde dot uk Assigned:
Status: Not a bug Package: *General Issues
PHP Version: 5.5.19 OS: ubuntu 14
Private report: No CVE-ID: None
 [2014-11-27 16:29 UTC] cdph at osde dot uk
Description:
------------
default include file path include a non existent pear directory

.:/usr/share/php:/usr/share/pear

there is no /usr/share/pear directory pear is now installed in /usr/share/php/PEAR

Test script:
---------------
phpinfo()

Expected result:
----------------
include_path	.:/usr/share/php

Actual result:
--------------
include_path	.:/usr/share/php:/usr/share/pear

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2014-11-27 17:31 UTC] remi@php.net
Looks like a packaging (downstream) issue, not a PHP one

PHP default include patch doesn't include 2 directories.
 [2014-12-01 20:21 UTC] aharvey@php.net
-Status: Open +Status: Not a bug
 [2014-12-01 20:21 UTC] aharvey@php.net
Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions.  Due to the volume
of reports we can not explain in detail here why your report is not
a bug.  The support channels will be able to provide an explanation
for you.

Thank you for your interest in PHP.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 13:01:30 2024 UTC