summaryrefslogtreecommitdiff
path: root/zend/includes.h
diff options
context:
space:
mode:
authorEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2015-01-20 13:45:17 +0100
committerEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2015-01-20 13:45:17 +0100
commit5235f87126cc2bca3907daada9f59e0c7c7bc834 (patch)
tree6b049edd2eca0b74a8acb9ff7ee0c84c93bf1a5c /zend/includes.h
parent821e65d876cc0ce2b32471791b02d9f7cc784c99 (diff)
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
Diffstat (limited to 'zend/includes.h')
-rw-r--r--zend/includes.h1
1 files changed, 1 insertions, 0 deletions
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"