| Newsgroups |
php.standards |
| Message-ID |
<[email protected]> |
From: joelm
Operating system:
PHP version: Irrelevant
Package: PHP Language Specification
Bug Type: Bug
Bug description:Program Startup and superglobals
Description:
------------
https://github.com/php/php-langspec/blob/master/spec/04-basic-concepts.md#program-start-up
This makes no mention about how various super-globals like $_SERVER and
$_GET and $_POST can be setup by whatever mechanism invokes the initial
script. This isn't important in the command-line script use case, but it
is in the web request use case.
--
Edit bug report at https://bugs.php.net/bug.php?id=67779&edit=1
--