summaryrefslogtreecommitdiff
path: root/zend
diff options
context:
space:
mode:
authorEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2015-01-25 17:56:45 +0100
committerEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2015-01-25 17:56:45 +0100
commit089c92358d4f43f1715d94244acb4d665fe50d29 (patch)
tree9ac3128d5383c557e4280456c752bd301ef0609a /zend
parentae35c4f2b94e37c871ec144ca83c93f215ac6b26 (diff)
parent962ebb8c61a17f889ae1558f6a090ccbd5fa5423 (diff)
Merge branch 'master' of https://github.com/CopernicaMarketingSoftware/PHP-CPP
Diffstat (limited to 'zend')
-rw-r--r--zend/script.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/zend/script.cpp b/zend/script.cpp
index a1b5b04..988ab1c 100644
--- a/zend/script.cpp
+++ b/zend/script.cpp
@@ -50,7 +50,7 @@ zend_op_array *Script::compile(const char *name, const char *phpcode, size_t siz
* @param script actual PHP code
* @param size length of the string
*/
-Script::Script(const char *name, const char *phpcode, size_t size)
+Script::Script(const char *name, const char *phpcode, size_t size) noexcept
{
// we need the tsrm_ls variable
TSRMLS_FETCH();