Date: 09/05/00
- Next message: Rafael Martinez: "[PHP-DOC] cvs: phpdoc /es/chapters intro.xml"
- Previous message: James Moore: "[PHP-DOC] RE: [PHP-DEV] PHP File Upload Security Hole - Still No Fix?"
- Next in thread: Ron Chmara: "[PHP-DOC] cvs: phpdoc /en/features file-upload.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
stas Tue Sep 5 06:13:22 2000 EDT
Modified files:
/phpdoc/en/features file-upload.xml
Log:
Simpara doesn't like block elements inside
Index: phpdoc/en/features/file-upload.xml
diff -u phpdoc/en/features/file-upload.xml:1.9 phpdoc/en/features/file-upload.xml:1.10
--- phpdoc/en/features/file-upload.xml:1.9 Mon Sep 4 19:17:38 2000
+++ phpdoc/en/features/file-upload.xml Tue Sep 5 06:13:22 2000
@@ -69,7 +69,7 @@
form. In the above upload form example, we chose to call it
"userfile".
</para>
- <simpara>
+ <para>
Files will by default be stored in the server's default temporary
directory. This can be changed by setting the environment variable
<envar>TMPDIR</envar> in the environment in which PHP runs. Setting
@@ -92,7 +92,7 @@
?>
</programlisting>
</example>
- </simpara>
+ </para>
<simpara>
The PHP script which receives the uploaded file should implement
whatever logic is necessary for determining what should be done
- Next message: Rafael Martinez: "[PHP-DOC] cvs: phpdoc /es/chapters intro.xml"
- Previous message: James Moore: "[PHP-DOC] RE: [PHP-DEV] PHP File Upload Security Hole - Still No Fix?"
- Next in thread: Ron Chmara: "[PHP-DOC] cvs: phpdoc /en/features file-upload.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

