summaryrefslogtreecommitdiff
path: root/zend/extensionpath.h
diff options
context:
space:
mode:
authorEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2015-02-23 13:27:29 +0100
committerEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2015-02-23 13:27:29 +0100
commit0c35b0e4dfb8149318c1343abc1f2805ec45ea84 (patch)
tree538a15ee87e12f1a0b7bd3cff583c8bf527996e7 /zend/extensionpath.h
parent48f303968adc4561d764e585e7da1b3a452d9c1c (diff)
fixed compile issue on multithread setups
Diffstat (limited to 'zend/extensionpath.h')
-rw-r--r--zend/extensionpath.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/zend/extensionpath.h b/zend/extensionpath.h
index 771ef24..c46319a 100644
--- a/zend/extensionpath.h
+++ b/zend/extensionpath.h
@@ -30,7 +30,7 @@ public:
* Constructor
* @param path
*/
- ExtensionPath(const char *path)
+ ExtensionPath(const char *path TSRMLS_DC)
{
// was an absole path given?
if (path[0] && path[0] == '/')