[PHP-DEV] Bug #11612 Updated: php_include completely non-functional

2002-01-13 Thread tobi

ID: 11612
Comment by: [EMAIL PROTECTED]
Old Reported By: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Status: Bogus
Bug Type: PHP options/info functions
Operating System: Win2k Server
PHP Version: 4.0.5
New Comment:

Still have the same problem:

Some configuartion: Win2000 pro, apache 1.3.14 and PHP4.1.1

if the include_path is empty.. no problem
if I put anything in eg 'include_path = .;\apache\htdocs\ error
message is like this: 'Warning: Failed opening
'/apache/htdocs/phpinfo.php' for inclusion (include_path='.') in
Unknown on line 0'

Everything works fine, if there´s nothing in the include_path.

Do you have a solution in the meantime?


Previous Comments:


[2001-12-18 16:21:08] [EMAIL PROTECTED]

Did more testing, always works for me.



[2001-12-18 15:56:18] [EMAIL PROTECTED]

On my Win2k box it works just fine, include_path has always been '.'
only.
It worked with PHP 4.0.6 and still works with 4.1.0.
Your problem must be caused by something else.



[2001-06-24 02:28:42] [EMAIL PROTECTED]

nope, exactly the same. :(



[2001-06-23 06:30:59] [EMAIL PROTECTED]

Does it work with PHP 4.0.6?




[2001-06-23 06:29:42] [EMAIL PROTECTED]

reopened




The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/?id=11612


Edit this bug report at http://bugs.php.net/?id=11612edit=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 #11612 Updated: php_include completely non-functional

2002-01-13 Thread msopacua

ID: 11612
Comment by: [EMAIL PROTECTED]
Old Reported By: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Status: Bogus
Bug Type: PHP options/info functions
Operating System: Win2k Server
PHP Version: 4.0.5
New Comment:

Should be reclassified as documentation problem.

Use:
1) a full reference including the disk, i.e.: .;c:\include\path
2) For virtual hosts, the document root in Apache httpd.conf should
follow the same principles, i.e.:
DocumentRoot c:\www\demoxpress.com\html


Previous Comments:


[2002-01-13 13:09:55] [EMAIL PROTECTED]

Still have the same problem:

Some configuartion: Win2000 pro, apache 1.3.14 and PHP4.1.1

if the include_path is empty.. no problem
if I put anything in eg 'include_path = .;\apache\htdocs\ error
message is like this: 'Warning: Failed opening
'/apache/htdocs/phpinfo.php' for inclusion (include_path='.') in
Unknown on line 0'

Everything works fine, if there´s nothing in the include_path.

Do you have a solution in the meantime?



[2001-12-18 16:21:08] [EMAIL PROTECTED]

Did more testing, always works for me.



[2001-12-18 15:56:18] [EMAIL PROTECTED]

On my Win2k box it works just fine, include_path has always been '.'
only.
It worked with PHP 4.0.6 and still works with 4.1.0.
Your problem must be caused by something else.



[2001-06-24 02:28:42] [EMAIL PROTECTED]

nope, exactly the same. :(



[2001-06-23 06:30:59] [EMAIL PROTECTED]

Does it work with PHP 4.0.6?




The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/?id=11612


Edit this bug report at http://bugs.php.net/?id=11612edit=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 #11612 Updated: php_include completely non-functional

2002-01-13 Thread yohgaki

ID: 11612
Updated by: yohgaki
Old Reported By: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Old Status: Bogus
Status: Feedback
Old Bug Type: PHP options/info functions
Bug Type: Documentation problem
Operating System: Win2k Server
PHP Version: 4.0.5
New Comment:

Make this to doc problem.

Current http://www.php.net/manual/en/configuration.php uses full path.
What should be fixed?


Previous Comments:


[2002-01-13 13:34:44] [EMAIL PROTECTED]

Should be reclassified as documentation problem.

Use:
1) a full reference including the disk, i.e.: .;c:\include\path
2) For virtual hosts, the document root in Apache httpd.conf should
follow the same principles, i.e.:
DocumentRoot c:\www\demoxpress.com\html



