mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-12 00:33:58 +02:00
Update links to use HTTPS in CLI section
Remove bad link to Windows CLI setup
This commit is contained in:
@@ -52,13 +52,10 @@ Hello, world
|
|||||||
|
|
||||||
|
|
||||||
* [Learn about running PHP from the command line][php-cli]
|
* [Learn about running PHP from the command line][php-cli]
|
||||||
* [Learn about setting up Windows to run PHP from the command line][php-cli-windows]
|
|
||||||
|
|
||||||
|
[phpinfo]: https://secure.php.net/function.phpinfo
|
||||||
[phpinfo]: http://php.net/function.phpinfo
|
[cli-options]: https://secure.php.net/features.commandline.options
|
||||||
[cli-options]: http://php.net/features.commandline.options
|
[argc]: https://secure.php.net/reserved.variables.argc
|
||||||
[argc]: http://php.net/reserved.variables.argc
|
[argv]: https://secure.php.net/reserved.variables.argv
|
||||||
[argv]: http://php.net/reserved.variables.argv
|
[exit-codes]: https://www.gsp.com/cgi-bin/man.cgi?section=3&topic=sysexits
|
||||||
[exit-codes]: http://www.gsp.com/cgi-bin/man.cgi?section=3&topic=sysexits
|
[php-cli]: https://secure.php.net/features.commandline.options
|
||||||
[php-cli]: http://php.net/features.commandline
|
|
||||||
[php-cli-windows]: http://php.net/install.windows.commandline
|
|
||||||
|
Reference in New Issue
Block a user