summaryrefslogtreecommitdiff
path: root/sapi/apache2handler/php_apache.h
diff options
context:
space:
mode:
authorXinchen Hui <laruence@php.net>2014-12-17 11:52:19 +0800
committerXinchen Hui <laruence@php.net>2014-12-17 11:52:19 +0800
commitcfc8b57342542ab31795cf880ab638b9ca9bacff (patch)
treea33f4a6d8ce11e543bb1c3e6cd98617d0d873426 /sapi/apache2handler/php_apache.h
parent3753e6d978bf94f5cad39c0f9d03f237866cac05 (diff)
parent8b0deb8cd2d54fb9f786a87feb95ee2a00771f6f (diff)
downloadphp-git-cfc8b57342542ab31795cf880ab638b9ca9bacff.tar.gz
Merge branch 'master' of https://git.php.net/repository/php-src
Diffstat (limited to 'sapi/apache2handler/php_apache.h')
-rw-r--r--sapi/apache2handler/php_apache.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sapi/apache2handler/php_apache.h b/sapi/apache2handler/php_apache.h
index f6f4f7a7c9..22eabaafd4 100644
--- a/sapi/apache2handler/php_apache.h
+++ b/sapi/apache2handler/php_apache.h
@@ -70,9 +70,9 @@ void php_ap2_register_hook(apr_pool_t *p);
#define APR_ARRAY_FOREACH_CLOSE() }}
typedef struct {
- long engine;
- long xbithack;
- long last_modified;
+ zend_bool engine;
+ zend_bool xbithack;
+ zend_bool last_modified;
} php_apache2_info_struct;
extern zend_module_entry apache2_module_entry;