mirror of
https://github.com/php/php-src.git
synced 2026-04-10 17:43:13 +02:00
- Need zend.h for ZTS
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
#ifndef VIRTUAL_CWD_H
|
||||
#define VIRTUAL_CWD_H
|
||||
|
||||
#include "zend.h"
|
||||
|
||||
typedef struct _cwd_state {
|
||||
char *cwd;
|
||||
int cwd_length;
|
||||
|
||||
Reference in New Issue
Block a user