From 6f3ba2395df8eebcb26f8064192d0e5297adcdbc Mon Sep 17 00:00:00 2001 From: Stefan Esser Date: Tue, 11 Feb 2014 15:11:32 +0100 Subject: Fix this to actually compile with PHP 5.5 --- session.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/session.c b/session.c index 4deaf44..cd06073 100644 --- a/session.c +++ b/session.c @@ -379,7 +379,7 @@ typedef struct _php_ps_globals_55 { double rfc1867_min_freq; /* session.upload_progress.min_freq */ zend_bool use_strict_mode; /* whether or not PHP accepts unknown session ids */ -} php_ps_globals; +} php_ps_globals_55; #endif #ifdef ZTS -- cgit v1.3