mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-11 16:23:57 +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 setting up Windows to run PHP from the command line][php-cli-windows]
|
||||
|
||||
|
||||
[phpinfo]: http://php.net/function.phpinfo
|
||||
[cli-options]: http://php.net/features.commandline.options
|
||||
[argc]: http://php.net/reserved.variables.argc
|
||||
[argv]: http://php.net/reserved.variables.argv
|
||||
[exit-codes]: http://www.gsp.com/cgi-bin/man.cgi?section=3&topic=sysexits
|
||||
[php-cli]: http://php.net/features.commandline
|
||||
[php-cli-windows]: http://php.net/install.windows.commandline
|
||||
[phpinfo]: https://secure.php.net/function.phpinfo
|
||||
[cli-options]: https://secure.php.net/features.commandline.options
|
||||
[argc]: https://secure.php.net/reserved.variables.argc
|
||||
[argv]: https://secure.php.net/reserved.variables.argv
|
||||
[exit-codes]: https://www.gsp.com/cgi-bin/man.cgi?section=3&topic=sysexits
|
||||
[php-cli]: https://secure.php.net/features.commandline.options
|
||||
|
Reference in New Issue
Block a user