mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
URLs should be in entities/global.ent. Changed only the en and it tree.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@67626 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
a4d60ee688
commit
dc571b5bde
1 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.35 $ -->
|
||||
<!-- $Revision: 1.36 $ -->
|
||||
<reference id="ref.mail">
|
||||
<title>Mail functions</title>
|
||||
<titleabbrev>Mail</titleabbrev>
|
||||
|
@ -90,8 +90,8 @@
|
|||
<parameter>to</parameter>. Email with attachments and special
|
||||
types of content can be sent using this function. This is
|
||||
accomplished via MIME-encoding - for more information, see this
|
||||
<ulink url="http://www.zend.com/zend/spotlight/sendmimeemailpart1.php">
|
||||
Zend article</ulink> or the <ulink url="http://pear.php.net/get/Mail_Mime">
|
||||
<ulink url="&url.email.mime.zend;">
|
||||
Zend article</ulink> or the <ulink url="&url.email.mime.pear;">
|
||||
PEAR Mime Classes</ulink>.
|
||||
</simpara>
|
||||
<simpara>
|
||||
|
@ -100,7 +100,7 @@
|
|||
<ulink url="&url.rfc2045;">RFC 2045</ulink>,
|
||||
<ulink url="&url.rfc2046;">RFC 2046</ulink>,
|
||||
<ulink url="&url.rfc2047;">RFC 2047</ulink>,
|
||||
<ulink url="&url.rfc2048;">RFC 2048</ulink> and
|
||||
<ulink url="&url.rfc2048;">RFC 2048</ulink>, and
|
||||
<ulink url="&url.rfc2049;">RFC 2049</ulink>.
|
||||
</simpara>
|
||||
<para>
|
||||
|
|
Loading…
Reference in a new issue