]> granicus.if.org Git - php/commitdiff
MFH
authorSascha Schumann <sas@php.net>
Sat, 10 May 2003 16:49:53 +0000 (16:49 +0000)
committerSascha Schumann <sas@php.net>
Sat, 10 May 2003 16:49:53 +0000 (16:49 +0000)
ext/session/php_session.h

index e97341d0ae0badd01da72bff113d69e9be379ee3..18ce420ecc1b3e000c5c9eb05d0c6bd76aafd4d4 100644 (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;