From: [EMAIL PROTECTED] Operating system: Redhat 7.2 PHP version: 4CVS-2002-10-12 PHP Bug Type: Session related Bug description: Nonfunctional session_decode()
This is probably related to the issue described in http://bugs.php.net/bug.php?id=19877. In 4CVs-2002-10-12 session_decode() appears to be non-functional. The function simply does nothing - no values are returned and no variables are set. I have verified that I'm passing the function a properly formatted session data string. register_globals is on. Here's my configure line: ./configure --with-mysql --with-apache=/root/apache_1.3.27 --enable-track-vars --enable-trans-sid --enable-sigchild --enable-ftp --enable-debug --enable-sockets I'm using the CVS version because I was experiencing the session_decode crash bug with version 4.2.x (see previous bug report - URL given above). Perhaps these two issues are related? -- Edit bug report at http://bugs.php.net/?id=19882&edit=1 -- Try a CVS snapshot: http://bugs.php.net/fix.php?id=19882&r=trysnapshot Fixed in CVS: http://bugs.php.net/fix.php?id=19882&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=19882&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=19882&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=19882&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=19882&r=support Expected behavior: http://bugs.php.net/fix.php?id=19882&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=19882&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=19882&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=19882&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=19882&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=19882&r=dst IIS Stability: http://bugs.php.net/fix.php?id=19882&r=isapi