Your message dated Mon, 19 Jul 2010 18:45:38 -0500
with message-id <[email protected]>
and subject line Re: [php-maint] Bug#589684: php5-common: Wrong default
include_path if none is defined in php.ini
has caused the Debian Bug report #589684,
regarding php5-common: Wrong default include_path if none is defined in php.ini
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
589684: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=589684
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: php5-common
Version: 5.2.6.dfsg.1-1+lenny8
Severity: normal
Hello,
I think there is a incoherence between php5 and the default value of the
"include_path" variable: the default value is "/usr/share/php" while the
directory is not created by the
package. Actually, the directory created is "/usr/share/php5"
$ php -i | grep include_path
include_path => .:/usr/share/php:/usr/share/pear =>
.:/usr/share/php:/usr/share/pear
$ ls /usr/share/php
ls: cannot access /usr/share/php: No such file or directory
Step to reproduce: install the php5-common package
Thanks in advance.
-- System Information:
Debian Release: 5.0.5
APT prefers stable
APT policy: (500, 'stable')
Architecture: i386 (i686)
Kernel: Linux 2.6.26-2-686 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages php5-common depends on:
ii libc6 2.7-18lenny4 GNU C Library: Shared libraries
ii sed 4.1.5-6 The GNU sed stream editor
php5-common recommends no packages.
php5-common suggests no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
Hi,
On Monday 19 July 2010 17:58:51 hili wrote:
[...]
> I think there is a incoherence between php5 and the default value of the
> "include_path" variable: the default value is "/usr/share/php" while the
> directory is not created by the package. Actually, the directory created
> is "/usr/share/php5"
>
> $ php -i | grep include_path
> include_path => .:/usr/share/php:/usr/share/pear =>
> .:/usr/share/php:/usr/share/pear
>
> $ ls /usr/share/php
> ls: cannot access /usr/share/php: No such file or directory
That's perfectly okay. PHP libraries provided by Debian packages are installed
under /usr/share/php. /usr/share/php5 is used by the php5 packages (the
interpreter,) not by the libraries or php code.
Cheers,
--
Raphael Geissert - Debian Developer
www.debian.org - get.debian.net
--- End Message ---