Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions php-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -271,13 +271,13 @@ parent. Set this variable to t if you want to use
enabled."
:type 'boolean)

(defcustom php-site-url "http://php.net/"
(defcustom php-site-url "https://secure.php.net/"
"Default PHP.net site URL.

The URL to use open PHP manual and search word.
You can find a mirror site closer to you."
:type 'string
:link '(url-link :tag "List of Mirror Sites" "http://php.net/mirrors.php"))
:link '(url-link :tag "List of Mirror Sites" "https://secure.php.net/mirrors.php"))

(defcustom php-manual-url 'en
"URL at which to find PHP manual.
Expand Down