kennyt Mon Jan 19 01:11:20 2004 EDT
Modified files:
/phpdoc/en/features safe-mode.xml
Log:
it's a colon, not semi-colon, on non-windows
Index: phpdoc/en/features/safe-mode.xml
diff -u phpdoc/en/features/safe-mode.xml:1.48 phpdoc/en/features/safe-mode.xml:1.49
--- phpdoc/en/features/safe-mode.xml:1.48 Sat Dec 27 15:38:24 2003
+++ phpdoc/en/features/safe-mode.xml Mon Jan 19 01:11:19 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.48 $ -->
+<!-- $Revision: 1.49 $ -->
<chapter id="features.safe-mode">
<title>Safe Mode</title>
@@ -123,8 +123,8 @@
or full path must including).
</para>
<simpara>
- As of PHP 4.2.0, this directive can take a semi-colon separated
- path in a similar fashion to the
+ As of PHP 4.2.0, this directive can take a colon (semi-colon on
+ Windows) separated path in a fashion similar to the
<link linkend="ini.include-path">include_path</link> directive,
rather than just a single directory.
</simpara>