]> granicus.if.org Git - php/commitdiff
add PLS_FETCH();
authorThies C. Arntzen <thies@php.net>
Wed, 20 Jun 2001 15:46:47 +0000 (15:46 +0000)
committerThies C. Arntzen <thies@php.net>
Wed, 20 Jun 2001 15:46:47 +0000 (15:46 +0000)
ext/standard/dir.c

index 6c9241e36dce7aad8facadc9a4e79a6d9898cee7..ae6acdce5db523940b232b82e7ab682cbaa4b64d 100644 (file)
@@ -275,6 +275,7 @@ PHP_FUNCTION(chdir)
 {
        pval **arg;
        int ret;
+       PLS_FETCH();
        
        if (ZEND_NUM_ARGS() != 1 || zend_get_parameters_ex(1, &arg) == FAILURE) {
                WRONG_PARAM_COUNT;