diff --git a/reference/ftp/reference.xml b/reference/ftp/reference.xml index c35da1ef10..6278ea5c0b 100644 --- a/reference/ftp/reference.xml +++ b/reference/ftp/reference.xml @@ -1,5 +1,5 @@ - + FTP functions FTP @@ -10,7 +10,7 @@ The functions in this extension implement client access to file servers speaking the File Transfer Protocol (FTP) as defined in - &spec.ftp;. This extension is + &url.rfc;959. This extension is meant for detailed access to an FTP server providing a wide range of control to the executing script. If you only wish to read from or write to a file on an FTP server, consider using diff --git a/reference/http/functions/header.xml b/reference/http/functions/header.xml index d889b91c06..76a3fe5b56 100644 --- a/reference/http/functions/header.xml +++ b/reference/http/functions/header.xml @@ -1,5 +1,5 @@ - + @@ -17,7 +17,7 @@ header is used to send raw HTTP headers. See the HTTP/1.1 specification for more + url="&url.rfc;2616">HTTP/1.1 specification for more information on HTTP headers.