Author: 沈唁 (sy-records)
Committer: GitHub (web-flow)
Pusher: Girgias
Date: 2022-11-15T01:42:52Z

Commit: 
https://github.com/php/web-php/commit/83ca8d751cafadb395d822c698e24b78fa00740f
Raw diff: 
https://github.com/php/web-php/commit/83ca8d751cafadb395d822c698e24b78fa00740f.diff

safe_mode is a dead link (#720)

Changed paths:
  M  urlhowto.php


Diff:

diff --git a/urlhowto.php b/urlhowto.php
index e28dfec82..5a9773647 100644
--- a/urlhowto.php
+++ b/urlhowto.php
@@ -75,7 +75,7 @@ function a($href): void {
  <li>Reference pages (e.g. <?php a("imap") ?>)</li>
  <li>Function pages (e.g. <?php a("join") ?>)</li>
  <li>Class pages (e.g. <?php a("dir") ?>)</li>
- <li>Feature pages (e.g. <?php a("safe_mode") ?>)</li>
+ <li>Feature pages (e.g. <?php a("commandline") ?>)</li>
  <li>Control structure pages (e.g. <?php a("while") ?>)</li>
  <li>Other language pages (e.g. <?php a("oop") ?>)</li>
 </ul>

-- 
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to