Bug #73554 [Com]: undefined _GET
[email protected] ("mtanalin at yandex dot ru")
| Newsgroups | php.bugs |
|---|---|
| Message-ID | <[email protected]> |
Edit report at https://bugs.php.net/bug.php?id=73554&edit=1 ID: 73554 Comment by: mtanalin at yandex dot ru Reported by: frank dot hartmann at netfira dot com Summary: undefined _GET Status: Closed 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: 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. Previous Comments: ------------------------------------------------------------------------ [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? ------------------------------------------------------------------------ [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. ------------------------------------------------------------------------ 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