[PHP-BUG] Req #74620 [NEW]: new function pls
[email protected] ("mags at inbox dot ru") Sun, 21 May 2017 09:05:40 GMT
| Newsgroups | php.standards |
|---|---|
| Message-ID | <[email protected]> |
From: mags at inbox dot ru Operating system: linux PHP version: Next Major Version Package: PHP Language Specification Bug Type: Feature/Change Request Bug description:new function pls Description: ------------ In which patch will be added a global array of servers, whose data is always in the server's memory and available for all scripts. Each script can be changed. Test script: --------------- client1.php $map[1][4] = "test"; $_GLOBAL_ARRAY["MAP"] = $map; client2.php; $map = $_GLOBAL_ARRAY["MAP"]; print_r($map); result in screen "test"; Expected result: ---------------- result in screen "test"; Actual result: -------------- not have function now -- Edit bug report at https://bugs.php.net/bug.php?id=74620&edit=1 -- Try a snapshot (PHP 5.4): https://bugs.php.net/fix.php?id=74620&r=trysnapshot54 Try a snapshot (PHP 5.5): https://bugs.php.net/fix.php?id=74620&r=trysnapshot55 Try a snapshot (trunk): https://bugs.php.net/fix.php?id=74620&r=trysnapshottrunk Fixed in SVN: https://bugs.php.net/fix.php?id=74620&r=fixed Fixed in release: https://bugs.php.net/fix.php?id=74620&r=alreadyfixed Need backtrace: https://bugs.php.net/fix.php?id=74620&r=needtrace Need Reproduce Script: https://bugs.php.net/fix.php?id=74620&r=needscript Try newer version: https://bugs.php.net/fix.php?id=74620&r=oldversion Not developer issue: https://bugs.php.net/fix.php?id=74620&r=support Expected behavior: https://bugs.php.net/fix.php?id=74620&r=notwrong Not enough info: https://bugs.php.net/fix.php?id=74620&r=notenoughinfo Submitted twice: https://bugs.php.net/fix.php?id=74620&r=submittedtwice register_globals: https://bugs.php.net/fix.php?id=74620&r=globals PHP 4 support discontinued: https://bugs.php.net/fix.php?id=74620&r=php4 Daylight Savings: https://bugs.php.net/fix.php?id=74620&r=dst IIS Stability: https://bugs.php.net/fix.php?id=74620&r=isapi Install GNU Sed: https://bugs.php.net/fix.php?id=74620&r=gnused Floating point limitations: https://bugs.php.net/fix.php?id=74620&r=float No Zend Extensions: https://bugs.php.net/fix.php?id=74620&r=nozend MySQL Configuration Error: https://bugs.php.net/fix.php?id=74620&r=mysqlcfg