1
0
Fork 0
mirror of synced 2024-06-30 20:21:16 +12:00
Commit graph

3 commits

Author SHA1 Message Date
DaYea Yim 4a7237a34d Replaced $(...) instead of legacy backticked ...
Backtick command substitution `...` is legacy syntax with several
issues.

1. It has a series of undefined behaviors related to quoting in POSIX.
2. It imposes a custom escaping mode with surprising results.
3. It's exceptionally hard to nest.

$(...) command substitution has none of these problems, and is therefore
strongly encouraged.
2019-10-29 07:41:33 +00:00
eldadfux 6693b13e77 Upgraded PHP version from 7.2 to 7.3 2019-07-29 07:49:31 +03:00
eldadfux 36358e90b5 Added source code 2019-05-09 09:54:42 +03:00