1
0
mirror of https://github.com/php/php-src.git synced 2026-03-26 09:12:14 +01:00

another build fix, a simple UNIX build now compiles clean

This commit is contained in:
Zeev Suraski
2001-07-28 12:07:25 +00:00
parent dde79b86c5
commit faa12fa06f

View File

@@ -38,9 +38,7 @@
#define VIRTUAL_CWD_DEBUG 0
#ifdef ZTS
#include "TSRM.h"
#endif
/* Only need mutex for popen() in Windows because it doesn't chdir() on UNIX */
#if defined(TSRM_WIN32) && defined(ZTS)