Browse Source

- Need zend.h for ZTS

PHP-4.0.5
Andi Gutmans 26 years ago
parent
commit
effa5bb024
  1. 2
      main/php_virtual_cwd.h

2
main/php_virtual_cwd.h

@ -1,6 +1,8 @@
#ifndef VIRTUAL_CWD_H
#define VIRTUAL_CWD_H
#include "zend.h"
typedef struct _cwd_state {
char *cwd;
int cwd_length;

Loading…
Cancel
Save