ID:               19292
 Comment by:       helmut dot chang at tuivelsminne dot at
 Reported By:      tnowak at triger dot com dot pl
 Status:           No Feedback
 Bug Type:         Apache related
 Operating System: linux
 PHP Version:      4.2.3,4.3.0
 New Comment:

I'm not sure, if this describes the same bug:

First 'symptoms' where, that sometimes browser showed blank pages on
Production Server (Apache 1.3.26/PHP 4.2.*2*). I thought of an
Apache-Problem, but couldn't find entries in error_log.

Made an upgrade to 1.3.27/4.2.3 -> the same.

Yesterday I made another Upgrade to 4.3.1 and configured Apache to log
also the PHP-Errors. After experiencing the same Problem again, I found
those errors in the error_log, but for files that are *not* included
but called directly by the browser.

So maybe this bug was already in 4.2.2?


Previous Comments:
------------------------------------------------------------------------

[2003-03-26 12:13:22] daniele at libertyline dot com

I also have this problem; tested with php 4.3.2RC1

------------------------------------------------------------------------

[2003-03-20 09:02:51] webmaster at infotel dot it

i've the same problem, my solution, remove the "/usr/lib/php" from
"include_path" or add it in "open_basedir":

in php.ini:

   include_path =

runtime:

   include_path = ".:/usr/lib/php:/var/www/htdocs/mylibs"
   open_basedir = "/var/www/htdocs:/tmp"

i'm in:

   /var/www/htdocs/mydir/myscript.php

my include:

   include('mylib.inc');

the script work, but i'have a warning when the php try access in the
"/usr/lib/php" directory, because that dir isn't in "open_basedir"

------------------------------------------------------------------------

[2003-03-09 18:40:39] [EMAIL PROTECTED]

No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.



------------------------------------------------------------------------

[2003-03-09 17:38:47] email at futureweb dot at

to the previous comment, i overread it, sorry,
php_admin_value open_basedir none
did the trick. thanks

------------------------------------------------------------------------

[2003-03-09 17:17:34] email at futureweb dot at

we have the same problem and figured out the following:
if it is set to: php_admin_value open_basedir /
it gives errors, also for instance php_admin_value open_basedir /etc 
but not for
php_admin_value open_basedir /home/ or the user directory...

what lets me wonder what criteria causes this? where would we need to
add other directories. 

we use a server config software which automatically sets the
open_basedir to the users directory, so we used so far php_admin_value
open_basedir / to eliminate it for specific costumers where needed. 

anything we could do?

------------------------------------------------------------------------

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/19292

-- 
Edit this bug report at http://bugs.php.net/?id=19292&edit=1

Reply via email to