From 5719c145551224472536d729440118d4f9229355 Mon Sep 17 00:00:00 2001 From: Nuno Lopes Date: Fri, 26 Dec 2003 13:01:27 +0000 Subject: [PATCH] entities change git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@147343 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/ftp/reference.xml | 4 ++-- reference/http/functions/header.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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.