From: ben at secure dot cc Operating system: Darwin PHP version: 4.3.2 PHP Bug Type: Variables related Bug description: register_globals not functioning correctly
Compiled PHP 4.3.2RC4 on a Mac OS X with the same configure as we used for 4.3.1. It appears that register_globals is not storing the session information from page-to-page. Some session information is kept. Some is not. I haven't been able to figure out why some session data is kept while other data is not. The following is our configure line: ./configure --with-zlib-dir=/usr/local --with-gd -- with-mysql=/usr/local/mysql --with--pgsql=/usr/local/ pgsql --with-apxs --with-freetype-dir=/usr --enable- sockets --with-jpeg-dir=/usr --with-png-dir=/usr -- with-tiff-dir=/usr/local --with-xml --with-mcrypt=/usr/ local --with-mhash=/usr/local --with-t1lib=/usr/local --with-iconv=/usr/local --with-xslt-sablot=/usr/local --enable-trans-sid --enable-exif -enable-ftp -- Edit bug report at http://bugs.php.net/?id=23881&edit=1 -- Try a CVS snapshot: http://bugs.php.net/fix.php?id=23881&r=trysnapshot Fixed in CVS: http://bugs.php.net/fix.php?id=23881&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=23881&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=23881&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=23881&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=23881&r=support Expected behavior: http://bugs.php.net/fix.php?id=23881&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=23881&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=23881&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=23881&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=23881&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=23881&r=dst IIS Stability: http://bugs.php.net/fix.php?id=23881&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=23881&r=gnused
