It didn't work before (tested only on windows).
Warning: session_save_path(): open_basedir restriction in effect.
File(file:///C:/Test) is not within the allowed path(s): (C:/) in
C:\bug.php on line 4
Jaroslav Hanslik
Dne 15.2.2010 21:37, Pierre Joye napsal(a):
hi,
I was wondering if it
hi,
I was wondering if it worked before when "file:///somet/path" was used
or if it did not, should we support it, to be consistent with what
your patch allows (with tcp, but I can imagine other protocols at some
point).
Cheers,
2010/2/15 Jaroslav Hanslik :
> I don't think it's supposed to work
I don't think it's supposed to work with file://. I get the same error.
I know 4 types of session handlers:
1) files - save_path should be file system path
2) user - save_path could be anything
3) memcache - save_path uses format tcp://host:port
(http://cz.php.net/manual/en/memcache.ini.php#ini
hi,
Is it supposed to work with file:// URI as well? If yes, the patch may
break this feature.
It would be also nice to add a test case if possible.
Cheers,
On Mon, Feb 15, 2010 at 4:28 PM, Ferenc Kovacs wrote:
> If this is an expected behavior then I think it should be noted here:
> http://ww
If this is an expected behavior then I think it should be noted here:
http://www.php.net/manual/en/transports.inet.php
Tyrael
2010/2/15 Jaroslav Hanslik :
> Hi,
>
> my bug report http://bugs.php.net/bug.php?id=50751 was marked as bogus but I
> still think it's a bug. The session.save_path is trea
Hi,
my bug report http://bugs.php.net/bug.php?id=50751 was marked as bogus
but I still think it's a bug. The session.save_path is treated as file
system path even if I use memcache as session.save_handler. Here is my
patch
http://temp.kukulich.cz/session_save_path_checked_only_if_files.txt
(
Sokolov Evgeniy wrote:
If you are very busy, you can answer "yes, yes, no" :)
1.
Setting the value using the value property should behave like setting the value
via
the DOMAttr constructor - input should be treated as literal text
But in this case value does not be treated:
$attr = ne
PHP 6 Bug Database summary - http://bugs.php.net/
Num Status Summary (108 total -- which includes 47 feature requests)
===[Apache related]===
47061 Open User not logged under Apache
===[