ID:               23580
 Comment by:       php at techmeridian dot com
 Reported By:      maximiliano dot marques at bol dot com dot br
 Status:           Open
 Bug Type:         Apache related
 Operating System: Conectiva Linux 8 Kernel 2.4.19
 PHP Version:      4.3.3RC5-dev
 New Comment:

Any luck looking at the files we sent? 

We are looking into the code as well, but it is taking us a very long
time to get into the core...

Thanks


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

[2003-08-26 23:35:15] [EMAIL PROTECTED]

I got the files, thank you.


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

[2003-08-22 22:25:26] [EMAIL PROTECTED]

Please start by reducing your configs (php.ini / httpd.conf / etc) to
bare minimum with which you still can reproduce this reliably. (I would
guess this should be possible to reproduce with only 2 virtualhosts) 

php.ini: Remove all settings which you have not touched

Then send me those files.


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

[2003-08-22 22:05:10] maximiliano dot marques at bol dot com dot br

Yes I have just tried the latest snap from snaps.php.net and this
problem still exists!

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

[2003-08-15 08:33:28] [EMAIL PROTECTED]

Please try using this CVS snapshot:

  http://snaps.php.net/php4-STABLE-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php4-win32-STABLE-latest.zip

And adjust the version accordingly if problem persists.


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

[2003-08-07 01:38:57] ns at canada dot com

Looks like the caching isn't happening quite like I 
thought it was. Running this script a couple of times 
in the same httpd process:

<?php
        print "getmypid() = " . getmypid() . "  ";
        print "ini_get(include_path) = " . 
ini_get("include_path") . "<br />\n";
        print "Setting include_path...<br />\n";
        ini_set("include_path", "/home/users/noam/
web");
        print "getmypid() = " . getmypid() . "  ";
        print "ini_get(include_path) = " . 
ini_get("include_path") . "<br />\n";
?>

shows that the include_path is always as configured in 
php.ini at the beginning of the script. (i.e. the 
ini_set doesn't persist.)

Using Apache 2.0.47.

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

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

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

Reply via email to