pantheon-systems / wp-native-php-sessions

Implement native PHP sessions stored in the database for WordPress.
https://wordpress.org/plugins/wp-native-php-sessions/
GNU General Public License v2.0
138 stars 43 forks source link

[BUGS-7105] check if the `$output` index is set before manipulating it #285

Closed jazzsequence closed 10 months ago

jazzsequence commented 10 months ago

This PR fixes #284 by ensuring that any $output indices exist before manipulating them (in the pattern $output['some_index'] + 1) which returns a PHP warning if that index does not exist.

jazzsequence commented 10 months ago

Behat tests will be fixed by #283