[2002-01-13 13:09:55] [EMAIL PROTECTED]

Still have the same problem:

Some configuartion: Win2000 pro, apache 1.3.14 and PHP4.1.1

if the include_path is empty.. no problem
if I put anything in eg 'include_path = .;\apache\htdocs\ error
message is like this: 'Warning: Failed opening
'/apache/htdocs/phpinfo.php' for inclusion (include_path='.') in
Unknown on line 0'

Everything works fine, if there´s nothing in the include_path.

Do you have a solution in the meantime?



[2001-12-18 16:21:08] [EMAIL PROTECTED]

Did more testing, always works for me.



[2001-12-18 15:56:18] [EMAIL PROTECTED]

On my Win2k box it works just fine, include_path has always been '.'
only.
It worked with PHP 4.0.6 and still works with 4.1.0.
Your problem must be caused by something else.



[2001-06-24 02:28:42] [EMAIL PROTECTED]

nope, exactly the same. :(



The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/?id=11612


Edit this bug report at http://bugs.php.net/?id=11612edit=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 #11612 Updated: php_include completely non-functional

2002-01-13 Thread msopacua

ID: 11612
Comment by: [EMAIL PROTECTED]
Old Reported By: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Status: Feedback
Bug Type: Documentation problem
Operating System: Win2k Server
PHP Version: 4.0.5
New Comment:

The warning should probably go into:
http://www.php.net/manual/en/install.windows.php

The root of this problem, is not the include_path, but the DocumentRoot
Apache directive - or any document root setting on a windows
webserver.

While any path syntax works for Apache, only windows native works for
php. This goes for ISAPI as well, under other webservers, like Sambar.
Don't have IIS, so I haven't tested it there. Further more \ is not
always the root of the current disk. I suppose it is, but current
probably is current for c:\winnt\system32\php4_ts.dll instead of the
webserver executable. Haven't fully debugged that.

In any case, specifying document roots in the windows native path
syntax, prefixed with the drive letter, fixes all of the above.


Previous Comments:


[2002-01-13 15:02:35] [EMAIL PROTECTED]

Make this to doc problem.

Current http://www.php.net/manual/en/configuration.php uses full path.
What should be fixed?



[2002-01-13 13:34:44] [EMAIL PROTECTED]

Should be reclassified as documentation problem.

Use:
1) a full reference including the disk, i.e.: .;c:\include\path
2) For virtual hosts, the document root in Apache httpd.conf should
follow the same principles, i.e.:
DocumentRoot c:\www\demoxpress.com\html



[2002-01-13 13:09:55] [EMAIL PROTECTED]

Still have the same problem:

Some configuartion: Win2000 pro, apache 1.3.14 and PHP4.1.1

if the include_path is empty.. no problem
if I put anything in eg 'include_path = .;\apache\htdocs\ error
message is like this: 'Warning: Failed opening
'/apache/htdocs/phpinfo.php' for inclusion (include_path='.') in
Unknown on line 0'

Everything works fine, if there´s nothing in the include_path.

Do you have a solution in the meantime?



[2001-12-18 16:21:08] [EMAIL PROTECTED]

Did more testing, always works for me.



[2001-12-18 15:56:18] [EMAIL PROTECTED]

On my Win2k box it works just fine, include_path has always been '.'
only.
It worked with PHP 4.0.6 and still works with 4.1.0.
Your problem must be caused by something else.



The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/?id=11612


Edit this bug report at http://bugs.php.net/?id=11612edit=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 #11612 Updated: php_include completely non-functional

2002-01-13 Thread tobi

ID: 11612
Comment by: [EMAIL PROTECTED]
Old Reported By: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Status: Feedback
Bug Type: Documentation problem
Operating System: Win2k Server
PHP Version: 4.0.5
New Comment:

Sorry, problem is still alive:
Now I use the following:

; Windows: \path1;\path2
include_path = .;c:\apache\htdocs\eucarkunden
; The root of the PHP pages, used only if nonempty.
doc_root = c:\apache\htdocs

Problem is the same 'Warning: Failed opening '/apache/htdocs/index.php'
for inclusion (include_path='.;c:\apache\htdocs\eucarkunden') in
Unknown on line 0'


