diff --git a/reference/phar/using.xml b/reference/phar/using.xml index 8a487521d9..eb0180ea98 100644 --- a/reference/phar/using.xml +++ b/reference/phar/using.xml @@ -1,5 +1,5 @@ - + Using Phar Archives @@ -201,7 +201,7 @@ $a->stopBuffering(); - array('compression' => Phar::GZ)), + array('compress' => Phar::GZ)), array('metadata' => array('user' => 'cellog'))); file_put_contents('phar://my.phar/somefile.php', 0, $context); ?>