Should I commit the patch to fix this whilst the freeze is on? Does it apply to EVERYTHING?
Typo: ENITTY => ENTITY $ cvs diff global.ent Index: global.ent =================================================================== RCS file: /repository/phpdoc/entities/global.ent,v retrieving revision 1.301 diff -u -r1.301 global.ent --- global.ent 21 Jun 2007 04:17:51 -0000 1.301 +++ global.ent 21 Jun 2007 10:07:57 -0000 @@ -370,7 +370,7 @@ <!ENTITY url.svn.manual.list "http://svnbook.red-bean.com/en/1.2/svn.ref.svn.c.list.html"> <!ENTITY url.svn.manual.status "http://svnbook.red-bean.com/en/1.2/svn.ref.svn.c.status.html"> <!ENTITY url.svn.manual.update "http://svnbook.red-bean.com/en/1.2/svn.ref.svn.c.update.html"> -<!ENITTY url.svn.manual.externaldifftools "http://svnbook.red-bean.com/en/1.2/svn.advanced.externaldifftools.html" > +<!ENTITY url.svn.manual.externaldifftools "http://svnbook.red-bean.com/en/1.2/svn.advanced.externaldifftools.html" > <!ENTITY url.swf "ftp://ftp.sgi.com/sgi/graphics/grafica/flash/"> <!ENTITY url.sybase "http://www.sybase.com/"> <!ENTITY url.sybase.ctlib "http://www.php.net/extra/ctlib-linux-elf.tar.gz"> > -----Original Message----- > From: Edward Z. Yang [mailto:[EMAIL PROTECTED] > Sent: 21 June 2007 05:18 > To: [email protected] > Subject: [PHP-DOC] cvs: phpdoc /en language-snippets.ent > /entities global.ent > > ezyang Thu Jun 21 04:17:52 2007 UTC > > Modified files: > /phpdoc/en language-snippets.ent > /phpdoc/entities global.ent > Log: > Update entity files in preparation for commit of Subversion docs. > > http://cvs.php.net/viewvc.cgi/phpdoc/en/language-snippets.ent? > r1=1.203&r2=1.204&diff_format=u > Index: phpdoc/en/language-snippets.ent > diff -u phpdoc/en/language-snippets.ent:1.203 > phpdoc/en/language-snippets.ent:1.204 > --- phpdoc/en/language-snippets.ent:1.203 Wed Jun 20 22:24:10 2007 > +++ phpdoc/en/language-snippets.ent Thu Jun 21 04:17:51 2007 > @@ -1,4 +1,4 @@ > -<!-- $Revision: 1.203 $ --> > +<!-- $Revision: 1.204 $ --> > <!-- Keep 'em sorted --> > > > @@ -807,10 +807,14 @@ > xmlwriter</parameter></term><listitem><para>Only for > procedural calls. > The XMLWriter <type>resource</type> that is being modified. > This resource comes from a call to > <function>xmlwriter_open_uri</function> or > <function>xmlwriter_open_memory</function>.</para></listitem>< > /varlistentry>'> > > +<!-- SVN notes --> > +<!ENTITY svn.relativepath "<note><simpara>Relative paths will be > +resolved as if the current working directory was the one > that contains > +the PHP binary. To use the calling script's working directory, use > +<function>realpath</function> or > dirname(__FILE__).</simpara></note>"> > +<!ENTITY svn.referto.status 'Refer to <link > +linkend="svn.constants#svn.constants.status">status constants</link> > +for possible values.'> <!ENTITY svn.referto.type 'Refer to <link > +linkend="svn.constants#svn.constants.type">type constants</link> for > +possible values.'> > + > <!-- Imagick generic return types --> > <!ENTITY imagick.return.success 'Returns &true; on > success.'> <!ENTITY imagick.imagick.throws 'Throws > ImagickException on error.'> <!ENTITY > imagick.imagickdraw.throws 'Throws ImagickDrawException on > error.'> <!ENTITY imagick.imagickpixel.throws 'Throws > ImagickPixelException on error.'> <!ENTITY > imagick.imagickpixeliterator.throws 'Throws > ImagickPixelIteratorException on error.'> > - > http://cvs.php.net/viewvc.cgi/phpdoc/entities/global.ent?r1=1. > 300&r2=1.301&diff_format=u > Index: phpdoc/entities/global.ent > diff -u phpdoc/entities/global.ent:1.300 > phpdoc/entities/global.ent:1.301 > --- phpdoc/entities/global.ent:1.300 Thu Jun 21 00:30:22 2007 > +++ phpdoc/entities/global.ent Thu Jun 21 04:17:51 2007 > @@ -1,6 +1,6 @@ > <!-- -*- SGML -*- > > - $Id: global.ent,v 1.300 2007/06/21 00:30:22 gwynne Exp $ > + $Id: global.ent,v 1.301 2007/06/21 04:17:51 ezyang Exp $ > > Contains global "macros" for all the XML documents. > > @@ -358,6 +358,19 @@ > <!ENTITY url.strftime.win32 > "http://msdn.microsoft.com/library/default.asp?url=/library/en > -us/vclib/html/_crt_strftime.2c_.wcsftime.asp"> > <!ENTITY url.strnatcmp "http://sourcefrog.net/projects/natsort/"> > <!ENTITY url.sun.freeware "http://www.sunfreeware.com/"> > +<!ENTITY url.svn "http://subversion.tigris.org/"> > +<!ENTITY url.svn.manual.add > "http://svnbook.red-bean.com/en/1.2/svn.ref.svn.c.add.html"> > +<!ENTITY url.svn.manual.cat > "http://svnbook.red-bean.com/en/1.2/svn.ref.svn.c.cat.html"> > +<!ENTITY url.svn.manual.checkout > +"http://svnbook.red-bean.com/en/1.2/svn.ref.svn.c.checkout.html"> > +<!ENTITY url.svn.manual.cleanup > "http://svnbook.red-bean.com/en/1.2/svn.ref.svn.c.cleanup.html"> > +<!ENTITY url.svn.manual.commit > "http://svnbook.red-bean.com/en/1.2/svn.ref.svn.c.commit.html"> > +<!ENTITY url.svn.manual.diff > "http://svnbook.red-bean.com/en/1.2/svn.ref.svn.c.diff.html"> > +<!ENTITY url.svn.manual.import > "http://svnbook.red-bean.com/en/1.2/svn.ref.svn.c.import.html"> > +<!ENTITY url.svn.manual.log > "http://svnbook.red-bean.com/en/1.2/svn.ref.svn.c.log.html"> > +<!ENTITY url.svn.manual.list > "http://svnbook.red-bean.com/en/1.2/svn.ref.svn.c.list.html"> > +<!ENTITY url.svn.manual.status > "http://svnbook.red-bean.com/en/1.2/svn.ref.svn.c.status.html"> > +<!ENTITY url.svn.manual.update > "http://svnbook.red-bean.com/en/1.2/svn.ref.svn.c.update.html"> > +<!ENITTY url.svn.manual.externaldifftools > +"http://svnbook.red-bean.com/en/1.2/svn.advanced.externaldiff > tools.html > +"> > <!ENTITY url.swf "ftp://ftp.sgi.com/sgi/graphics/grafica/flash/"> > <!ENTITY url.sybase "http://www.sybase.com/"> <!ENTITY > url.sybase.ctlib "http://www.php.net/extra/ctlib-linux-elf.tar.gz"> >
