php-doc-en/reference/dir/functions
Christoph Michael Becker 27ca68ce99 Fix : Warn about different behavior of chdir() under ZTS
In response to Bug  (https://bugs.php.net/bug.php?id=79439), where a user
reported the (correct, but surprising) behavior of `chdir` as a bug.

Also warn that with ZTS, return value of getcwd() may differ from OS cwd,
and warn that chroot() is not available on ZTS builds.

Patch provided by Alex Dowad.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350045 c90b9560-bf6c-de11-be94-00142212c4b1
2020-06-18 08:15:11 +00:00
..
chdir.xml Fix : Warn about different behavior of chdir() under ZTS 2020-06-18 08:15:11 +00:00
chroot.xml Fix : Warn about different behavior of chdir() under ZTS 2020-06-18 08:15:11 +00:00
closedir.xml
dir.xml dir is a function creating an instance of Directory class 2012-01-07 23:06:29 +00:00
getcwd.xml Fix : Warn about different behavior of chdir() under ZTS 2020-06-18 08:15:11 +00:00
opendir.xml Fix Doc Bug by removing mentions of @ operator and moving E_WARNING info into Error/Exception section. 2019-06-08 15:41:06 +00:00
readdir.xml Clarified that readdir will return all entries in a directory, not just the files. Updated examples to reflect that. Closes bug . 2011-12-04 23:34:54 +00:00
rewinddir.xml Document rewinddir return value (bug ) 2018-01-26 09:25:14 +00:00
scandir.xml Remove PHP 4 alternatives example 2017-02-22 19:23:02 +00:00