Super Globals Plus
Tested on many Zen Cart versions, should even work fine on most other PHP scripts (than Zen Cart). Superglobals Plus is a developers tool that makes evaluating variables easy. It produces a clear overview of the contents of strings, arrays, constants, objects, arrays within object, objects within arrays or whatever... Features: - Show all GLOBALS, or just the Superglobals you need to evaluate. - Show all defined constants. - Show a list of included files. - Optionally hide HTTP_ variables when showing all globals. - Show the whole content of each variable, including all objects and arrays etc! - Recursion protection (optional: recursion level/off) - Show the variable type (array, string, object, integer, NULL, boolean, resource). - Converts strings into their htmlentities before output - Clear output (see included superglobals.png). - Easy install on Zen Cart - Easy install on most (other) PHP scripts (no instructions included). - Optional IP address protection. - Admin switches for all options. |
![]() |
v2.1.0 |
![]() |
Paul Mathot |
![]() |
lat9 - 21 Jan 2025 |
![]() |
3,764 |
Version History
Super Globals Plus - Version: v3.0.0 | |||||||||||||
This release packages the plugin as a Zen Cart encapsulated plugin for use under Zen Cart v2.1.0 or later. | |||||||||||||
|
|||||||||||||
Super Globals Plus - Version: v2.2.2 | |||||||||||||
zc158: Disable the SuperGlobals output (with message) if the zc158 language-loader's debug is active (#22). | |||||||||||||
|
|||||||||||||
Super Globals Plus - Version: v2.2.1 | |||||||||||||
Corrects a PHP Fatal Error when running under PHP 8.1+ (#19); also includes some refactoring. | |||||||||||||
|
|||||||||||||
Super Globals Plus - Version: v2.2.0 | |||||||||||||
This release contains changes associated with the following GitHub issues: #17: Stylesheet now loaded within <style></style> tags, no longer visible if SuperGlobals isn't active. #18: zc158 interoperation, remove $languageLoader prior to output due to circular references. |
|||||||||||||
|
|||||||||||||
Super Globals Plus - Version: v2.1.0 | |||||||||||||
This version makes use of Zen Cart notifications rather than directly-input code blocks to enable a fairly drop-in plugin for zc156b and later; see GitHub issue #16 for details. | |||||||||||||
|
|||||||||||||
Super Globals Plus - Version: v2.0.2 | |||||||||||||
This release contains the change associated with the following GitHub issue: #15: Ensure configuration setting presence prior to use |
|||||||||||||
|
|||||||||||||
Super Globals Plus - Version: v2.0.1 | |||||||||||||
This release contains the changes associated with the following GitHub issues: #13: (Documentation) Correct admin-footer constant error #14: Correct "Only variables should be passed by reference" |
|||||||||||||
|
|||||||||||||
Super Globals Plus - Version: v2.0.0 | |||||||||||||
This release contains the changes associated with the following GitHub issues: #11: Need to check is_countable for PHP 7.2+ #12: Remove admin/template overwrites from this distribution; now covered in installation instructions. |
|||||||||||||
|
|||||||||||||
Super Globals Plus - Version: v1.6.5 | |||||||||||||
This version re-instates the popup display that was "lost" in the v1.6.4 release. | |||||||||||||
|
|||||||||||||
Super Globals Plus - Version: v1.6.4 | |||||||||||||
This release corrects: [*] Stylesheet not pulled in on storefront pop-up display. [*] Remove code using deprecated "mysql_*" functions. |
|||||||||||||
|
|||||||||||||
Super Globals Plus - Version: v1.6.3 | |||||||||||||
This version [*] Corrects (again) the array-index-0 non-display issue [*] Uses Zen Cart 1.5.5b as the core-file change basis. Please note that the install is now dependent on your Zen Cart version! |
|||||||||||||
|
|||||||||||||
Super Globals Plus - Version: v1.6.2 | |||||||||||||
[*] Update for Zen Cart v1.5.5 compatibility [*] Correct output; 0-index values not displayed (bug introduced in v1.6.1 of this plugin) |
|||||||||||||
|
|||||||||||||
Super Globals Plus - Version: v1.6.1 | |||||||||||||
[*] Correct HTML validation issues [*] Correct potential issue with "Super Globals Exclusions" |
|||||||||||||
|
|||||||||||||
Super Globals Plus - Version: v1.6.0 | |||||||||||||
[*]BUGFIX: SQL uninstall scripts need to account for cgi of 0. [*]v1.5.3 compatability [*]Incorporate database update into PHP script (no more SQL patch for installation) [*]Added configuration value to allow entry of a list of variables to be excluded from the superglobals display [*]Incorporate previous admin-optional changes into the mainline, simplifying the installation |
|||||||||||||
|
|||||||||||||
Super Globals Plus - Version: v1.5.0 | |||||||||||||
Updated files in the /YOUR_ADMIN_OPTIONAL directory (if you want to be able to use Superglobals Plus in the admin area) to include downwardly-compatible Zen Cart v1.5.2 changes (and one that I missed from v1.5.1!). | |||||||||||||
|
|||||||||||||
Super Globals Plus - Version: v1.4.4 | |||||||||||||
Some cleanup items: * Corrected validation errors (empty <strong> tags and popup display) — torvista * Added "future proofing" around call to mysql_fetch_array call (deprecated in PHP 5.5) — lat9 |
|||||||||||||
|
|||||||||||||
Super Globals Plus - Version: v1.4.3 | |||||||||||||
*BUGFIX* Updated /includes/functions/extra_functions/superglobals.php so that index 0 of an indexed array is properly output; the problem was introduced by me in the previous release. | |||||||||||||
|
|||||||||||||
Super Globals Plus - Version: v1.4.2 | |||||||||||||
* Updated installation SQL files to correct this problem documented by swguy: http://www.zen-cart.com/showthread.php?194965-Mod-Authors-Please-read-if-you-are-creating-install-sql-files * Added new configuration value for v1.5.0 and later SQL values to control whether or not the "queryCache" object is shown. This object can be HUGE and takes a while to process. Changes made to the superglobals.sql file as well as /includes/functions/extra_functions/superglobals.php. Note that the "queryCache" object was introduced in Zen Cart v1.5.1; changing this configuration value on a v1.5.0 installation will have no effect. |
|||||||||||||
|
|||||||||||||
Super Globals Plus - Version: v1.4.1 | |||||||||||||
Updated calls to htmlentities to account for PHP 5.4 default differences Wrapped some outputs with htmlspecialchars calls to remove validation errors |
|||||||||||||
|
|||||||||||||
Super Globals Plus - Version: 1.4 | |||||||||||||
This update adds the capability to display the Superglobals output either in a javascript popup window (new) or at the end of each page's rendered output. | |||||||||||||
|
|||||||||||||
Super Globals Plus - Version: v1.31 | |||||||||||||
This update adds support for the v1.5.0+ admin_pages and fixes a validation issue that arose when an empty resource was found. The installation has also been simplified. It has also been updated to correct the SQL script error described here: http://www.zen-cart.com/forum/showpost.php?p=993178&postcount=9 |
|||||||||||||
|
|||||||||||||
Super Globals Plus - Version: v1.24 | |||||||||||||
Tested on many Zen Cart versions, should even work fine on most other PHP scripts (than Zen Cart). Superglobals Plus is a developers tool that makes evaluating variables easy. It produces a clear overview of the contents of strings, arrays, constants, objects, arrays within object, objects within arrays or whatever... Features: - Show all GLOBALS, or just the Superglobals you need to evaluate. - Show all defined constants. - Show a list of included files. - Optionally hide HTTP_ variables when showing all globals. - Show the whole content of each variable, including all objects and arrays etc! - Recursion protection (optional: recursion level/off) - Show the variable type (array, string, object, integer, NULL, boolean, resource). - Converts strings into their htmlentities before output - Clear output (see included superglobals.png). - Easy install on Zen Cart - Easy install on most (other) PHP scripts (no instructions included). - Optional IP address protection. - Admin switches for all options. Discussion at: http://www.zen-cart.com/forum/showthread.php?p=429150 |
|||||||||||||
|
|||||||||||||