ID:               25172
 Updated by:       [EMAIL PROTECTED]
 Reported By:      php at lansco dot de
-Status:           Open
+Status:           Feedback
-Bug Type:         *General Issues
+Bug Type:         Apache2 related
 Operating System: Linux
 PHP Version:      4.3.3RC5-dev
 New Comment:

One more thing: Where do you set "register_globals" ?
(php.ini and/or httpd.conf and/or .htaccess ?)

And can you try with this script instead:

<?php
    error_reporting(E_ALL);
    echo '<pre>';
    var_dump($HTTP_HOST);
    var_dump($_SERVER['HTTP_HOST']);
    echo '</pre>';
?>

I can not reproduce this..




Previous Comments:
------------------------------------------------------------------------

[2003-08-21 08:38:25] php at lansco dot de

Apache-configure:
"./configure" \
"--prefix=/usr/local/apache2" \
"--with-mpm=prefork" \
"--enable-modules=deflate expires include info rewrite ssl unique_id
usertrack log_config logio rewrite vhost_alias so ext_filter dav
headers speling"

PHP-configure:
'./configure' '--with-mysql=/usr/local/mysql' '--enable-ftp'
'--with-gd' '--with-gd-dir=/usr/local' '--with-jpeg'
'--with-jpeg-dir=/usr/local' '--with-apxs2=/usr/local/apache2/bin/apxs'
'--with-gettext' '--with-mcrypt' '--with-imap' '--with-imap-ssl'
'--with-ldap' '--with-zlib-dir=/usr/include' '--enable-xslt'
'--with-xslt-sablot' '--enable-exif'

------------------------------------------------------------------------

[2003-08-21 08:29:30] [EMAIL PROTECTED]

What was the configure line used to configure Apache?
(And PHP too)


------------------------------------------------------------------------

[2003-08-21 08:25:51] php at lansco dot de

variables_order = EGPCS
gpc_order = GPC
Apache Version = Apache/2.0.47 (Unix) mod_ssl/2.0.47 OpenSSL/0.9.6c
DAV/2 PHP/4.3.3RC5-dev

------------------------------------------------------------------------

[2003-08-21 08:18:11] [EMAIL PROTECTED]

What are your variables_order and gpc_order settings?
(from phpinfo() output)
Which webserver? Apache? What version?


------------------------------------------------------------------------

[2003-08-21 03:21:41] php at lansco dot de

With http://snaps.php.net/php4-STABLE-latest.tar.gz the error also
occurs :(

------------------------------------------------------------------------

The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
    http://bugs.php.net/25172

-- 
Edit this bug report at http://bugs.php.net/?id=25172&edit=1

Reply via email to