| Newsgroups |
php.bugs |
| Message-ID |
<[email protected]> |
Edit report at https://bugs.php.net/bug.php?id=73554&edit=1
ID: 73554
Updated by: [email protected]
Reported by: frank dot hartmann at netfira dot com
Summary: undefined _GET
Status: Open
Type: Bug
Package: Apache2 related
Operating System: Windows Server 2008 R2 64bit
PHP Version: 7.0.13
-Assigned To:
+Assigned To: ab
Block user comment: N
Private report: N
New Comment:
This sounds like another issue caused by non-atomic RCs under ZTS, in which case this should be fixed by the interning changes in master. Anatol, does this look familiar?
Previous Comments:
------------------------------------------------------------------------
[2017-03-22 00:39:26] [email protected]
1. Could you disable opcache see what happens? i.e. Do not load opcache module.
2. Could you disable all modules see what happens? i.e. Do not load all modules.
2-1. If disabling all modules solves issue, could you identify which module is causing this?
3. Do you have the same issue with cli builtin server? i.e. php -S 127.0.0.1:8888
If yes, disabling modules fixes issue or not?
------------------------------------------------------------------------
[2017-03-21 19:42:22] mtanalin at yandex dot ru
I have the `undefined variable: _GET` issue using PHP 7.1.3 running via Apache 2.4.25 (ApacheLounge.com 32-bit build from 2017-01-27) under Windows 7 SP1 (64 bit).
I believe this issue is specific to PHP 7 since I never encountered it when used PHP 5.x.
------------------------------------------------------------------------
[2016-12-05 08:29:53] php at rhickmott dot co dot uk
It's not just $_GET none of the superglobals seem to be set.
I have tried disabling Just in Time on superglobals to no avail. The higher the load on a server the worse the problem comes.
------------------------------------------------------------------------
[2016-11-18 12:16:26] p at dri dot com
I've been experiencing this on PHP 7.0.9 production, Windows 10 Pro and Windows 7 Pro (latest updates/SP for each). Thought I was going crazy or broke my setup, but glad to know it's not just me.
Seems to be after a random amount of time, but right after a slightly slower request to the server.
------------------------------------------------------------------------
[2016-11-17 13:24:52] frank dot hartmann at netfira dot com
Note that $_REQUEST is set but $_GET is not and this happens under various versions of Apache and PHP
------------------------------------------------------------------------
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
https://bugs.php.net/bug.php?id=73554
--
Edit this bug report at https://bugs.php.net/bug.php?id=73554&edit=1