diff options
| author | foobar <sniper@php.net> | 2001-08-31 22:03:24 +0000 |
|---|---|---|
| committer | foobar <sniper@php.net> | 2001-08-31 22:03:24 +0000 |
| commit | e29994166abb47c27890064af5cf1410eb371e02 (patch) | |
| tree | 574dc9aaca80e7221f98c0b831f3f978fc274ab3 /sapi/apache | |
| parent | c57ed1b93b8fb0b4a5d3975a82aaa9a937833c7f (diff) | |
| download | php-git-e29994166abb47c27890064af5cf1410eb371e02.tar.gz | |
WS
Diffstat (limited to 'sapi/apache')
| -rw-r--r-- | sapi/apache/mod_php4.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sapi/apache/mod_php4.h b/sapi/apache/mod_php4.h index 92229e8cf3..cb9ce7701c 100644 --- a/sapi/apache/mod_php4.h +++ b/sapi/apache/mod_php4.h @@ -27,8 +27,8 @@ #endif typedef struct { - long engine; - long last_modified; + long engine; + long last_modified; long xbithack; long terminate_child; zend_bool in_request; |
