1
0
mirror of https://github.com/php/php-src.git synced 2026-03-25 16:52:18 +01:00

Fix types of bug_compat entries

PR: #21312
Submitted by: Rob Richards <rrichards@ctindustries.net>
This commit is contained in:
Sascha Schumann
2003-05-10 16:49:21 +00:00
parent 2726d79b9f
commit ed68ca44ec

View File

@@ -109,8 +109,8 @@ typedef struct _php_ps_globals {
long gc_maxlifetime;
int module_number;
long cache_expire;
long bug_compat; /* Whether to behave like PHP 4.2 and earlier */
long bug_compat_warn; /* Whether to warn about it */
zend_bool bug_compat; /* Whether to behave like PHP 4.2 and earlier */
zend_bool bug_compat_warn; /* Whether to warn about it */
const struct ps_serializer_struct *serializer;
zval *http_session_vars;
zend_bool auto_start;