ID: 5624
Updated by: sniper
Reported By: [EMAIL PROTECTED]
Old-Status: Duplicate
Status: Closed
Bug Type: *Session related
PHP Version: 4.0.1pl2
Assigned To: 
Comments:

this should be fixed..


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

[2000-08-02 09:06:30] [EMAIL PROTECTED]
Thanks for the reply.

I have also found that 4377 article but I have found some differences (no input vs. 
error-reporting in my version).

Please investigate the problem asap. :)

Keep up the good work.

David

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

[2000-08-02 01:18:53] [EMAIL PROTECTED]
it seems, that itīs a dup of 5507, both appearing on ISAPI and .exe

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

[2000-08-02 00:50:53] [EMAIL PROTECTED]
This is at least a dup of 4377

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

[2000-08-02 00:49:42] [EMAIL PROTECTED]
This is possibly a mix of two bugs, one possibly fixed the other one not.

If it still doesnīt work, you should regard it as a not-fixed ISAPI-only problem for 
now.


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

[2000-07-16 09:46:18] [EMAIL PROTECTED]
Hi!

My problem is that I can't make sessions work.

I have the following script:

<?
  session_start();
  session_register('count');

  $count++;
  echo "<P>You have been here $count times. Thanks!</P>";
?>

And php returns:
Warning: open(/tmp/sess_e1aa51f9a5c92f30bc18b2ae9eb153e4, O_RDWR) failed: m (2) in 
Unknown on line 0

/tmp is created and read/write/execute/script are all allowed.

After 3 times of refreshing the page php reports:
Warning: Nesting level too deep - recursive dependency? in Unknown on line 0

And it keeps on reporting this untill I stop the hole IIS service and start it again.

I am using the ISAPI module of php.

What can be the problem?


Please help me if you can reproduce the failure or not and tell me about all the 
possible solutions.

Thanks,


David Szilagyi

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

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


ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=5624&edit=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]

Reply via email to