From 0af5f5b0c2c7237631daf6368808bb65c0ce32f8 Mon Sep 17 00:00:00 2001 From: TAKAGI Masahiro Date: Tue, 29 Jan 2008 13:38:05 +0000 Subject: [PATCH] fixed the parameter of 'stream_context_create'. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@251624 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/phar/using.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); ?>