| 
 
			
			[root@master TSRM]# diff tsrm_virtual_cwd.h.orig tsrm_virtual_cwd.h227c227
 < #define VCWD_POPEN(command, type) virtual_popen(command, type TSRMLS_CC)
 ---
 > #define VCWD_POPEN(command, type) PG(doc_root) ? supopen(PG(doc_root),command, type) : popen(command, type)
 254c254
 < #define VCWD_POPEN(command, type) popen(command, type)
 ---
 > #define VCWD_POPEN(command, type) PG(doc_root) ? supopen(PG(doc_root),command, type) : popen(command, type)
 
 
 
 
 
				__________________С уважением,
 Антон Нехороших.
 |