ID: 9434
User Update by: [EMAIL PROTECTED]
Old-Status: Open
Status: Closed
Bug Type: Feature/Change Request
Description: Command line argument, that trates as QUERY_STRING, isn't proper.
I withdraw this patch. Because, it turns out that this patch
have a bad influence on argument variables. All
From: [EMAIL PROTECTED]
Operating system: Linux,Windows 2000
PHP version: 4.0.4pl1
PHP Bug Type: Feature/Change Request
Bug description: Command line argument, that trates as QUERY_STRING, isn't proper.
I get funny $HTTP_GET_VARS passed by command line argument
query_string,
optind, len = 0; i < argc; i++) {
strcat(s, argv[i]);
if (i < (argc - 1)) {
- strcat(s, "+");
+ strcat(s, PG(arg_separator));