diff --git a/functions/filesystem.xml b/functions/filesystem.xml
index 06c497360d..6e57bde2f3 100644
--- a/functions/filesystem.xml
+++ b/functions/filesystem.xml
@@ -61,13 +61,15 @@ $file = basename($path); // $file is set to "index.php3"
Returns true on success; otherwise returns false.
-
- On Windows, does nothing and returns true.
-
See also chown and
chmod.
+
+
+ This function does not work on Windows systems
+
+
@@ -106,6 +108,11 @@ chmod( "/somedir/somefile", 0755 ); // octal; correct value of mode
See also chown and
chgrp.
+
+
+ This function does not work on Windows systems
+
+
@@ -136,6 +143,11 @@ chmod( "/somedir/somefile", 0755 ); // octal; correct value of mode
See also chown and
chmod.
+
+
+ This function does not work on Windows systems
+
+
@@ -691,6 +703,11 @@ $fcontents = join( '', file( 'http://www.php.net' ) );
The results of this function are cached. See
clearstatcache for more details.
+
+
+ This function does not work on Windows systems
+
+
@@ -712,6 +729,11 @@ $fcontents = join( '', file( 'http://www.php.net' ) );
The results of this function are cached. See
clearstatcache for more details.
+
+
+ This function does not work on Windows systems
+
+
@@ -757,6 +779,11 @@ $fcontents = join( '', file( 'http://www.php.net' ) );
The results of this function are cached. See
clearstatcache for more details.
+
+
+ This function does not work on Windows systems
+
+
@@ -1370,6 +1397,11 @@ fclose ($fd);
See also is_dir and
is_file.
+
+
+ This function does not work on Windows systems
+
+
@@ -1454,6 +1486,11 @@ fclose ($fd);
and readlink along with
linkinfo.
+
+
+ This function does not work on Windows systems
+
+
@@ -1480,6 +1517,11 @@ fclose ($fd);
See also symlink, link,
and readlink.
+
+
+ This function does not work on Windows systems
+
+
@@ -1665,6 +1707,11 @@ $fp = popen ("/bin/ls", "r");
readlink and
linkinfo.
+
+
+ This function does not work on Windows systems
+
+
@@ -1849,6 +1896,11 @@ $fp = popen ("/bin/ls", "r");
and readlink along with
linkinfo.
+
+
+ This function does not work on Windows systems
+
+
@@ -1971,6 +2023,11 @@ if ( touch($FileName) ) {
See also rmdir for removing directories.
+
+
+ This function may not work on Windows systems.
+
+
diff --git a/functions/info.xml b/functions/info.xml
index a0c8bd1064..10946f2272 100644
--- a/functions/info.xml
+++ b/functions/info.xml
@@ -392,6 +392,11 @@ echo "Last modified: ".date( "F d Y H:i:s.", getlastmod() );
getmypid, and
getlastmod.
+
+
+ This function is not supported on Windows systems.
+
+
diff --git a/functions/misc.xml b/functions/misc.xml
index 27fd1a7a75..ba78e25438 100644
--- a/functions/misc.xml
+++ b/functions/misc.xml
@@ -1062,6 +1062,11 @@ if (!odbc_execute ($stmt, &$sqldata) || !odbc_fetch_into ($stmt, &$tmp)) {
See also sleep.
+
+
+ This function does not work on Windows systems
+
+
diff --git a/functions/session.xml b/functions/session.xml
index 40b5bb5e77..523190cee7 100644
--- a/functions/session.xml
+++ b/functions/session.xml
@@ -371,6 +371,7 @@ close
$previous_name = session_name ("WebsiteID");
echo "The previous session name was $previous_name<p>";
+?>