diff options
author | Ilia Alshanetsky <iliaa@php.net> | 2002-11-15 16:34:16 +0000 |
---|---|---|
committer | Ilia Alshanetsky <iliaa@php.net> | 2002-11-15 16:34:16 +0000 |
commit | 8193641d2d52c73ede1c0c389372d6087b7d06be (patch) | |
tree | f03b91fd39e96c14e05e5411ee3560dd4291a039 /ext/mysql/php_mysql.c | |
parent | 7ba0d505af76021881d9f54526755627c066ffd4 (diff) | |
download | php-git-8193641d2d52c73ede1c0c389372d6087b7d06be.tar.gz |
With ZTS on, we need to resolve the full paths before making symlinks.
If a chdir() call occurs before the symlink operation, the symlink is
created in the current directory rather then directory we've chdired to
because in ZTS we don't actually chdir but store the new path internally.
For an example of this problem consider the ext/standard/tests/file/001.phpt
test under ZTS.
Diffstat (limited to 'ext/mysql/php_mysql.c')
0 files changed, 0 insertions, 0 deletions