[PHP-CVS] cvs: php4 /ext/standard basic_functions.c dir.c php_dir.h

2001-02-14 Thread Derick Rethans
derick Wed Feb 14 16:43:45 2001 EDT Modified files: /php4/ext/standard basic_functions.c php_dir.h dir.c Log: - chroot does not work on windows Index: php4/ext/standard/basic_functions.c diff -u php4/ext/standard/basic_functions.c:1.303 php4/ext/standard/

Re: [PHP-CVS] cvs: php4 /ext/standard basic_functions.c dir.c php_dir.h

2001-02-14 Thread Andi Gutmans
Derick, You should not enable this function if ZEND_WIN32 is defined or ZTS=1 (Thread Safety). Andi At 10:48 AM 2/14/2001 +, Derick Rethans wrote: >derick Wed Feb 14 02:48:49 2001 EDT > > Modified files: > /php4/ext/standard basic_functions.c dir.c php_dir.h > Log: > -

[PHP-CVS] cvs: php4 /ext/standard basic_functions.c dir.c php_dir.h

2001-02-14 Thread Derick Rethans
derick Wed Feb 14 02:48:49 2001 EDT Modified files: /php4/ext/standard basic_functions.c dir.c php_dir.h Log: - Added the chroot function for changing root in a script. #- This can be usefull when using PHP in a shell environment, or when PHP # runs as CGI