Fixing deprecated curly braces for PHP 7.4+#142
Merged
tturnerdev merged 4 commits intoplanetteamspeak:masterfrom Apr 10, 2020
Fjonan:master
Merged
Fixing deprecated curly braces for PHP 7.4+#142tturnerdev merged 4 commits intoplanetteamspeak:masterfrom Fjonan:master
tturnerdev merged 4 commits intoplanetteamspeak:masterfrom
Fjonan:master
Conversation
Collaborator
|
Thank you, really appreciate the pull request! |
tturnerdev
pushed a commit
that referenced
this pull request
May 18, 2020
* Icon Download extended function (#131) * Update Server.php Option to Download an icon by name. This has the benefit that you don't have to change the virtualserver_icon_id to download a specific icon. * Update Server.php fixed name was not set for download * Fixing naming error (#135) * try to fix issue #136 * add -banners option to channellist * remove iconname argument use transferInitDownload() instead * add -keepfiles argument to snapshot deploy * update changelog * set release date for 1.1.34 * Fixing deprecated curly braces for PHP 7.4+ (#142) * removed deprecated curly braces from string.php, host.php, crypt.php, char.php * removed another deprecated curly braces from string.php (#144) overlooked one more curly braces * * Added Travis CI build status icon to README * Travis CI tests now also PHP 7.3 and 7.4 * Improved composer.json * Updated command to run all tests in README * Added `docker-compose up` to README for existing docker container(s) * Fixed PHPUnit config issues * Exposed ServerQuery SSH port * Switched from libssh to phpseclib * Changed requirement from PHP extension SSH to phpseclib * Fixed composer warning * #148: Fixed deprecated curly braces in PHP 7.4 * Updated composer packages Co-authored-by: Sensznet <ssensz@gmx.de> Co-authored-by: Thomas Hanke <18329992+thhan@users.noreply.github.com> Co-authored-by: Sven Paulsen <info@sven-paulsen.de> Co-authored-by: Fjonan <fjonan@fjonan.com> Co-authored-by: Sebastian Krätzig <sebastian.kraetzig@4g-server.eu>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixing PHP 7.4 Deprecated: Array and string offset access syntax with curly braces is deprecated (ticket #141)