mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
it's a colon, not semi-colon, on non-windows
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@149185 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
6af4edee08
commit
86b24a8ed2
1 changed files with 3 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue