[PHP-DEV] Bug #11006 Updated: include_path in php.ini broken

2001-05-23 Thread reitsmac

ID: 11006
User Update by: [EMAIL PROTECTED]
Old-Status: Feedback
Status: Open
Bug Type: *Configuration Issues
Operating system: Solaris 7,8
PHP Version: 4.0.5
Description: include_path in php.ini broken

Yes. 755. Most includes are in the same directory. So with the broken include_path 
reading '.:/usr/local/lib/php' scripts cannot read config.inc but have no trouble with 
./config.inc.

Previous Comments:
---

[2001-05-23 14:44:57] [EMAIL PROTECTED]
can you put echo ini_get( 'include_path' ) somewhere in that script?

---

[2001-05-23 03:50:35] [EMAIL PROTECTED]
Works for me just fine. 

Is that path readable by the user the Apache runs as?

--Jani


---

[2001-05-21 21:39:31] [EMAIL PROTECTED]
Here's a link to a broken web server:
http://charlie1.test.denison.edu/horde/test.php
It's the Horde project test page to determine if the functionality is present 
necessary to support horde. At the bottom of the page note that PEAR is broken. Yet 
the phpinfo link at the top of the page shows the include_path is 
'.:/usr/local/lib/php'. I can fix the problem by removing include_path from php.ini 
and depending on the default path. 

---

[2001-05-21 21:22:00] [EMAIL PROTECTED]
Yes...for example, I changed include_path to 
'.:/usr/local/lib/php:/usr/local/lib/php/pear' in php.ini. phpinfo faithfully reported 
the change but files contained in the path could not be found.

---

[2001-05-21 19:22:58] [EMAIL PROTECTED]
Are you sure your php.ini is even used by PHP ?
Where is it located in your system?

--Jani


---

The remainder of the comments for this report are too long.  To view the rest of the 
comments, please view the bug report online.

Full Bug description available at: http://bugs.php.net/?id=11006


-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] Bug #11006 Updated: include_path in php.ini broken

2001-05-23 Thread reitsmac

ID: 11006
User Update by: [EMAIL PROTECTED]
Status: Open
Bug Type: *Configuration Issues
Operating system: Solaris 7,8
PHP Version: 4.0.5
Description: include_path in php.ini broken

I have added echo ini_get( 'include_path' ) after the PEAR section of 
http://charlie1.test.denison.edu/horde/test.php

Previous Comments:
---

[2001-05-23 15:02:56] [EMAIL PROTECTED]
Yes. 755. Most includes are in the same directory. So with the broken include_path 
reading '.:/usr/local/lib/php' scripts cannot read config.inc but have no trouble with 
./config.inc.

---

[2001-05-23 14:44:57] [EMAIL PROTECTED]
can you put echo ini_get( 'include_path' ) somewhere in that script?

---

[2001-05-23 03:50:35] [EMAIL PROTECTED]
Works for me just fine. 

Is that path readable by the user the Apache runs as?

--Jani


---

[2001-05-21 21:39:31] [EMAIL PROTECTED]
Here's a link to a broken web server:
http://charlie1.test.denison.edu/horde/test.php
It's the Horde project test page to determine if the functionality is present 
necessary to support horde. At the bottom of the page note that PEAR is broken. Yet 
the phpinfo link at the top of the page shows the include_path is 
'.:/usr/local/lib/php'. I can fix the problem by removing include_path from php.ini 
and depending on the default path. 

---

[2001-05-21 21:22:00] [EMAIL PROTECTED]
Yes...for example, I changed include_path to 
'.:/usr/local/lib/php:/usr/local/lib/php/pear' in php.ini. phpinfo faithfully reported 
the change but files contained in the path could not be found.

---

The remainder of the comments for this report are too long.  To view the rest of the 
comments, please view the bug report online.

Full Bug description available at: http://bugs.php.net/?id=11006


-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] Bug #11006 Updated: include_path in php.ini broken

2001-05-23 Thread reitsmac

ID: 11006
User Update by: [EMAIL PROTECTED]
Old-Status: Feedback
Status: Open
Bug Type: *Configuration Issues
Operating system: Solaris 7,8
PHP Version: 4.0.5
Description: include_path in php.ini broken

Let me emphasize that the problem is not that PEAR is broken. The problem is that the 
include_path is being ignored if and only if it is set in the php.ini file. If I 
comment out the include_path in php.ini then the master include_path (which is also 
'.:/usr/local/lib/php') is used and pathless includes and PEAR work just fine.

Previous Comments:
---

[2001-05-23 15:02:56] [EMAIL PROTECTED]
Yes. 755. Most includes are in the same directory. So with the broken include_path 
reading '.:/usr/local/lib/php' scripts cannot read config.inc but have no trouble with 
./config.inc.

---

[2001-05-23 14:44:57] [EMAIL PROTECTED]
can you put echo ini_get( 'include_path' ) somewhere in that script?

---

[2001-05-23 12:26:23] [EMAIL PROTECTED]
Let me emphasize that the problem is not that PEAR is broken. The problem is that the 
include_path is being ignored if and only if it is set in the php.ini file. If I 
comment out the include_path in php.ini then the master include_path (which is also 
'.:/usr/local/lib/php') is used and pathless includes and PEAR work just fine.

---

[2001-05-23 09:46:54] [EMAIL PROTECTED]
Is there PEAR.php in /usr/local/lib/php/ ? You must include the directory that 
contains this file, so if /usr/local/lib/php/ contains pear/, you should make it

