nlopess Thu Feb 19 11:06:56 2004 EDT
Modified files:
/phpdoc/en language-snippets.ent
/phpdoc/en/appendices migration5.xml wrappers.xml
/phpdoc/en/reference/filesystem/functions file-get-contents.xml
file.xml fopen.xml
Log:
fix #23220
http://cvs.php.net/diff.php/phpdoc/en/language-snippets.ent?r1=1.76&r2=1.77&ty=u
Index: phpdoc/en/language-snippets.ent
diff -u phpdoc/en/language-snippets.ent:1.76 phpdoc/en/language-snippets.ent:1.77
--- phpdoc/en/language-snippets.ent:1.76 Tue Feb 17 21:51:08 2004
+++ phpdoc/en/language-snippets.ent Thu Feb 19 11:06:55 2004
@@ -1,4 +1,4 @@
-<!-- $Revision: 1.76 $ -->
+<!-- $Revision: 1.77 $ -->
<!ENTITY warn.experimental '<warning><simpara>This extension is
<emphasis>EXPERIMENTAL</emphasis>. The behaviour of this extension --
@@ -22,6 +22,11 @@
<link linkend="ini.allow-url-fopen">allow_url_fopen</link> is enabled.
</para></warning>'>
+<!ENTITY warn.ssl-non-standard '<warning><para>Some non-standard compliant
+webservers, such as IIS, send data in a way that causes PHP to raise warnings.
+When working with such servers you should lower your <link
linkend="ini.error-reporting">
+error_reporting</link> level not to include warnings.</para></warning>'>
+
<!ENTITY note.no-remote '<note><simpara>This function will not work on
<link linkend="features.remote-files">remote files</link> as the file to
be examined must be accessible via the servers filesystem.</simpara></note>'>
http://cvs.php.net/diff.php/phpdoc/en/appendices/migration5.xml?r1=1.7&r2=1.8&ty=u
Index: phpdoc/en/appendices/migration5.xml
diff -u phpdoc/en/appendices/migration5.xml:1.7 phpdoc/en/appendices/migration5.xml:1.8
--- phpdoc/en/appendices/migration5.xml:1.7 Wed Feb 11 14:00:31 2004
+++ phpdoc/en/appendices/migration5.xml Thu Feb 19 11:06:55 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
<appendix id="migration5">
<title>Migrating from PHP 4 to PHP 5</title>
@@ -181,6 +181,10 @@
that were affected by the previous query
</simpara></listitem>
<listitem><simpara>
+ <function>ibase_backup</function> - Initiates a backup task in the
+ service manager and returns immediately
+ </simpara></listitem>
+ <listitem><simpara>
<function>ibase_commit_ret</function> - Commit a transaction without
closing it
</simpara></listitem>
@@ -210,6 +214,16 @@
parameter in a prepared query
</simpara></listitem>
<listitem><simpara>
+ <function>ibase_restore</function> - Initiates a restore task in the
+ service manager and returns immediately
+ </simpara></listitem>
+ <listitem><simpara>
+ <function>ibase_service_attach</function> - Connect to the service manager
+ </simpara></listitem>
+ <listitem><simpara>
+ <function>ibase_service_detach</function> - Disconnect from the service manager
+ </simpara></listitem>
+ <listitem><simpara>
<function>ibase_set_event_handler</function> - Register a callback
function to be called when events are posted
</simpara></listitem>
http://cvs.php.net/diff.php/phpdoc/en/appendices/wrappers.xml?r1=1.35&r2=1.36&ty=u
Index: phpdoc/en/appendices/wrappers.xml
diff -u phpdoc/en/appendices/wrappers.xml:1.35 phpdoc/en/appendices/wrappers.xml:1.36
--- phpdoc/en/appendices/wrappers.xml:1.35 Thu Jan 29 19:28:56 2004
+++ phpdoc/en/appendices/wrappers.xml Thu Feb 19 11:06:55 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.35 $ -->
+<!-- $Revision: 1.36 $ -->
<appendix id="wrappers">
<title>List of Supported Protocols/Wrappers</title>
<para>
@@ -113,6 +113,7 @@
your ini file or the stream context, it will also be included
in the request.
</simpara>
+ &warn.ssl-non-standard;
<simpara>
Redirects have been supported since PHP 4.0.5; if you are using
an earlier version you will need to include trailing slashes in
http://cvs.php.net/diff.php/phpdoc/en/reference/filesystem/functions/file-get-contents.xml?r1=1.12&r2=1.13&ty=u
Index: phpdoc/en/reference/filesystem/functions/file-get-contents.xml
diff -u phpdoc/en/reference/filesystem/functions/file-get-contents.xml:1.12
phpdoc/en/reference/filesystem/functions/file-get-contents.xml:1.13
--- phpdoc/en/reference/filesystem/functions/file-get-contents.xml:1.12 Fri Jan 16
14:29:09 2004
+++ phpdoc/en/reference/filesystem/functions/file-get-contents.xml Thu Feb 19
11:06:56 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.12 $ -->
+<!-- $Revision: 1.13 $ -->
<!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.130 -->
<refentry id="function.file-get-contents">
<refnamediv>
@@ -31,6 +31,7 @@
Context support was added with <literal>PHP 5.0.0</literal>.
</simpara>
</note>
+ &warn.ssl-non-standard;
<simpara>
See also: <function>fgets</function>, <function>file</function>,
<function>fread</function>, <function>include</function>,
http://cvs.php.net/diff.php/phpdoc/en/reference/filesystem/functions/file.xml?r1=1.14&r2=1.15&ty=u
Index: phpdoc/en/reference/filesystem/functions/file.xml
diff -u phpdoc/en/reference/filesystem/functions/file.xml:1.14
phpdoc/en/reference/filesystem/functions/file.xml:1.15
--- phpdoc/en/reference/filesystem/functions/file.xml:1.14 Fri Jan 9 11:54:16
2004
+++ phpdoc/en/reference/filesystem/functions/file.xml Thu Feb 19 11:06:56 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.14 $ -->
+<!-- $Revision: 1.15 $ -->
<!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.2 -->
<refentry id="function.file">
<refnamediv>
@@ -70,6 +70,7 @@
Context support was added with <literal>PHP 5.0.0</literal>.
</simpara>
</note>
+ &warn.ssl-non-standard;
<para>
See also <function>readfile</function>,
<function>fopen</function>, <function>fsockopen</function>,
http://cvs.php.net/diff.php/phpdoc/en/reference/filesystem/functions/fopen.xml?r1=1.21&r2=1.22&ty=u
Index: phpdoc/en/reference/filesystem/functions/fopen.xml
diff -u phpdoc/en/reference/filesystem/functions/fopen.xml:1.21
phpdoc/en/reference/filesystem/functions/fopen.xml:1.22
--- phpdoc/en/reference/filesystem/functions/fopen.xml:1.21 Tue Jan 6 09:35:44
2004
+++ phpdoc/en/reference/filesystem/functions/fopen.xml Thu Feb 19 11:06:56 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.21 $ -->
+<!-- $Revision: 1.22 $ -->
<!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.2 -->
<refentry id="function.fopen">
<refnamediv>
@@ -250,6 +250,7 @@
</programlisting>
</informalexample>
</para>
+ &warn.ssl-non-standard;
¬e.sm.uidcheck.dir;
<simpara>
See also <xref linkend="wrappers"/>,