From:             dafrancesch at yahoo dot com dot ar
Operating system: Win2000
PHP version:      5CVS-2003-07-04 (dev)
PHP Bug Type:     *Configuration Issues
Bug description:  Globals not automatically registered

Description:
------------
I can't get globals registerd...

php.ini modifications:
register_globals = On
extension_dir = "c:\php\extensions\"
session.save_path = "c:/tmp"

calling:
http://localhost/globals.php?opt=33




Reproduce code:
---------------
<!-- globals.php -->
<html>
<head>
<title>Globals...</title>
</head>
<body>
[<?php echo $opt; ?>]
</body>
</html>


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

Reply via email to