Previous Comments:


[2002-01-13 15:23:02] [EMAIL PROTECTED]

The warning should probably go into:
http://www.php.net/manual/en/install.windows.php

The root of this problem, is not the include_path, but the DocumentRoot
Apache directive - or any document root setting on a windows
webserver.

While any path syntax works for Apache, only windows native works for
php. This goes for ISAPI as well, under other webservers, like Sambar.
Don't have IIS, so I haven't tested it there. Further more \ is not
always the root of the current disk. I suppose it is, but current
probably is current for c:\winnt\system32\php4_ts.dll instead of the
webserver executable. Haven't fully debugged that.

In any case, specifying document roots in the windows native path
syntax, prefixed with the drive letter, fixes all of the above.



[2002-01-13 15:02:35] [EMAIL PROTECTED]

Make this to doc problem.

Current http://www.php.net/manual/en/configuration.php uses full path.
What should be fixed?



[2002-01-13 13:34:44] [EMAIL PROTECTED]

Should be reclassified as documentation problem.

Use:
1) a full reference including the disk, i.e.: .;c:\include\path
2) For virtual hosts, the document root in Apache httpd.conf should
follow the same principles, i.e.:
DocumentRoot c:\www\demoxpress.com\html



[2002-01-13 13:09:55] [EMAIL PROTECTED]

Still have the same problem:

Some configuartion: Win2000 pro, apache 1.3.14 and PHP4.1.1

if the include_path is empty.. no problem
if I put anything in eg 'include_path = .;\apache\htdocs\ error
message is like this: 'Warning: Failed opening
'/apache/htdocs/phpinfo.php' for inclusion (include_path='.') in
Unknown on line 0'

Everything works fine, if there´s nothing in the include_path.

Do you have a solution in the meantime?



[2001-12-18 16:21:08] [EMAIL PROTECTED]

Did more testing, always works for me.



The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/?id=11612


Edit this bug report at http://bugs.php.net/?id=11612edit=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 #11612 Updated: php_include completely non-functional

2002-01-13 Thread msopacua

ID: 11612
Comment by: [EMAIL PROTECTED]
Old Reported By: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Status: Feedback
Bug Type: Documentation problem
Operating System: Win2k Server
PHP Version: 4.0.5
New Comment:

Please read:

The document root in -- Apache's httpd.conf --.

Look at your warning:
'Warning: Failed opening '/apache/htdocs/index.php'

Why doesn't that read:
'Warning: Failed opening 'c:\apache\htdocs\index.php'

?


Previous Comments:


[2002-01-13 15:49:48] [EMAIL PROTECTED]

Sorry, problem is still alive:
Now I use the following:

; Windows: \path1;\path2
include_path = .;c:\apache\htdocs\eucarkunden
; The root of the PHP pages, used only if nonempty.
doc_root = c:\apache\htdocs

Problem is the same 'Warning: Failed opening '/apache/htdocs/index.php'
for inclusion (include_path='.;c:\apache\htdocs\eucarkunden') in
Unknown on line 0'



[2002-01-13 15:23:02] [EMAIL PROTECTED]

The warning should probably go into:
http://www.php.net/manual/en/install.windows.php

The root of this problem, is not the include_path, but the DocumentRoot
Apache directive - or any document root setting on a windows
webserver.

While any path syntax works for Apache, only windows native works for
php. This goes for ISAPI as well, under other webservers, like Sambar.
Don't have IIS, so I haven't tested it there. Further more \ is not
always the root of the current disk. I suppose it is, but current
probably is current for c:\winnt\system32\php4_ts.dll instead of the
webserver executable. Haven't fully debugged that.

In any case, specifying document roots in the windows native path
syntax, prefixed with the drive letter, fixes all of the above.



[2002-01-13 15:02:35] [EMAIL PROTECTED]

Make this to doc problem.

Current http://www.php.net/manual/en/configuration.php uses full path.
What should be fixed?



[2002-01-13 13:34:44] [EMAIL PROTECTED]

Should be reclassified as documentation problem.