set_ini( 'include_path' , '.:/usr/local/lib/php/pear' )

---

[2001-05-23 03:50:35] [EMAIL PROTECTED]
Works for me just fine. 

Is that path readable by the user the Apache runs as?

--Jani


---

The remainder of the comments for this report are too long.  To view the rest of the 
comments, please view the bug report online.

Full Bug description available at: http://bugs.php.net/?id=11006


-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] Bug #11006: include_path in php.ini broken

2001-05-21 Thread reitsmac

From: [EMAIL PROTECTED]
Operating system: Solaris 7,8
PHP version:  4.0.5
PHP Bug Type: *Configuration Issues
Bug description:  include_path in php.ini broken

'./configure' '--with-apxs=/usr/local/apache/sbin/apxs' '--with-mysql=/usr/local' 
'--with-imap=/var/installs/imap-2000c' '--with-zlib=/usr/local' '--with-gettext=/usr' 
'--with-mm=/usr/local' '--with-xml' '--with-dom' '--with-expat-dir=/usr/local' 
'--with-sablot=/usr/local' '--with-ldap=/usr/local' '--with-db3=/usr/local' 
'--with-oci8' '--enable-ftp'

php.ini include_path set to '.:/usr/local/lib/php'
if include_path is set in php.ini then it is ignored except for informational 
purposes; phpinfo reports what include_path in php.ini contains but scripts cannot 
find files. Default include_path works. Setting include_path via http.conf php_value 
works. 


-- 
Edit Bug report at: http://bugs.php.net/?id=11006edit=1



-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] Bug #11006 Updated: include_path in php.ini broken

2001-05-21 Thread reitsmac

ID: 11006
User Update by: [EMAIL PROTECTED]
Old-Status: Feedback
Status: Open
Bug Type: *Configuration Issues
Operating system: Solaris 7,8
PHP Version: 4.0.5
Description: include_path in php.ini broken

Yes...for example, I changed include_path to 
'.:/usr/local/lib/php:/usr/local/lib/php/pear' in php.ini. phpinfo faithfully reported 
the change but files contained in the path could not be found.

Previous Comments:
---

[2001-05-21 19:22:58] [EMAIL PROTECTED]
Are you sure your php.ini is even used by PHP ?
Where is it located in your system?

--Jani


---

[2001-05-21 19:20:57] [EMAIL PROTECTED]
'./configure' '--with-apxs=/usr/local/apache/sbin/apxs' '--with-mysql=/usr/local' 
'--with-imap=/var/installs/imap-2000c' '--with-zlib=/usr/local' '--with-gettext=/usr' 
'--with-mm=/usr/local' '--with-xml' '--with-dom' '--with-expat-dir=/usr/local' 
'--with-sablot=/usr/local' '--with-ldap=/usr/local' '--with-db3=/usr/local' 
'--with-oci8' '--enable-ftp'

php.ini include_path set to '.:/usr/local/lib/php'
if include_path is set in php.ini then it is ignored except for informational 
purposes; phpinfo reports what include_path in php.ini contains but scripts cannot 
find files. Default include_path works. Setting include_path via http.conf php_value 
works. 

---


Full Bug description available at: http://bugs.php.net/?id=11006


-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] Bug #11006 Updated: include_path in php.ini broken

2001-05-21 Thread reitsmac

ID: 11006
User Update by: [EMAIL PROTECTED]
Status: Open
Bug Type: *Configuration Issues
Operating system: Solaris 7,8
PHP Version: 4.0.5
Description: include_path in php.ini broken

Here's a link to a broken web server:
http://charlie1.test.denison.edu/horde/test.php
It's the Horde project test page to determine if the functionality is present 
necessary to support horde. At the bottom of the page note that PEAR is broken. Yet 
the phpinfo link at the top of the page shows the include_path is 
'.:/usr/local/lib/php'. I can fix the problem by removing include_path from php.ini 
and depending on the default path. 

Previous Comments:
---

[2001-05-21 21:22:00] [EMAIL PROTECTED]
Yes...for example, I changed include_path to 
'.:/usr/local/lib/php:/usr/local/lib/php/pear' in php.ini. phpinfo faithfully reported 
the change but files contained in the path could not be found.

---

[2001-05-21 19:22:58] [EMAIL PROTECTED]
Are you sure your php.ini is even used by PHP ?
Where is it located in your system?

--Jani


---

[2001-05-21 19:20:57] [EMAIL PROTECTED]
'./configure' '--with-apxs=/usr/local/apache/sbin/apxs' '--with-mysql=/usr/local' 
'--with-imap=/var/installs/imap-2000c' '--with-zlib=/usr/local' '--with-gettext=/usr' 
'--with-mm=/usr/local' '--with-xml' '--with-dom' '--with-expat-dir=/usr/local' 
'--with-sablot=/usr/local' '--with-ldap=/usr/local' '--with-db3=/usr/local' 
'--with-oci8' '--enable-ftp'

php.ini include_path set to '.:/usr/local/lib/php'
if include_path is set in php.ini then it is ignored except for informational 
purposes; phpinfo reports what include_path in php.ini contains but scripts cannot 
find files. Default include_path works. Setting include_path via http.conf php_value 
works. 

---


Full Bug description available at: http://bugs.php.net/?id=11006


-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]