vrana Mon Apr 11 04:33:05 2005 EDT
Modified files: /phpdoc/howto working.xml Log: Build logs are no longer available (see bug #31450) http://cvs.php.net/diff.php/phpdoc/howto/working.xml?r1=1.52&r2=1.53&ty=u Index: phpdoc/howto/working.xml diff -u phpdoc/howto/working.xml:1.52 phpdoc/howto/working.xml:1.53 --- phpdoc/howto/working.xml:1.52 Mon Apr 4 14:19:33 2005 +++ phpdoc/howto/working.xml Mon Apr 11 04:33:02 2005 @@ -494,7 +494,7 @@ <title>A function skeleton (<filename>func-name.xml</filename>)</title> <programlisting role="xml"> <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.52 $ --> +<!-- $Revision: 1.53 $ --> <refentry id="function.func-name"> <refnamediv> <refname>func_name</refname> @@ -653,7 +653,7 @@ <title>A <filename>reference.xml</filename> skeleton</title> <programlisting role="xml"> <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.52 $ --> +<!-- $Revision: 1.53 $ --> <reference id="ref.extname"> <title>Extname &Functions;</title> <titleabbrev>Extname</titleabbrev> @@ -720,7 +720,7 @@ <title>A <filename>configure.xml</filename> skeleton</title> <programlisting role="xml"> <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.52 $ --> +<!-- $Revision: 1.53 $ --> <section id="extname.installation"> &reftitle.install; <para> @@ -761,7 +761,7 @@ <title>A <filename>constants.xml</filename> skeleton</title> <programlisting role="xml"> <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.52 $ --> +<!-- $Revision: 1.53 $ --> <section id="extname.constants"> &reftitle.constants; &extension.constants; @@ -811,7 +811,7 @@ <title>A <filename>ini.xml</filename> skeleton</title> <programlisting role="xml"> <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.52 $ --> +<!-- $Revision: 1.53 $ --> <section id="extname.configuration"> &reftitle.runtime; &extension.runtime; @@ -1073,32 +1073,6 @@ error. </simpara> </listitem> - <listitem> - <simpara> - If your manual is online at the PHP mirror - sites, you can check out the building log - of the several downloadable formats and - online manuals by downloading the - <filename>build.log.gz</filename> file of your - language. For the German translation, this file is: - <ulink url="&url.buildlog.de;">&url.buildlog.de;</ulink>. - Substitute "de" with your own language code to - see the information about your manual. This file - provides you with information about the build times, - and errors (if there were any). If the manual is - not updated online, it is a good idea to look - into this file and see what the error was. - </simpara> - <simpara> - Note, that some browsers like MSIE may - uncompress the gz file on the fly and show - the log file in the browser window as text. - This also means, that if you download this gz - file with MSIE, the downloaded file name will - still hold the gz extension, while it will be - a simple text log file. - </simpara> - </listitem> </itemizedlist> </para> </sect1>