* [EMAIL PROTECTED] <[EMAIL PROTECTED]>
|
| Operating system: FreeBSD, Linux, ...
| PHP version:      4.0.5
| PHP Bug Type:     Reproducible crash
| Bug description:  session_encode() crashes when there's data to encode
| 
| I'm testing some user session handling now, and have found a reproducible
| crash.  The following page causes a crash:
| 
| <?php
| include('dummysessionhandlers.inc.php');
| session_register('foo');
| session_encode();
| ?>
| 
| While the following code does _not_ crash:
| 
| <?php
| inlude('dummysessionhandlers.inc.php');
| session_encode();
| session_register('foo');
| ?>

This is probably the same bug as http://www.php.net/bugs.php?id=9264,
but I wanted people to know that this bug also bites real operating
systems, not only Windows.

-- 
   Øyvind Møll              <[EMAIL PROTECTED]>
   Initio IT-løsninger AS   <URL: http://www.initio.no/ >

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