mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
made the apache ini holders to be zend_bool
since they're documented to be so and we spare 16 byte
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user