summaryrefslogtreecommitdiff
path: root/src/sp_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sp_config.h')
-rw-r--r--src/sp_config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sp_config.h b/src/sp_config.h
index fb25fdb..6bfb009 100644
--- a/src/sp_config.h
+++ b/src/sp_config.h
@@ -19,9 +19,9 @@ typedef enum {
19 SP_PHP_TYPE_REFERENCE = IS_REFERENCE 19 SP_PHP_TYPE_REFERENCE = IS_REFERENCE
20} sp_php_type; 20} sp_php_type;
21 21
22typedef enum { SP_ZEND = 0, SP_SYSLOG = 1 } sp_log_media; 22typedef enum { SP_LOG_ZEND = 0, SP_LOG_SYSLOG = 1 } sp_log_media;
23 23
24typedef enum { SP_UNSET = 0, SP_READONLY = 1, SP_READWRITE = -1 } sp_ini_permission; 24typedef enum { SP_INI_UNSET = 0, SP_INI_READONLY = 1, SP_INI_READWRITE = -1 } sp_ini_permission;
25 25
26typedef struct { 26typedef struct {
27 int ip_version; 27 int ip_version;