Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F13978118
D19629.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
954 B
Referenced Files
None
Subscribers
None
D19629.diff
View Options
diff --git a/src/applications/diffusion/symbol/DiffusionPhpExternalSymbolsSource.php b/src/applications/diffusion/symbol/DiffusionPhpExternalSymbolsSource.php
--- a/src/applications/diffusion/symbol/DiffusionPhpExternalSymbolsSource.php
+++ b/src/applications/diffusion/symbol/DiffusionPhpExternalSymbolsSource.php
@@ -24,7 +24,7 @@
->setSource(pht('PHP'))
->setLocation(pht('Manual at php.net'))
->setSymbolLanguage('php')
- ->setExternalURI('http://www.php.net/function.'.$name);
+ ->setExternalURI('https://www.php.net/function.'.$name);
}
}
}
@@ -38,7 +38,7 @@
->setSource(pht('PHP'))
->setLocation(pht('Manual at php.net'))
->setSymbolLanguage('php')
- ->setExternalURI('http://www.php.net/class.'.$name);
+ ->setExternalURI('https://www.php.net/class.'.$name);
}
}
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Oct 19, 9:39 PM (4 w, 13 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6733981
Default Alt Text
D19629.diff (954 B)
Attached To
Mode
D19629: Link to PHP external symbols using HTTPS
Attached
Detach File
Event Timeline
Log In to Comment