Use:
1) a full reference including the disk, i.e.: .;c:\include\path
2) For virtual hosts, the document root in Apache httpd.conf should
follow the same principles, i.e.:
DocumentRoot c:\www\demoxpress.com\html



[2002-01-13 13:09:55] [EMAIL PROTECTED]

Still have the same problem:

Some configuartion: Win2000 pro, apache 1.3.14 and PHP4.1.1

if the include_path is empty.. no problem
if I put anything in eg 'include_path = .;\apache\htdocs\ error
message is like this: 'Warning: Failed opening
'/apache/htdocs/phpinfo.php' for inclusion (include_path='.') in
Unknown on line 0'

Everything works fine, if there´s nothing in the include_path.

Do you have a solution in the meantime?



The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/?id=11612


Edit this bug report at http://bugs.php.net/?id=11612edit=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 #11612 Updated: php_include completely non-functional

2002-01-13 Thread tobi

ID: 11612
Comment by: [EMAIL PROTECTED]
Old Reported By: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Status: Feedback
Bug Type: Documentation problem
Operating System: Win2k Server
PHP Version: 4.0.5
New Comment:

You´re right. It works now!
Thank You


Previous Comments:


[2002-01-13 16:26:13] [EMAIL PROTECTED]

Please read:

The document root in -- Apache's httpd.conf --.

Look at your warning:
'Warning: Failed opening '/apache/htdocs/index.php'

Why doesn't that read:
'Warning: Failed opening 'c:\apache\htdocs\index.php'

?



[2002-01-13 15:49:48] [EMAIL PROTECTED]

Sorry, problem is still alive:
Now I use the following:

; Windows: \path1;\path2
include_path = .;c:\apache\htdocs\eucarkunden
; The root of the PHP pages, used only if nonempty.
doc_root = c:\apache\htdocs

Problem is the same 'Warning: Failed opening '/apache/htdocs/index.php'
for inclusion (include_path='.;c:\apache\htdocs\eucarkunden') in
Unknown on line 0'



[2002-01-13 15:23:02] [EMAIL PROTECTED]

The warning should probably go into:
http://www.php.net/manual/en/install.windows.php

The root of this problem, is not the include_path, but the DocumentRoot
Apache directive - or any document root setting on a windows
webserver.

While any path syntax works for Apache, only windows native works for
php. This goes for ISAPI as well, under other webservers, like Sambar.
Don't have IIS, so I haven't tested it there. Further more \ is not
always the root of the current disk. I suppose it is, but current
probably is current for c:\winnt\system32\php4_ts.dll instead of the
webserver executable. Haven't fully debugged that.

In any case, specifying document roots in the windows native path
syntax, prefixed with the drive letter, fixes all of the above.



[2002-01-13 15:02:35] [EMAIL PROTECTED]

Make this to doc problem.

Current http://www.php.net/manual/en/configuration.php uses full path.
What should be fixed?



[2002-01-13 13:34:44] [EMAIL PROTECTED]

Should be reclassified as documentation problem.

Use:
1) a full reference including the disk, i.e.: .;c:\include\path
2) For virtual hosts, the document root in Apache httpd.conf should
follow the same principles, i.e.:
DocumentRoot c:\www\demoxpress.com\html



The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/?id=11612


Edit this bug report at http://bugs.php.net/?id=11612edit=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 #11612 Updated: php_include completely non-functional

2001-12-18 Thread cmk

ID: 11612
Updated by: cmk
Reported By: [EMAIL PROTECTED]
Status: Open
Bug Type: PHP options/info functions
Operating System: Win2k Server
PHP Version: 4.0.5
New Comment:

On my Win2k box it works just fine, include_path has always been '.' only.
It worked with PHP 4.0.6 and still works with 4.1.0.
Your problem must be caused by something else.

Previous Comments:


[2001-06-24 02:28:42] [EMAIL PROTECTED]

