[PHP-DEV] PHP 4.0 Bug #9434 Updated: Command line argument, that trates as QUERY_STRING, isn't proper.

2001-03-15 Thread sagawa
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

[PHP-DEV] PHP 4.0 Bug #9434: Command line argument, that trates as QUERY_STRING, isn't proper.

2001-02-24 Thread sagawa
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,

[PHP-DEV] Command line argument, that trates as QUERY_STRING, isn't proper.

2001-02-22 Thread Akihiro Sagawa
optind, len = 0; i < argc; i++) { strcat(s, argv[i]); if (i < (argc - 1)) { - strcat(s, "+"); + strcat(s, PG(arg_separator));