nlopess Mon Jul 26 07:39:15 2004 EDT
Modified files:
/phpdoc/entities global.ent
/phpdoc/en/faq migration5.xml
/phpdoc/en/reference/xslt/functions xslt-set-sax-handlers.xml
Log:
fix build
http://cvs.php.net/diff.php/phpdoc/entities/global.ent?r1=1.191&r2=1.192&ty=u
Index: phpdoc/entities/global.ent
diff -u phpdoc/entities/global.ent:1.191 phpdoc/entities/global.ent:1.192
--- phpdoc/entities/global.ent:1.191 Sun Jul 25 13:01:05 2004
+++ phpdoc/entities/global.ent Mon Jul 26 07:39:14 2004
@@ -1,6 +1,6 @@
<!-- -*- SGML -*-
- $Id: global.ent,v 1.191 2004/07/25 17:01:05 vrana Exp $
+ $Id: global.ent,v 1.192 2004/07/26 11:39:14 nlopess Exp $
Contains global "macros" for all the XML documents.
@@ -262,7 +262,7 @@
<!ENTITY url.redhat "http://www.redhat.com/">
<!ENTITY url.redhat.support "http://redhat.com/docs/manuals/ccvs/">
<!ENTITY url.redhat.mcve "http://www.mcve.com/">
-<!ENTITY url.regex.man "http://www.tin.org/bin/man.cgi?section=7&topic=regex">
+<!ENTITY url.regex.man "http://www.tin.org/bin/man.cgi?section=7&topic=regex">
<!-- linking to specific rfcs is done like so: &url.rfc;xxxx so for example
&url.rfc;2042 -->
<!ENTITY url.rfc 'http://www.faqs.org/rfcs/rfc'>
<!ENTITY url.iana.system-names
'http://www.iana.org/assignments/operating-system-names'>
http://cvs.php.net/diff.php/phpdoc/en/faq/migration5.xml?r1=1.1&r2=1.2&ty=u
Index: phpdoc/en/faq/migration5.xml
diff -u phpdoc/en/faq/migration5.xml:1.1 phpdoc/en/faq/migration5.xml:1.2
--- phpdoc/en/faq/migration5.xml:1.1 Mon Jul 19 01:07:10 2004
+++ phpdoc/en/faq/migration5.xml Mon Jul 26 07:39:15 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
<chapter id="faq.migration5">
<title>Migrating from PHP 4 to PHP 5</title>
<titleabbrev>Migrating from PHP 4 to PHP 5</titleabbrev>
@@ -9,7 +9,7 @@
</para>
<qandaset>
- <qandaentry id="faq.migration4.php45">
+ <qandaentry id="faq.migration5.php45">
<question>
<para>
Migrating from PHP 4 to PHP 5
http://cvs.php.net/diff.php/phpdoc/en/reference/xslt/functions/xslt-set-sax-handlers.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/en/reference/xslt/functions/xslt-set-sax-handlers.xml
diff -u phpdoc/en/reference/xslt/functions/xslt-set-sax-handlers.xml:1.4
phpdoc/en/reference/xslt/functions/xslt-set-sax-handlers.xml:1.5
--- phpdoc/en/reference/xslt/functions/xslt-set-sax-handlers.xml:1.4 Sat Jul 24
13:55:38 2004
+++ phpdoc/en/reference/xslt/functions/xslt-set-sax-handlers.xml Mon Jul 26
07:39:15 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<!-- splitted from ./en/functions/xslt.xml, last change in rev 1.29 -->
<refentry id='function.xslt-set-sax-handlers'>
<refnamediv>
@@ -239,7 +239,7 @@
<para>
Every values of the <parameter>handlers</parameter> array is either a
string containing the function name, or an array in the following format:
- <command>array(&$obj, "method")</command>.
+ <command>array(&$obj, "method")</command>.
</para>
<para>
<example>