ID: 17088
Comment by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Status: No Feedback
Bug Type: Scripting Engine problem
Operating System: WindowsXP Pro
PHP Version: 4.2.0
New Comment:
Curiously enough, and I don't know if it's related, but my
Header('content-type: text/xml') wasn't processed. I had to explicitly
'print "content-type: text/xml\r\n\r\n"' to get the header emitted.
Right now CVS HEAD isn't building with a
'/ext/standard/basic_functions.c:2827: `ZEND_INI_PARSER_POP_ENTRY'
undeclared (first use in this function)' but I'm working on that.
(Last time this happened I had to re-checkout the source tree, which
indicates that 'make clean' is missing something..)
Previous Comments:
------------------------------------------------------------------------
[2003-01-22 06:44:18] [EMAIL PROTECTED]
Using 4.4.0-dev as a CGI, I am seeing this as well. Dumping the
various variables indicates this is a PHP bug:
>From var_dump($GLOBALS):
["REQUEST_METHOD"]=>
string(3) "GET"
["QUERY_STRING"]=>
string(31) "url=foo&title=bar&blog_name=bag"
["REQUEST_URI"]=>
string(53) "/blog/trackbackto.cgi?url=foo&title=bar&blog_name=bag"
["HTTP_POST_VARS"]=>
array(0) {
}
["_POST"]=>
array(0) {
}
["HTTP_GET_VARS"]=>
array(0) {
}
["_GET"]=>
array(0) {
}
I am using PHP built from CVS as of some time during 4.4.0-dev, on
RedHat Linux 7.2, with Apache 1.3.27. I am now rebuilding PHP from CVS
HEAD to see if there's any change.
------------------------------------------------------------------------
[2002-12-22 01:00:02] [EMAIL PROTECTED]
No feedback was provided for this bug for over 2 weeks, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
------------------------------------------------------------------------
[2002-12-06 19:34:14] [EMAIL PROTECTED]
Should have added that there were some fixes made for CGI just recently
that might fix this too..
------------------------------------------------------------------------
[2002-12-06 19:33:37] [EMAIL PROTECTED]
Please try using this CVS snapshot:
http://snaps.php.net/php4-latest.tar.gz
For Windows:
http://snaps.php.net/win32/php4-win32-latest.zip
------------------------------------------------------------------------
[2002-05-10 08:09:40] [EMAIL PROTECTED]
... and the answer is: COnfiguration error.
While struggling with the cgi.force_redirect I had started using the
command-line version to parse .php files. Obviously enough there were
no entries in $_GET, $_POST et al.
Since there were at least 3 of us Bozos who did that, perhaps it's
worth a mention in the documentation or FAQ.
------------------------------------------------------------------------
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/17088
--
Edit this bug report at http://bugs.php.net/?id=17088&edit=1