Fixed #8519Added simple test to ensure the instance of pfSense-upgrade is the instance started by hte upgrade GUI page, not some other process
Fixed #8515 (Syntax error)
PHP7 - Fix missing ')'
PHP7 - Resolve warnings in pfShs.php playbacks
PHP7 - Resolve count() warning
PHP7 - Resolve illegal string offset warning
PHP7 - Resolve illegal string offset array
Make SG-2220 to use RCC-DFFresetbtn binary
Improve default gateway upgrade code. Ticket #8504
Suppress route command errors and related debug output. Fixes #8497
PHP7 - Resolve foreach() warning
PHP7 - Resolved count() warning
PHP7 - Corrected illegal string offset warning
Use array tests and operations that are more friedly to PHP 7.2 in gwlb.
PHP7 - Rewrite uploader to use curlFile class
Change CRL generation to a pure PHP implementation which works with PHP 7.2 (and 5.6)
The old OpenSSL CRL patch we had been using does not work with 7.2, and this way alsoopens up some new possibilities for enhancing the CRL settings we can offer in the...
PHP7 - Resolve illegal null in escapeshellarg() error
PHP7 - Resolve Illegal string offset warning
Fixed different warnings and errors for PHP 7.2 Migration Illegal String Offsets and undefined constants
PHP7 - Resolve invalid arguemtn and illegal string offset warnings
PHP7 - Resolved "Cannot create references to/from string offsets"
PHP7 - Resolve error "ese of undefined constant sn"
Merge branch 'master' of gitlab.netgate.com:pfsense/pfsense
Remove references for new classes instances adding a temporary variable. We will revisit it later
PHP7 - Resolve illegal offset error
PHP7 - Resolve illegal offset warnings
Check for valid array before call foreach()
Merge pull request #3781 from PiBa-NL/20170712-defaultgateway-group
Merge pull request #3918 from RepositPower/default-route-preference-in-radvd.conf
Delete loader.conf.local
Delete IF_URNDIS.KO
rename
Create loader.conf.locat
ndis driver
Add array check
Even though I now set `$ns` equal to `array_unique(get_nameservers()`, just to be safe we check with `is_array($ns)` and set it to a blank array if not. Shouldn't ever happen, but an extra error avoidance test is better than a hard to track down bug later.
scope error?
Error on reboot.
```[04-Apr-2018 02:21:54 EST5EDT] PHP Warning: in_array() expects parameter 2 to be array, null given in /etc/inc/system.inc on line 1380```
I believe this is because $ns is defined inside the above for loop. pulling it out of the loop
Fixing debug errors.
hideCheckbox. The 'o' is important. And use js instead of php like we're supposed to.
Change array index to use php-style
Add fixed suggested by jim-p
Moved out of my root directory :(
Allow ocsp-staple to override
Enable ocsp stapling to on if forced that way through configuration
Change option text
Make it a force-on optionHide option if ocsp is enabled
Use cert_get_ocspstaple
Use cert_get_ocspstaple during nginx configuration generation
add cert_get_ocspstaple
Create get_dns_nameservers function
Put code in a function since it gets called in two places.
Steal resolvconf
Steal the nameserver generation code from the resolvconf code
Improve description, reorder
make ordering proper
Use option properly
Use the option created by the config to control stapling(and add a missed semicolon!)
Add OCSP option in config
Beginings of enabling SSL Stapling
Add the option. Default to enable
Redact some more info from the status.php output. Fixes #8394
Remove 'now' from reboot command, it is no longer accepted or necessary. Fixes #8495
Revert "Do not assign classes with =& to make PHP 7 happy"
This reverts commit e33c96162a33b52a9152ce0b05dba8b25f1dc2b4.
Enforce array type for PHP 7.2 Migration
Prevent pressing Enter in the filter field of diag_pftop.php. Fixes #8494
Type check for array, Part of php 7.2 migration
Added a check to make sure ['ipsec'] was an array, Part of PHP 7.2 Migration
Only alter users/groups via XMLRPC when the primary is set to do so. Fixes #8450
PHP7 Resolve count() parameter warning
Since OpenVPN user attributes come from RADIUS which keys off username, use that and not common_name which may be empty. Fixes #8480
PHP7 - Resolev undefined constant warning
Enable support for php72 variant
Add a global to keep valid meta package suffixes
Fixed #8486 via htmlspecialchars()
Fixed #8485 by POSTing fixed string and looking up the required file name
Remove constants that were defined by an OpenSSL patch that has been removed.
PHP7 - Resolve undefined constant warning in dyndns.class
PHP7 - Resolve Warning: A non-numeric value encountered in /usr/local/bin/dhcpd_gather_stats.php
PHP7 - services->DHCP resolve warning
PHP7 system.php - resolve ngettext() expects parameter 3 to be integer, string given
PHP7 system.php Resolve min/max undefined constants
PHP7 - Resolve warning in interdaces_ppps
PHP7 - Revise vpn_l2tp warning resolution
PHP7 - Resolve warning in ipsec_keys_edit.php
PHP7 resolve system->wol->edit invalid offset warning
PHP7 System->WOL resolve invalid string offset warning
PHP7 Resolved Services->uPNP integer value warning
PHP7 system gateways edit - Resolve illegail string constant warning
PHP7 - system->Gateays resolve illegal string offset error
PHP7 - Resolve vpn_l2tp undefined constant warning
PHP7 - Resolve Warning: Use of undefined constant āpā in System->Update
PHP7 - Resolve MultiCheckboxGroupAdd compatibility warning
PHP7 - Resolve "Illegal string offset" in interfaces.php
PHP7 - Resolver "must be countable" warning
PHP7 - Resolve setParent wanring