summaryrefslogtreecommitdiff
path: root/main/php_virtual_cwd.h
diff options
context:
space:
mode:
authorAndi Gutmans <andi@php.net>2000-06-24 16:10:18 +0000
committerAndi Gutmans <andi@php.net>2000-06-24 16:10:18 +0000
commit4b5e7d6618f8ea1b3a9f24376593bb44abb8a1ae (patch)
tree496a52dcd684543f2cc1cedb96c7db69e8ed2d33 /main/php_virtual_cwd.h
parentdfaaa8ff953c5c9a947ae45f1d0eb060f23f7364 (diff)
downloadphp-git-4b5e7d6618f8ea1b3a9f24376593bb44abb8a1ae.tar.gz
- Only use VIRTUAL_DIR in ZTS mode until it is thoroughly tested.
- Mutex popen() in Windows as the UNIX trick doesn't work there.
Diffstat (limited to 'main/php_virtual_cwd.h')
-rw-r--r--main/php_virtual_cwd.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/main/php_virtual_cwd.h b/main/php_virtual_cwd.h
index bfe9f08eb2..812bbc26bf 100644
--- a/main/php_virtual_cwd.h
+++ b/main/php_virtual_cwd.h
@@ -1,3 +1,22 @@
+/*
+ +----------------------------------------------------------------------+
+ | PHP version 4.0 |
+ +----------------------------------------------------------------------+
+ | Copyright (c) 1997, 1998, 1999, 2000 The PHP Group |
+ +----------------------------------------------------------------------+
+ | This source file is subject to version 2.01 of the PHP license, |
+ | that is bundled with this package in the file LICENSE, and is |
+ | available at through the world-wide-web at |
+ | http://www.php.net/license/2_02.txt. |
+ | If you did not receive a copy of the PHP license and are unable to |
+ | obtain it through the world-wide-web, please send a note to |
+ | license@php.net so we can mail you a copy immediately. |
+ +----------------------------------------------------------------------+
+ | Authors: Andi Gutmans <andi@zend.com> |
+ | Sascha Schumann <ss@schumann.cx> |
+ +----------------------------------------------------------------------+
+*/
+
#ifndef VIRTUAL_CWD_H
#define VIRTUAL_CWD_H