Hi all,

your translation team has (partly) translated the faq section. As you might 
know, global entities  (&url.mysql; for example) are defined in the phpdoc 
module in entities/global.ent and entities for the faq in 
entities/faqurls.ent. For easier maintenance the content of faqurls.ent will 
be merged with global.ent with the result of only one file holding all 
entities: global.ent. This merge will happen soon (in one week) and will 
affect your already translated parts of the faq.

What will happen?
Once the files in question are committed to the phpdoc module:
after updating your working copy of phpdoc, a run of autoconf followed by
./configure -- with-lang=your_lang many missing entities will show up in 
the file entities/missing-entities.ent.

The result:
due to this missing entities the links in "your_lang" faq section will be 
broken.

What can your translation team do?

Prepare your translated faq with the upcoming new entities asap, drop a note 
to the list when you are done and the changes will happen in sync.

To get started two files are attached:
changes: exactly which entities changed to what
faq_diff:  unified diff of phpdoc/en/faq/*.xml

If you have any questions/caomplaints/concerns don't hesitate drop a mail to
the list.

Regards
Friedhelm Betz








Index: build.xml
===================================================================
RCS file: /repository/phpdoc/en/faq/build.xml,v
retrieving revision 1.20
diff -u -r1.20 build.xml
--- build.xml	15 Nov 2002 09:49:56 -0000	1.20
+++ build.xml	28 Jan 2003 00:21:38 -0000
@@ -143,7 +143,7 @@
     <answer>
      <para>
        You need to update your version of Bison. You can find the latest version
-       at <ulink url="&faqurl.bison;">&faqurl.bison;</ulink>.
+       at <ulink url="&url.bison;">&url.bison;</ulink>.
      </para>
     </answer>
    </qandaentry>
@@ -183,7 +183,7 @@
       If you're linking with Apache 1.2.x, did you remember to add the
       appropriate information to the EXTRA_LIBS line of the Configuration
       file and re-rerun Apache's Configure script? See the 
-      <ulink url="&faqurl.file.installation;">INSTALL</ulink> file that
+      <ulink url="&url.file.installation;">INSTALL</ulink> file that
       comes with the distribution for more information.
      </para>
      <para>
@@ -206,7 +206,7 @@
        <listitem>
         <simpara>
          Grab the latest Apache 1.3 distribution from 
-         <ulink url="&faqurl.apache;">&faqurl.apache;</ulink>.
+         <ulink url="&url.apache.source;">&url.apache.source;</ulink>.
         </simpara>
        </listitem>
        <listitem>
Index: databases.xml
===================================================================
RCS file: /repository/phpdoc/en/faq/databases.xml,v
retrieving revision 1.16
diff -u -r1.16 databases.xml
--- databases.xml	30 Jun 2002 16:08:45 -0000	1.16
+++ databases.xml	28 Jan 2003 00:21:38 -0000
@@ -26,7 +26,7 @@
       On Unix machines, you can use the Sybase-CT driver
       to access Microsoft SQL Servers because they are (at
       least mostly) protocol-compatible. Sybase has made a 
-      <ulink url="&faqurl.sybase;">free version of the necessary
+      <ulink url="&url.sybase.ctlib;">free version of the necessary
       libraries for Linux systems</ulink>. For other Unix operating
       systems, you need to contact Sybase for the correct libraries.
       Also see the answer to the next question.
@@ -47,7 +47,7 @@
      <para>
       If you are running PHP on a Unix box and want to talk to MS Access
       on a Windows box you will need Unix ODBC drivers.
-      <ulink url="&faqurl.openlinksw;">OpenLink Software</ulink> has Unix-based
+      <ulink url="&url.openlink;">OpenLink Software</ulink> has Unix-based
       ODBC drivers that can do this. There is a free pilot program where you
       can download an evaluation copy that doesn't expire and prices start at
       $675 for the commercial supported version.
@@ -64,7 +64,7 @@
       use ODBC from PHP straight to your database - i.e. with OpenLink's drivers. If
       you do need to use an intermediary file format, OpenLink have now released
       Virtuoso (a virtual database engine) for NT, Linux and other unix platforms.
-      Please visit our <ulink url="&faqurl.openlinksw;">website</ulink> for a free download.
+      Please visit our <ulink url="&url.openlink;">website</ulink> for a free download.
       </programlisting>
      </para>
      <para>
@@ -77,7 +77,7 @@
        <listitem>
         <simpara>
          Install MySQL on your platform according to instructions with MySQL.
-         Latest available from <ulink url="&faqurl.mysql;">www.mysql.com</ulink>
+         Latest available from <ulink url="&url.mysql;">www.mysql.com</ulink>
          (get it from your mirror!). No special
          configuration required except when you set up a database, and configure the
          user account, you should put % in the host field, or the host name of the
Index: general.xml
===================================================================
RCS file: /repository/phpdoc/en/faq/general.xml,v
retrieving revision 1.18
diff -u -r1.18 general.xml
--- general.xml	21 Jan 2003 02:49:03 -0000	1.18
+++ general.xml	28 Jan 2003 00:21:38 -0000
@@ -26,7 +26,7 @@
      </para>
      <para>
       A nice introduction to PHP by Stig S&aelig;ther Bakken can be found 
-      <ulink url="&faqurl.zend.introduction;">here</ulink> on the Zend
+      <ulink url="&url.zend.introduction;">here</ulink> on the Zend
       website.  Also, much of the 
       <ulink url="&url.php.conf;">PHP Conference Material</ulink> is freely available.
      </para>
@@ -57,7 +57,7 @@
      <para>
       PHP/FI 2.0 is an early and no longer supported version of PHP. PHP 3
       is the successor to PHP/FI 2.0 and is a lot nicer. PHP 4 is the current
-      generation of PHP, which uses the <ulink url="&faqurl.zend;">Zend
+      generation of PHP, which uses the <ulink url="&url.zend;">Zend
       engine</ulink> under the hood.  PHP 5 uses <ulink
       url="&url.zend.future;">Zend engine 2</ulink> which, among other
       things, offers many additional <link linkend="ref.classobj">OOP</link> 
@@ -85,7 +85,7 @@
     </question>
     <answer>
      <para>
-      There are <ulink url="&faqurl.zend.articles;">a couple of articles</ulink>
+      There are <ulink url="&url.zend.articles;">a couple of articles</ulink>
       written on this by the authors of PHP 4. Here's a list of some of
       the more important new features:
       <itemizedlist>
@@ -115,7 +115,7 @@
         <simpara>Reference counting</simpara>
        </listitem>
       </itemizedlist>
-      Please see the <ulink url="&faqurl.zend.new;">What's new in
+      Please see the <ulink url="&url.zend.new;">What's new in
       PHP 4 overview</ulink> for a detailed explanation of these
       features and more.  If you're migrating from PHP 3 to PHP 4, 
       also read the related <link linkend="migration4">appendix</link>.
@@ -138,7 +138,7 @@
       mailing lists because the bug will have a tracking number assigned
       and it will then be possible for you to go back later and check
       on the status of the bug.  The bug database can be found at 
-      <ulink url="&faqurl.php.bugs;">&faqurl.php.bugs;</ulink>.
+      <ulink url="&url.php.bugs;">&url.php.bugs;</ulink>.
      </para>
     </answer>
    </qandaentry>
Index: installation.xml
===================================================================
RCS file: /repository/phpdoc/en/faq/installation.xml,v
retrieving revision 1.19
diff -u -r1.19 installation.xml
--- installation.xml	20 Jan 2003 17:53:44 -0000	1.19
+++ installation.xml	28 Jan 2003 00:21:38 -0000
@@ -11,9 +11,9 @@
   </para>
   <para>
    To install PHP, follow the instructions in the 
-   <ulink url="&faqurl.file.installation;">INSTALL</ulink>
+   <ulink url="&url.file.installation;">INSTALL</ulink>
    file located in the distribution. Windows users should also read the 
-   <ulink url="&faqurl.file.readmewin;">install.txt</ulink>
+   <ulink url="&url.file.readmewin;">install.txt</ulink>
    file. There are also some helpful hints for Windows users
    <link linkend="install.windows">here</link>.
   </para>
@@ -115,7 +115,7 @@
        <listitem>
         <para>
          You should include your backtrace in your bug report. This should be submitted to 
-         <ulink url="&faqurl.php.bugs;">&faqurl.php.bugs;</ulink> 
+         <ulink url="&url.php.bugs;">&url.php.bugs;</ulink> 
         </para>
        </listitem>
       </itemizedlist>
Index: languages.xml
===================================================================
RCS file: /repository/phpdoc/en/faq/languages.xml,v
retrieving revision 1.9
diff -u -r1.9 languages.xml
--- languages.xml	12 Dec 2001 20:46:33 -0000	1.9
+++ languages.xml	28 Jan 2003 00:21:39 -0000
@@ -23,11 +23,11 @@
       Internet Information Server (IIS). This limits it's availability to
       Win32 based servers. There are a couple of projects in the works
       that allows ASP to run in other environments and webservers:
-      <ulink url="&faqurl.instantasp;">InstantASP</ulink>
-      from <ulink url="&faqurl.halcyon;">Halcyon</ulink> (commercial),
-      <ulink url="&faqurl.chilisoft.asp;">Chili!Soft ASP</ulink> from 
-      <ulink url="&faqurl.chilisoft;">Chili!Soft</ulink>
-      (commercial) and <ulink url="&faqurl.openasp;">OpenASP from
+      <ulink url="&url.instantasp;">InstantASP</ulink>
+      from <ulink url="&url.halcyon;">Halcyon</ulink> (commercial),
+      <ulink url="&url.chilisoft.asp;">Chili!Soft ASP</ulink> from 
+      <ulink url="&url.chilisoft;">Chili!Soft</ulink>
+      (commercial) and <ulink url="&url.openasp;">OpenASP from
       ActiveScripting.org</ulink> (free). ASP is said to be a slower
       and more cumbersome language than PHP, less stable as well. Some of
       the pros of ASP is that since it primarily uses VBScript it's
@@ -47,7 +47,7 @@
     </question>
     <answer>
      <para>
-      Yes, <ulink url="&faqurl.asp2php;">asp2php</ulink> is
+      Yes, <ulink url="&url.asp2php;">asp2php</ulink> is
       the one most often referred to.
      </para>
     </answer>
@@ -76,7 +76,7 @@
      <para>
       A great summary by Michael J Sheldon on this topic has
       been posted to the PHP mailing list. A copy can be found 
-      <ulink url="&faqurl.coldfusion.summary;">here</ulink>.
+      <ulink url="&url.coldfusion.summary;">here</ulink>.
      </para>
     </answer>
    </qandaentry>
Index: mailinglist.xml
===================================================================
RCS file: /repository/phpdoc/en/faq/mailinglist.xml,v
retrieving revision 1.14
diff -u -r1.14 mailinglist.xml
--- mailinglist.xml	21 Jan 2003 03:31:27 -0000	1.14
+++ mailinglist.xml	28 Jan 2003 00:21:39 -0000
@@ -18,18 +18,18 @@
      <para>
       Of course! There are many mailing lists for several subjects.
       A whole list of mailing lists can be found on our
-      <ulink url="&faqurl.php.support;">Support</ulink> page.
+      <ulink url="&url.php.support;">Support</ulink> page.
      </para>
      <para>
       The most general mailing list is <literal>php-general</literal>.
       To subscribe, send mail to
-      <ulink url="mailto:&faqmail.ml.general.subscribe;";>&faqmail.ml.general.subscribe;</ulink>. 
+      <ulink url="mailto:&url.ml.general.subscribe;";>&url.ml.general.subscribe;</ulink>. 
       You don't need to include anything special in the subject or body of the message.
-      To unsubscribe, send mail to <ulink url="mailto:&faqmail.ml.general.unsubscribe;";>&faqmail.ml.general.unsubscribe;</ulink>.
+      To unsubscribe, send mail to <ulink url="mailto:&url.ml.general.unsubscribe;";>&url.ml.general.unsubscribe;</ulink>.
      </para>
      <para>
       You can also subscribe and unsubscribe using the web
-      interface on our <ulink url="&faqurl.php.support;">Support</ulink>
+      interface on our <ulink url="&url.php.support;">Support</ulink>
       page.
      </para>
     </answer>
@@ -44,7 +44,7 @@
       There are countless of them around the world. We
       have links for example to some IRC servers and
       foreign language mailing lists on our <ulink
-      url="&faqurl.php.support;">Support</ulink> page.
+      url="&url.php.support">Support</ulink> page.
      </para>
     </answer>
    </qandaentry>
@@ -78,13 +78,13 @@
     <answer>
      <para>
        Yes, you will find a list of archive sites on the 
-       <ulink url="&faqurl.php.support;">Support</ulink> page.
+       <ulink url="&url.php.support;">Support</ulink> page.
        The mailing list articles are also archived as news
        messages. You can access the news server at <ulink
-       url="&faqurl.php.news;">&faqurl.php.news;</ulink>
+       url="&url.php.news;">&url.php.news;</ulink>
        with a news client. There is also an experimental web
        interface for the news server at <ulink
-       url="&faqurl.php.newsweb;">&faqurl.php.newsweb;</ulink>
+       url="&url.php.newsweb;">&url.php.newsweb;</ulink>
      </para>
     </answer>
    </qandaentry>
@@ -112,7 +112,7 @@
      </para>
      <para>
       Before asking questions, you may want to read the paper on 
-      <ulink url="&faqurl.smart.questions;">How To Ask Questions The Smart
+      <ulink url="&url.smart.questions;">How To Ask Questions The Smart
       Way</ulink> as this is a good idea for everyone.
      </para>
     </answer>
@@ -149,7 +149,7 @@
      </para>
      <para>
       And lastly, you're encouraged to read the paper on
-      <ulink url="&faqurl.smart.questions;">How To Ask Questions The 
+      <ulink url="&url.smart.questions;">How To Ask Questions The 
       Smart Way</ulink> as this will be a great help for everyone, 
       especially yourself.
      </para>
Index: misc.xml
===================================================================
RCS file: /repository/phpdoc/en/faq/misc.xml,v
retrieving revision 1.11
diff -u -r1.11 misc.xml
--- misc.xml	11 Apr 2002 21:53:57 -0000	1.11
+++ misc.xml	28 Jan 2003 00:21:39 -0000
@@ -27,7 +27,7 @@
       All the code for previous versions of the website is still available
       through CVS.  Specifically, the last version of shared.inc (that had
       all the Javascript and DHTML to do the popups) is available 
-      <ulink url="&faqurl.popup;">here</ulink>.
+      <ulink url="&url.popup;">here</ulink>.
      </para>
     </answer>
    </qandaentry>
@@ -41,20 +41,20 @@
     <answer>
      <para>
       If you don't have an archiver-tool to handle bz2 files
-      <ulink url="&faqurl.bz2;">download</ulink> the commandline tool
+      <ulink url="&url.bzip2;">download</ulink> the commandline tool
       from Redhat (please find further information below). 
      </para>
      <para>
       If you would not like to use a command line tool, you can try free 
-      tools like <ulink url="&faqurl.stuffit;">Stuffit Expander</ulink>, 
-      <ulink url="&faqurl.ultimatezip;">UltimateZip</ulink>,
-      <ulink url="&faqurl.7zip;">7-Zip</ulink>, or
-      <ulink url="&faqurl.quickzip;">Quick Zip</ulink>. If you
-      have tools like <ulink url="&faqurl.winrar;">WinRAR</ulink> or
-      <ulink url="&faqurl.powerarchiver;">Power Archiver</ulink>, you can
+      tools like <ulink url="&url.stuffit;">Stuffit Expander</ulink>, 
+      <ulink url="&url.ultimatezip;">UltimateZip</ulink>,
+      <ulink url="&url.7zip;">7-Zip</ulink>, or
+      <ulink url="&url.quickzip;">Quick Zip</ulink>. If you
+      have tools like <ulink url="&url.winrar;">WinRAR</ulink> or
+      <ulink url="&url.powerarchiver;">Power Archiver</ulink>, you can
       easily decompress the bz2 files with it. If you use Windows Commander,
       a bz2 plugin for that program is available freely from the
-      <ulink url="&faqurl.wincmd;">Windows Commander</ulink> site. 
+      <ulink url="&url.wincmd;">Windows Commander</ulink> site. 
      </para>
      <para>
       The bzip2 commandline tool from Redhat:
@@ -92,7 +92,7 @@
       in it, the procedure is the same. The only difference is that you got a file
       php_manual_lang.tar. The tar format is known to be treated with most
       common archivers on Windows like e.g.
-      <ulink url="&faqurl.winzip;">WinZip</ulink>.
+      <ulink url="&url.winzip;">WinZip</ulink>.
      </para>
     </answer>
    </qandaentry>
Index: obtaining.xml
===================================================================
RCS file: /repository/phpdoc/en/faq/obtaining.xml,v
retrieving revision 1.15
diff -u -r1.15 obtaining.xml
--- obtaining.xml	24 Jan 2003 20:05:23 -0000	1.15
+++ obtaining.xml	28 Jan 2003 00:21:39 -0000
@@ -18,10 +18,10 @@
      <para>
       You can download PHP from any of the members of the
       PHP network of sites. These can be found at 
-      <ulink url="&faqurl.php;">&faqurl.php;</ulink>.
+      <ulink url="&url.php;">&url.php;</ulink>.
       You can also use anonymous CVS to get the absolute latest
       version of the source. For more information, go to 
-      <ulink url="&faqurl.php.cvs;">&faqurl.php.cvs;</ulink>.
+      <ulink url="&url.php.anoncvs;">&url.php.anoncvs;</ulink>.
      </para>
     </answer>
    </qandaentry>
@@ -37,7 +37,7 @@
       platform with every extension combination. Also note, that
       many Linux distributions come with PHP built in these days.
       Windows binaries can be downloaded from our <ulink
-      url="&faqurl.php.download;">Downloads</ulink> page, for Linux
+      url="&url.php.downloads;">Downloads</ulink> page, for Linux
       binaries, please visit your distributions website.
      </para>
     </answer>
@@ -65,115 +65,110 @@
       <itemizedlist>
        <listitem>
         <simpara>
-         <ulink url="&faqurl.ldap;">LDAP (Unix)</ulink>.
+         <ulink url="&url.ldap.openldap.source;">LDAP (Unix)</ulink>.
         </simpara>
        </listitem>
        <listitem>
         <simpara>
-         <ulink url="&faqurl.ldap.mt;">LDAP* (Unix)</ulink>.
+         <ulink url="&url.ldap.mt;">LDAP* (Unix)</ulink>.
         </simpara>
        </listitem>
        <listitem>
         <simpara>
-         <ulink url="&faqurl.ldap.netscape;">LDAP (Unix/Win)</ulink> : 
+         <ulink url="&url.ldap.netscape.sdk;">LDAP (Unix/Win)</ulink> : 
          Netscape Directory (LDAP) SDK 1.1.
         </simpara>
        </listitem>
        <listitem>
         <simpara>
-         <ulink url="&faqurl.ldap.netscape;">free LDAP server</ulink>.
+         <ulink url="&url.ldap.netscape.sdk;">free LDAP server</ulink>.
         </simpara>
        </listitem>
        <listitem>
         <simpara>
-         <ulink url="&faqurl.sleepycat;">Berkeley DB2 (Unix/Win)</ulink> :
-         &faqurl.sleepycat;.
+         <ulink url="&url.sleepycat;">Berkeley DB2 (Unix/Win)</ulink> :
+         &url.sleepycat;.
         </simpara>
        </listitem>
        <listitem>
         <simpara>
-         <ulink url="&faqurl.snmp;">SNMP* (Unix): </ulink>.
+         <ulink url="&url.ucd-snmp;">SNMP* (Unix): </ulink>.
         </simpara>
        </listitem>
        <listitem>
         <simpara>
-         <ulink url="&faqurl.gd;">GD* (Unix/Win)</ulink>.
+         <ulink url="&url.gd;">GD* (Unix/Win)</ulink>.
         </simpara>
        </listitem>
        <listitem>
         <simpara>
-         <ulink url="&faqurl.msql.win;">mSQL* (Win)</ulink>.
+         <ulink url="&url.msql;">mSQL* (Unix)</ulink>.
         </simpara>
        </listitem>
        <listitem>
         <simpara>
-         <ulink url="&faqurl.msql.unix;">mSQL* (Unix)</ulink>.
+         <ulink url="&url.pgsql;">PostgreSQL (Unix)</ulink>.
         </simpara>
        </listitem>
        <listitem>
         <simpara>
-         <ulink url="&faqurl.pgsql;">PostgreSQL (Unix)</ulink>.
+         <ulink url="&url.imap;">IMAP* (Win/Unix)</ulink>.
         </simpara>
        </listitem>
        <listitem>
         <simpara>
-         <ulink url="&faqurl.imap;">IMAP* (Win/Unix)</ulink>.
-        </simpara>
-       </listitem>
-       <listitem>
-        <simpara>
-         <ulink url="&faqurl.sybase;">Sybase-CT* (Linux, libc5)</ulink> : 
+         <ulink url="&url.sybase;">Sybase-CT* (Linux, libc5)</ulink> : 
          Available locally.
         </simpara>
        </listitem>
        <listitem>
         <simpara>
-         <ulink url="&faqurl.freetype;">FreeType (libttf):</ulink>.
+         <ulink url="&url.freetype;">FreeType (libttf):</ulink>.
         </simpara>
        </listitem>
        <listitem>
         <simpara>
-         <ulink url="&faqurl.zlib;">ZLib (Unix/Win32)</ulink>.
+         <ulink url="&url.zlib;">ZLib (Unix/Win32)</ulink>.
         </simpara>
        </listitem>
        <listitem>
         <simpara>
-         <ulink url="&faqurl.expat;">expat XML parser (Unix/Win32)</ulink>.
+         <ulink url="&url.expat;">expat XML parser (Unix/Win32)</ulink>.
         </simpara>
        </listitem>
        <listitem>
         <simpara>
-         <ulink url="&faqurl.pdflib;">PDFLib</ulink>.
+         <ulink url="&url.pdf;">PDFLib</ulink>.
         </simpara>
-       </listitem>     
+       </listitem>
        <listitem>
         <simpara>
-         <ulink url="&faqurl.mcrypt;">mcrypt</ulink>.
+         <ulink url="&url.mcrypt;">mcrypt</ulink>.
         </simpara>
        </listitem>
        <listitem>
         <simpara>
-         <ulink url="&faqurl.mhash;">mhash</ulink>.
+         <ulink url="&url.mhash;">mhash</ulink>.
         </simpara>
        </listitem>
        <listitem>
         <simpara>
-         <ulink url="&faqurl.t1lib;">t1lib</ulink>.
+         <ulink url="&url.t1lib;">t1lib</ulink>.
         </simpara>
        </listitem>
        <listitem>
         <simpara>
-         <ulink url="&faqurl.dmalloc;">dmalloc</ulink>.
+         <ulink url="&url.dmalloc;">dmalloc</ulink>.
         </simpara>
        </listitem>
        <listitem>
         <simpara>
-         <ulink url="&faqurl.aspell;">aspell</ulink>.
+         <ulink url="&url.aspell;">aspell</ulink>.
         </simpara>
        </listitem>
        <listitem>
         <simpara>
-         <ulink url="&faqurl.readline;">readline</ulink>.
+         <ulink url="&url.readline;">readline</ulink>.
         </simpara>
        </listitem>
       </itemizedlist>
@@ -220,7 +215,7 @@
     <answer>
      <para>
       You can find a <filename>browscap.ini</filename> file at 
-      <ulink url="&faqurl.browscap;">&faqurl.browscap;</ulink>.
+      <ulink url="&url.browscap.download;">&url.browscap.download;</ulink>.
      </para>
     </answer>
    </qandaentry>
Index: using.xml
===================================================================
RCS file: /repository/phpdoc/en/faq/using.xml,v
retrieving revision 1.20
diff -u -r1.20 using.xml
--- using.xml	4 Jan 2003 13:29:22 -0000	1.20
+++ using.xml	28 Jan 2003 00:21:39 -0000
@@ -174,7 +174,7 @@
       then recognize the authentication correctly. With the ISAPI
       module, this is not a problem. This should not effect other
       NT web servers. For more information, see: 
-      <ulink url="&faqurl.iis;">&faqurl.iis;</ulink>.
+      <ulink url="&url.iis;">&url.iis;</ulink>.
      </para>
     </answer>
    </qandaentry>
@@ -191,7 +191,7 @@
      <para>
       Netscape is more strict regarding html tags (such as tables) then 
       IE.  Running your html output through a html validator, such as 
-      <ulink url="&faqurl.w3.validator;">validator.w3.org</ulink>, might 
+      <ulink url="&url.w3.validator;">validator.w3.org</ulink>, might 
       be helpful.  For example, a missing &lt;/table&gt; might cause this.
      </para>
      <para>
&faqurl.bison;                   --> &url.bison;
&faqurl.file.installation;       --> &url.file.installation;
&faqurl.apache;                  --> &url.apache.source;
&faqurl.sybase;                  --> &url.sybase;
&faqurl.openlinksw;              --> &url.openlink;
&faqurl.mysql;                   --> &url.mysql;
&faqurl.zend.introduction;       --> &url.zend.introduction;
&faqurl.zend;                    --> &url.zend;
&faqurl.zend.articles;           --> &url.zend.articles;
&faqurl.zend.new;                --> &url.zend.new;
&faqurl.php.bugs;                --> &url.php.bugs;
&faqurl.file.readmewin;          --> &url.file.readmewin;
&faqurl.instantasp;              --> &url.instantasp;
&faqurl.halcyon;                 --> &url.halcyon;
&faqurl.chilisoft.asp            --> &url.chilisoft.asp;
&faqurl.chilisoft;               --> &url.chilisoft;
&faqurl.openasp;                 --> &url.openasp;
&faqurl.asp2php;                 --> &url.asp2php;
&faqurl.coldfusion.summary;      --> &url.coldfusion.summary;
&faqurl.php.support;             --> &url.php.support;
&faqmail.ml.general.subscribe;   --> &url.ml.general.subscribe;
&faqmail.ml.general.unsubscribe; --> &url.ml.general.unsubscribe;
&faqurl.php.news;                --> &url.php.news;
&faqurl.php.newsweb;             --> &url.php.newsweb;
&faqurl.smart.questions;         --> &url.smart.questions;
&faqurl.popup;                   --> &url.popup;
&faqurl.bz2;                     --> &url.bzip2;
&faqurl.stuffit;                 --> &url.stuffit;
&faqurl.ultimatezip;             --> &url.ultimatezip;
&faqurl.7zip;                    --> &url.7zip;
&faqurl.quickzip;                --> &url.quickzip;
&faqurl.winrar;                  --> &url.winrar;
&faqurl.powerarchiver;           --> &url.powerarchiver;
&faqurl.wincmd;                  --> &url.wincmd;
&faqurl.winzip;                  --> &url.winzip;
&faqurl.php;                     --> &url.php;
&faqurl.php.cvs;                 --> &url.php.anoncvs;
&faqurl.php.download;            --> &url.php.downloads;
&faqurl.ldap;                    --> &url.ldap.openldap.source;
&faqurl.ldap.mt;                 --> &url.ldap.mt;
&faqurl.ldap.netscape;           --> &url.ldap.netscape.sdk;
&faqurl.sleepycat;               --> &url.sleepycat;
&faqurl.snmp;                    --> &url.ucd-snmp;
&faqurl.gd;                      --> &url.gd;
&faqurl.msql.win;                --> &url.msql;
&faqurl.msql.unix;               --> &url.msql;
&faqurl.pgsql;                   --> &url.pgsql;
&faqurl.imap;                    --> &url.imap;
&faqurl.sybase;                  --> &url.sybase.ctlib;
&faqurl.freetype;                --> &url.freetype;
&faqurl.zlib;                    --> &url.zlib;
&faqurl.expat;                   --> &url.expat;
&faqurl.pdflib;                  --> &url.pdf;
&faqurl.mcrypt;                  --> &url.mcrypt;
&faqurl.mhash;                   --> &url.mhash;
&faqurl.t1lib;                   --> &url.t1lib;
&faqurl.dmalloc;                 --> &url.dmalloc;
&faqurl.aspell;                  --> &url.aspell;
&faqurl.readline;                --> &url.readline;
&faqurl.browscap;                --> &url.browscap.download;
&faqurl.iis;                     --> &url.iis;
&faqurl.w3.validator;            --> &url.w3.validator;
-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to