#21808 [Bgs-Opn]: autoglobals won't work with a custom error page

2003-01-22 Thread wdl
 ID:   21808
 User updated by:  [EMAIL PROTECTED]
 Reported By:  [EMAIL PROTECTED]
-Status:   Bogus
+Status:   Open
 Bug Type: Scripting Engine problem
 Operating System: linux apache 2.0.43
 PHP Version:  4.3.0
 New Comment:

I have in httpd.conf

Alias /_autofiles/error.html /home/apache/errors/404.html
ErrorDocument 404 /errors/404.html

when i do http://test.lan/errors/404.html?test=abc
it will show up in de $_GET and in de $_REQUEST

when i do http://test.lan/nonexistentpage.html?test=abc
it won't show up in $_GET OR in $_REQUEST
However it will be in $_SERVER[REDIRECT_QUERY_STRING] and
$_SERVER[REQUEST_URI]

Gr,

Wico


Previous Comments:


[2003-01-21 23:36:28] [EMAIL PROTECTED]

Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions. 

Thank you for your interest in PHP.


This is normla behaviour wit Apache. Please read this:

http://httpd.apache.org/docs/custom-error.html

Not a bug.




[2003-01-21 18:57:22] [EMAIL PROTECTED]

Please provide the following pieces of information:

1) A link to a phpinfo(); page on your server.

2) The relevant source of the script which calls your error page.
(i.e.: header(Location: myerrorpage.php?arg=my+error+message); )

3) The source to your error page.



[2003-01-21 16:01:02] [EMAIL PROTECTED]

Hiya

When i have an error page with php but requesting the error page with
an argument it won't show up in the scrip as $_REQUEST['arg'] or
something
The arg is however in the $_SERVER[REDIRECT_QUERY_STRING] AND in the
$_SERVER[REQUEST_URI]

Gr,

Wico




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




#21808 [Opn]: autoglobals won't work with a custom error page

2003-01-22 Thread wdl
 ID:   21808
 User updated by:  [EMAIL PROTECTED]
 Reported By:  [EMAIL PROTECTED]
 Status:   Open
 Bug Type: Scripting Engine problem
 Operating System: linux apache 2.0.43
 PHP Version:  4.3.0
 New Comment:

ofcourse is in httpd.conf

Alias /errors/404.html /home/apache/errors/404.html
ErrorDocument 404 /errors/404.html


Previous Comments:


[2003-01-22 03:17:40] [EMAIL PROTECTED]

I have in httpd.conf

Alias /_autofiles/error.html /home/apache/errors/404.html
ErrorDocument 404 /errors/404.html

when i do http://test.lan/errors/404.html?test=abc
it will show up in de $_GET and in de $_REQUEST

when i do http://test.lan/nonexistentpage.html?test=abc
it won't show up in $_GET OR in $_REQUEST
However it will be in $_SERVER[REDIRECT_QUERY_STRING] and
$_SERVER[REQUEST_URI]

Gr,

Wico



[2003-01-21 23:36:28] [EMAIL PROTECTED]

Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions. 

Thank you for your interest in PHP.


This is normla behaviour wit Apache. Please read this:

http://httpd.apache.org/docs/custom-error.html

Not a bug.




[2003-01-21 18:57:22] [EMAIL PROTECTED]

Please provide the following pieces of information:

1) A link to a phpinfo(); page on your server.

2) The relevant source of the script which calls your error page.
(i.e.: header(Location: myerrorpage.php?arg=my+error+message); )

3) The source to your error page.



[2003-01-21 16:01:02] [EMAIL PROTECTED]

Hiya

When i have an error page with php but requesting the error page with
an argument it won't show up in the scrip as $_REQUEST['arg'] or
something
The arg is however in the $_SERVER[REDIRECT_QUERY_STRING] AND in the
$_SERVER[REQUEST_URI]

Gr,

Wico




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




#21808 [NEW]: autoglobals won't work with a custom error page

2003-01-21 Thread wdl
From: [EMAIL PROTECTED]
Operating system: linux apache 2.0.43
PHP version:  4.3.0
PHP Bug Type: Scripting Engine problem
Bug description:  autoglobals won't work with a custom error page

Hiya

When i have an error page with php but requesting the error page with an
argument it won't show up in the scrip as $_REQUEST['arg'] or something
The arg is however in the $_SERVER[REDIRECT_QUERY_STRING] AND in the
$_SERVER[REQUEST_URI]

Gr,

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