From:             SPAMstop dot weezey at ontn dot net
Operating system: FreeBSD 4.8-STABLE
PHP version:      4.3.3RC1
PHP Bug Type:     *General Issues
Bug description:  Register Globals not really On

Description:
------------
I went from 4.3.2 yesterday to 4.3.3RC1 today with only one thing
changing.  register_globals = On doesn't seem to work today.  I know I
should update my scripts but some of my older stuff works fine, but needs
register globals to be on.

I installed from FreeBSD ports, so now I have to 4.3.2 from scratch I'm
guessin'.  Unless the ports can be updated before Monday morning or
someone can tell me what I'm not doing right.

from php.ini : 
register_globals = On

recognized in phpinfo.php as existing with the Configuration File
(php.ini) Path field.

$HTTP_USER_AGENT yields no value,
$_SERVER["HTTP_USER_AGENT"] works dandily.

Any help would be helpful.  Thanks in advance.


-- 
Edit bug report at http://bugs.php.net/?id=24275&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=24275&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=24275&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=24275&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=24275&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=24275&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=24275&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=24275&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=24275&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=24275&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=24275&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=24275&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=24275&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=24275&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=24275&r=gnused

Reply via email to