From 09bc3ffc8734cf2437e14ab123c7b732db53b836 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Thu, 2 Oct 2025 12:16:29 +0200 Subject: Rename a handful of global constants --- src/sp_config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/sp_config.h') 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 { SP_PHP_TYPE_REFERENCE = IS_REFERENCE } sp_php_type; -typedef enum { SP_ZEND = 0, SP_SYSLOG = 1 } sp_log_media; +typedef enum { SP_LOG_ZEND = 0, SP_LOG_SYSLOG = 1 } sp_log_media; -typedef enum { SP_UNSET = 0, SP_READONLY = 1, SP_READWRITE = -1 } sp_ini_permission; +typedef enum { SP_INI_UNSET = 0, SP_INI_READONLY = 1, SP_INI_READWRITE = -1 } sp_ini_permission; typedef struct { int ip_version; -- cgit v1.3