From: Thies C. Arntzen Date: Fri, 4 Aug 2000 18:14:38 +0000 (+0000) Subject: fixed ZTS compile X-Git-Tag: PRE_FILE_COMPILE_API_CHANGE~28 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7b388964ee2e67c0522954ef878529fa0e88bcd5;p=php fixed ZTS compile --- diff --git a/ext/posix/posix.c b/ext/posix/posix.c index 3e0b39bffa..93c56eaac3 100644 --- a/ext/posix/posix.c +++ b/ext/posix/posix.c @@ -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;