From b783d0b338cf3781cf9c46303c682fa1fa583bb5 Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Fri, 29 Jan 2016 12:52:41 +0100 Subject: [PATCH] revert the API string as well --- ext/session/php_session.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/session/php_session.h b/ext/session/php_session.h index ccd9b2c8f0..b2ddef901d 100644 --- a/ext/session/php_session.h +++ b/ext/session/php_session.h @@ -27,7 +27,7 @@ # include "ext/hash/php_hash.h" #endif -#define PHP_SESSION_API 20160121 +#define PHP_SESSION_API 20150121 #include "php_version.h" #define PHP_SESSION_VERSION PHP_VERSION -- 2.50.1