From: info at iplsoft dot com Operating system: Unix PHP version: 4.3.4 PHP Bug Type: Variables related Bug description: Can't view a variable stored in session_register under PHP 4.3.4
Description: ------------ Since a couple of weeks, my hosting company upgraded php to 4.3.4. >From that time, all the sites I've created on my domain, don't show variables anymore stored in session_register() So I'm a bit concerned that it will ever work again. Hopefully you can help me out a bit. Reproduce code: --------------- test.php: <?php session_start(); session_register("name"); ?> <a href="test2.php?name=Ivan">Click here to see if my name is showing</a> test2.php: <?php session_start(); ?> Hi, your name is $name <? session_destroy(); ?> Expected result: ---------------- Hi, your name is Ivan Actual result: -------------- Hi, your name is -- Edit bug report at http://bugs.php.net/?id=27072&edit=1 -- Try a CVS snapshot (php4): http://bugs.php.net/fix.php?id=27072&r=trysnapshot4 Try a CVS snapshot (php5): http://bugs.php.net/fix.php?id=27072&r=trysnapshot5 Fixed in CVS: http://bugs.php.net/fix.php?id=27072&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=27072&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=27072&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=27072&r=needscript Try newer version: http://bugs.php.net/fix.php?id=27072&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=27072&r=support Expected behavior: http://bugs.php.net/fix.php?id=27072&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=27072&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=27072&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=27072&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=27072&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=27072&r=dst IIS Stability: http://bugs.php.net/fix.php?id=27072&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=27072&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=27072&r=float