]> granicus.if.org Git - php/commitdiff
fixed ZTS compile
authorThies C. Arntzen <thies@php.net>
Fri, 4 Aug 2000 18:14:38 +0000 (18:14 +0000)
committerThies C. Arntzen <thies@php.net>
Fri, 4 Aug 2000 18:14:38 +0000 (18:14 +0000)
ext/posix/posix.c

index 3e0b39bffafe7e97780e0e8df7cdac1608c337be..93c56eaac3fa570b3c3f1e63a32d406ace24ecec 100644 (file)
@@ -657,6 +657,7 @@ PHP_FUNCTION(posix_mkfifo)
        pval   *path;
        pval   *mode;
        int     result;
+       PLS_FETCH();
        
        if (ZEND_NUM_ARGS() != 2 || zend_get_parameters(ht, 2, &path, &mode) == FAILURE) {
                WRONG_PARAM_COUNT;