nope, exactly the same. :(



[2001-06-23 06:30:59] [EMAIL PROTECTED]

Does it work with PHP 4.0.6?




[2001-06-23 06:29:42] [EMAIL PROTECTED]

reopened




[2001-06-22 10:34:19] [EMAIL PROTECTED]

I have it like that, with double quotes.  This is an excerpt from my php.ini:

;
; Paths and Directories ;
;

; UNIX: /path1:/path2  Windows: \path1;\path2
include_path = .;c:\www\demoxpress.com\html\test






[2001-06-22 09:22:41] [EMAIL PROTECTED]

Try this:

include_path=.;C:\path\to\something;C:\path\to\something\else

Notice the 's around the path.

--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 at
http://bugs.php.net/?id=11612


Edit this bug report at http://bugs.php.net/?id=11612edit=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 #11612 Updated: php_include completely non-functional

2001-12-18 Thread cmk

ID: 11612
Updated by: cmk
Reported By: [EMAIL PROTECTED]
Old Status: Open
Status: Bogus
Bug Type: PHP options/info functions
Operating System: Win2k Server
PHP Version: 4.0.5
New Comment:

Did more testing, always works for me.

Previous Comments:


[2001-12-18 15:56:18] [EMAIL PROTECTED]

On my Win2k box it works just fine, include_path has always been '.' only.
It worked with PHP 4.0.6 and still works with 4.1.0.
Your problem must be caused by something else.



[2001-06-24 02:28:42] [EMAIL PROTECTED]

nope, exactly the same. :(



[2001-06-23 06:30:59] [EMAIL PROTECTED]

Does it work with PHP 4.0.6?




[2001-06-23 06:29:42] [EMAIL PROTECTED]

reopened




[2001-06-22 10:34:19] [EMAIL PROTECTED]

I have it like that, with double quotes.  This is an excerpt from my php.ini:

;
; Paths and Directories ;
;

; UNIX: /path1:/path2  Windows: \path1;\path2
include_path = .;c:\www\demoxpress.com\html\test






The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/?id=11612


Edit this bug report at http://bugs.php.net/?id=11612edit=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 #11612 Updated: php_include completely non-functional

2001-06-24 Thread uhl

ID: 11612
User Update by: [EMAIL PROTECTED]
Old-Status: Feedback
Status: Open
Bug Type: PHP options/info functions
Operating system: Win2k Server
PHP Version: 4.0.5
Description: php_include completely non-functional

nope, exactly the same. :(

Previous Comments:
---

[2001-06-23 06:30:59] [EMAIL PROTECTED]
Does it work with PHP 4.0.6?


---

[2001-06-23 06:29:42] [EMAIL PROTECTED]
reopened


---

[2001-06-22 10:34:19] [EMAIL PROTECTED]
I have it like that, with double quotes.  This is an excerpt from my php.ini:

;
; Paths and Directories ;
;

; UNIX: /path1:/path2  Windows: path1;path2
include_path = .;c:wwwdemoxpress.comhtmltest




---

[2001-06-22 09:22:41] [EMAIL PROTECTED]
Try this:

include_path=.;C:pathtosomething;C:pathtosomethingelse

Notice the 's around the path.

--Jani


---

[2001-06-22 01:54:20] [EMAIL PROTECTED]
Using Apache 1.3.19 on win2k with php as a library.

If i put any value at all for include_path in php.ini, it causes a message like this 
on every page served:

Warning: Failed opening '/path/to/file.php' for inclusion 
(include_path='includepath;.') in Unknown on line 0

So, for an actual example, it would look like this:

Warning: Failed opening '/www/demoxpress.com/html/test/phpinfo.php' for inclusion 
(include_path='phppear;.') in Unknown on line 0


As long as I keep the include_path commented out or only assign an empty string, it 
works fine (except for not having an include path).  

---

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=11612


-- 
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 #11612 Updated: php_include completely non-functional

2001-06-23 Thread sniper

ID: 11612
Updated by: sniper
Reported By: [EMAIL PROTECTED]
Old-Status: Closed
Status: Open
Bug Type: PHP options/info functions
Operating system: 
PHP Version: 4.0.5
Assigned To: 
Comments:

reopened


Previous Comments:
---

[2001-06-22 10:34:19] [EMAIL PROTECTED]
I have it like that, with double quotes.  This is an excerpt from my php.ini:

;
; Paths and Directories ;
;

; UNIX: /path1:/path2  Windows: path1;path2
include_path = .;c:wwwdemoxpress.comhtmltest




---

[2001-06-22 09:22:41] [EMAIL PROTECTED]
Try this:

include_path=.;C:pathtosomething;C:pathtosomethingelse

Notice the 's around the path.

--Jani


---

[2001-06-22 01:54:20] [EMAIL PROTECTED]
Using Apache 1.3.19 on win2k with php as a library.

If i put any value at all for include_path in php.ini, it causes a message like this 
on every page served:

Warning: Failed opening '/path/to/file.php' for inclusion 
(include_path='includepath;.') in Unknown on line 0

So, for an actual example, it would look like this:

Warning: Failed opening '/www/demoxpress.com/html/test/phpinfo.php' for inclusion 
(include_path='phppear;.') in Unknown on line 0


As long as I keep the include_path commented out or only assign an empty string, it 
works fine (except for not having an include path).  

---



ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=11612edit=2


-- 
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 #11612 Updated: php_include completely non-functional

2001-06-23 Thread sniper

ID: 11612
Updated by: sniper
Reported By: [EMAIL PROTECTED]
Old-Status: Open
Status: Feedback
Bug Type: PHP options/info functions
Operating system: 
PHP Version: 4.0.5
Assigned To: 
Comments:

Does it work with PHP 4.0.6?


Previous Comments:
---

[2001-06-23 06:29:42] [EMAIL PROTECTED]
reopened


---

[2001-06-22 10:34:19] [EMAIL PROTECTED]
I have it like that, with double quotes.  This is an excerpt from my php.ini:

;
; Paths and Directories ;
;

; UNIX: /path1:/path2  Windows: path1;path2
include_path = .;c:wwwdemoxpress.comhtmltest




---

[2001-06-22 09:22:41] [EMAIL PROTECTED]
Try this:

include_path=.;C:pathtosomething;C:pathtosomethingelse

Notice the 's around the path.

--Jani


---

[2001-06-22 01:54:20] [EMAIL PROTECTED]
Using Apache 1.3.19 on win2k with php as a library.

If i put any value at all for include_path in php.ini, it causes a message like this 
on every page served:

Warning: Failed opening '/path/to/file.php' for inclusion 
(include_path='includepath;.') in Unknown on line 0

So, for an actual example, it would look like this:

Warning: Failed opening '/www/demoxpress.com/html/test/phpinfo.php' for inclusion 
(include_path='phppear;.') in Unknown on line 0


As long as I keep the include_path commented out or only assign an empty string, it 
works fine (except for not having an include path).  

---



ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=11612edit=2


-- 
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 #11612 Updated: php_include completely non-functional

2001-06-22 Thread uhl

ID: 11612
User Update by: [EMAIL PROTECTED]
Status: Closed
Bug Type: PHP options/info functions
Operating system: Win2k Server
PHP Version: 4.0.5
Description: php_include completely non-functional

I have it like that, with double quotes.  This is an excerpt from my php.ini:

;
; Paths and Directories ;
;

; UNIX: /path1:/path2  Windows: \path1;\path2
include_path = .;c:\www\demoxpress.com\html\test




Previous Comments:
---

[2001-06-22 09:22:41] [EMAIL PROTECTED]
Try this:

include_path=.;C:pathtosomething;C:pathtosomethingelse

Notice the 's around the path.

--Jani


---

[2001-06-22 01:54:20] [EMAIL PROTECTED]
Using Apache 1.3.19 on win2k with php as a library.

If i put any value at all for include_path in php.ini, it causes a message like this 
on every page served:

Warning: Failed opening '/path/to/file.php' for inclusion 
(include_path='includepath;.') in Unknown on line 0

So, for an actual example, it would look like this:

Warning: Failed opening '/www/demoxpress.com/html/test/phpinfo.php' for inclusion 
(include_path='phppear;.') in Unknown on line 0


As long as I keep the include_path commented out or only assign an empty string, it 
works fine (except for not having an include path).  

---


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


-- 
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]