From: [EMAIL PROTECTED]
Operating system: Irrelevant
PHP version: Irrelevant
PHP Bug Type: Documentation problem
Bug description: Update for global entities and PHP history (patch included)
Description:
------------
The following diff changes the global entities that refer to PEAR packages
so that they conform to PEAR's new URL scheme. (The old links will work as
well, but it's cleaner that way.) Additionally it adds links to PEAR, PHP
QA and PHP-GTK in the PHP history. I have phpdoc karma myself, but I'm not
sure if the history patch conforms with what you expect.
? en/reference/cybermut/functions.xml
? en/reference/monetra/functions.xml
Index: en/appendices/history.xml
===================================================================
RCS file: /repository/phpdoc/en/appendices/history.xml,v
retrieving revision 1.21
diff -u -r1.21 history.xml
--- en/appendices/history.xml 16 Jul 2003 18:30:49 -0000 1.21
+++ en/appendices/history.xml 19 Oct 2003 21:07:47 -0000
@@ -168,11 +168,11 @@
<sect2 id="history.pear">
<title>PEAR</title>
<para>
- PEAR, the PHP Extension and Application Repository (originally,
- PHP Extension and Add-on Repository) is PHP's version of
- foundation classes, and may grow in the future to be one
- of the key ways to distribute both PHP and C-based PHP
- extensions among developers.
+ <ulink url="&url.php.pear;">PEAR</ulink>, the PHP Extension and
+ Application Repository (originally, PHP Extension and Add-on
+ Repository) is PHP's version of foundation classes, and may grow in
+ the future to be one of the key ways to distribute both PHP and
+ C-based PHP extensions among developers.
</para>
<para>
PEAR was born in discussions held in the PHP Developers'
@@ -189,15 +189,19 @@
for database access, content caching, mathematical
calculations, eCommerce and much more.
</para>
+ <para>
+ More information about PEAR can be found in <ulink
+ url="&url.php.pear.manual;">the manual</ulink>.
+ </para>
</sect2>
<sect2 id="history.phpqa">
<title>PHP Quality Assurance Initiative</title>
<para>
- The PHP Quality Assurance Initiative was set up in the
- summer of 2000 in response to criticism that PHP releases
- were not being tested well enough for production
- environments. The team now consists of a core group of
+ The <ulink url="&url.php.prerelease;">PHP Quality Assurance
+ Initiative</ulink> was set up in the summer of 2000 in response to
+ criticism that PHP releases were not being tested well enough for
+ production environments. The team now consists of a core group of
developers with a good understanding of the PHP code
base. These developers spend a lot of their time
localizing and fixing bugs within PHP. In addition
@@ -210,9 +214,9 @@
<sect2 id="history.phpgtk">
<title>PHP-GTK</title>
<para>
- PHP-GTK is the PHP solution for writing client side
- GUI applications. Andrei Zmievski remembers the planing
- and creation process of PHP-GTK:
+ <ulink url="&url.php.gtk;">PHP-GTK</ulink> is the PHP solution for
+ writing client side GUI applications. Andrei Zmievski remembers the
+ planing and creation process of PHP-GTK:
</para>
<blockquote>
<para>
Index: entities/global.ent
===================================================================
RCS file: /repository/phpdoc/entities/global.ent,v
retrieving revision 1.133
diff -u -r1.133 global.ent
--- entities/global.ent 14 Oct 2003 05:12:44 -0000 1.133
+++ entities/global.ent 19 Oct 2003 21:07:55 -0000
@@ -66,7 +66,7 @@
<!ENTITY url.echo-print
"http://www.faqts.com/knowledge_base/view.phtml/aid/1/fid/40">
<!ENTITY url.emacs-src "ftp://ftp.gnu.org/pub/gnu/emacs/">
<!ENTITY url.emacs-nt "http://www.gnu.org/software/emacs/windows/">
-<!ENTITY url.email.mime.pear "http://pear.php.net/Mail_Mime">
+<!ENTITY url.email.mime.pear "http://pear.php.net/package/Mail_Mime">
<!ENTITY url.email.mime.zend
"http://www.zend.com/zend/spotlight/sendmimeemailpart1.php">
<!ENTITY url.email.book
"http://www.oreilly.com/catalog/progintemail/noframes.html">
<!ENTITY url.example "www.example.com">
@@ -187,7 +187,7 @@
<!ENTITY url.pdf.phppdflib "http://www.potentialtech.com/ppl.php">
<!ENTITY url.pdf.ros "http://www.ros.co.nz/pdf/">
<!ENTITY url.pdflib.merz "http://www.pdflib.com/corporate/tm.html">
-<!ENTITY url.pear.net-dns "http://pear.php.net/Net_DNS">
+<!ENTITY url.pear.net-dns "http://pear.php.net/package/Net_DNS">
<!ENTITY url.pecl.get.win "http://snaps.php.net/win32/PECL_STABLE/">
<!ENTITY url.pfpro
"http://www.verisign.com/products/payflow/pro/index.html">
<!ENTITY url.pfpro.download "https://manager.verisign.com/">
@@ -215,6 +215,7 @@
<!ENTITY url.php.museum "http://museum.php.net/">
<!ENTITY url.php.news "news://news.php.net/">
<!ENTITY url.php.newsweb "http://news.php.net/">
+<!ENTITY url.php.pear.manual "http://pear.php.net/manual/">
<!ENTITY url.php.pear "http://pear.php.net/">
<!ENTITY url.php.prerelease "http://qa.php.net/">
<!ENTITY url.php.release1.0.0
"http://groups.google.com/[EMAIL PROTECTED]">
--
Edit bug report at http://bugs.php.net/?id=25913&edit=1
--
Try a CVS snapshot (php4): http://bugs.php.net/fix.php?id=25913&r=trysnapshot4
Try a CVS snapshot (php5): http://bugs.php.net/fix.php?id=25913&r=trysnapshot5
Fixed in CVS: http://bugs.php.net/fix.php?id=25913&r=fixedcvs
Fixed in release: http://bugs.php.net/fix.php?id=25913&r=alreadyfixed
Need backtrace: http://bugs.php.net/fix.php?id=25913&r=needtrace
Try newer version: http://bugs.php.net/fix.php?id=25913&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=25913&r=support
Expected behavior: http://bugs.php.net/fix.php?id=25913&r=notwrong
Not enough info: http://bugs.php.net/fix.php?id=25913&r=notenoughinfo
Submitted twice: http://bugs.php.net/fix.php?id=25913&r=submittedtwice
register_globals: http://bugs.php.net/fix.php?id=25913&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=25913&r=php3
Daylight Savings: http://bugs.php.net/fix.php?id=25913&r=dst
IIS Stability: http://bugs.php.net/fix.php?id=25913&r=isapi
Install GNU Sed: http://bugs.php.net/fix.php?id=25913&r=gnused
Floating point limitations: http://bugs.php.net/fix.php?id=25913&r=float