| 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: Closed
+Status: Duplicate
Type: Bug
Package: Apache2 related
Operating System: Windows Server 2008 R2 64bit
PHP Version: 7.0.13
Assigned To: ab
Block user comment: N
Private report: N
New Comment:
Thanks for checking! My bad, I should have mentioned that it's master only. Please refer to bug #74185, marking this one as dup.
Thanks.
Previous Comments:
------------------------------------------------------------------------
[2017-04-02 00:02:22] mtanalin at yandex dot ru
Looks like the bug is NOT fixed. I tested several snapshot builds so far, the latest tested one is 7.1.5-dev built on 2017-03-31 03:16:59 with MSVC14 (Visual C++ 2015) and with its distro represented as "php-7.1-ts-windows-vc14-x86-rdfb4875.zip" file.
Occasionally the `$_GET` variable gets undefined.
------------------------------------------------------------------------
[2017-03-29 12:20:45] [email protected]
The fix for this bug has been committed.
Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.
For Windows:
http://windows.php.net/snapshots/
Thank you for the report, and for helping us make PHP better.
------------------------------------------------------------------------
[2017-03-22 21:57:04] [email protected]
Yeah, this is pretty much the same issue that was fixed in master, quite many faced and shows in this report as broken auto globals. We've just finished the last week, but I had no time to go through the tickets to close. Will do soon'ish. In the meantime, if anyone of the voters could check the latest master builds, it would be great.
Thanks.
------------------------------------------------------------------------
[2017-03-22 01:08:38] [email protected]
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?
------------------------------------------------------------------------
[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?
------------------------------------------------------------------------
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