From 5235f87126cc2bca3907daada9f59e0c7c7bc834 Mon Sep 17 00:00:00 2001 From: Emiel Bruijntjes Date: Tue, 20 Jan 2015 13:45:17 +0100 Subject: PHP-CPP now checks whether an already compiled extension is still compatible with the PHP-CPP library. This prevents weird crashes when users update their PHP-CPP library, without recompiling their extensions --- zend/includes.h | 1 + 1 file changed, 1 insertion(+) (limited to 'zend/includes.h') diff --git a/zend/includes.h b/zend/includes.h index 83b1086..fb14b87 100644 --- a/zend/includes.h +++ b/zend/includes.h @@ -46,6 +46,7 @@ /** * Include other files from this library */ +#include "../include/version.h" #include "../include/inivalue.h" #include "../include/ini.h" #include "../include/exception.h" -- cgit v1.2.3