Skip to content

Commit 132e7dd

Browse files
committed
MFH: PLS_FETCH fix
1 parent 530833e commit 132e7dd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/standard/dir.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,7 @@ PHP_FUNCTION(chdir)
275275
{
276276
pval **arg;
277277
int ret;
278+
PLS_FETCH();
278279

279280
if (ZEND_NUM_ARGS() != 1 || zend_get_parameters_ex(1, &arg) == FAILURE) {
280281
WRONG_PARAM_COUNT;

0 commit comments

Comments
 (0)