[PHP-DOC] cvs: phpdoc /en/reference/phar/functions phar-begin.xml

2007-03-22 Thread Greg Beaver
cellog  Thu Mar 22 17:09:57 2007 UTC

  Removed files:   
/phpdoc/en/reference/phar/functions phar-begin.xml 
  Log:
  rename begin/isFlushingToPhar/commit to 
startBuffering/isBuffering/stopBuffering for simpler conception
  


[PHP-DOC] cvs: phpdoc /en/reference/phar/functions Phar-begin.xml Phar-beginWrite.xml Phar-commit.xml Phar-commitWrite.xml Phar-compressAllFilesBZIP2.xml Phar-compressAllFilesGZ.xml Phar-getStub.xml P

2007-01-28 Thread Greg Beaver
cellog  Sun Jan 28 20:08:52 2007 UTC

  Added files: 
/phpdoc/en/reference/phar/functions Phar-begin.xml Phar-commit.xml 
Phar-compressAllFilesBZIP2.xml 
Phar-compressAllFilesGZ.xml 
Phar-uncompressAllFiles.xml 

  Removed files:   
/phpdoc/en/reference/phar/functions Phar-beginWrite.xml 
Phar-commitWrite.xml 

  Modified files:  
/phpdoc/en/reference/phar/functions Phar-getStub.xml 
PharFileInfo-setCompressedBZIP2.xml 
PharFileInfo-setCompressedGZ.xml 
PharFileInfo-setUncompressed.xml 
  Log:
  update docs to current cvs
  http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/phar/functions/Phar-getStub.xml?r1=1.1&r2=1.2&diff_format=u
Index: phpdoc/en/reference/phar/functions/Phar-getStub.xml
diff -u phpdoc/en/reference/phar/functions/Phar-getStub.xml:1.1 
phpdoc/en/reference/phar/functions/Phar-getStub.xml:1.2
--- phpdoc/en/reference/phar/functions/Phar-getStub.xml:1.1 Sun Jan 28 
05:31:52 2007
+++ phpdoc/en/reference/phar/functions/Phar-getStub.xml Sun Jan 28 20:08:52 2007
@@ -1,5 +1,5 @@
 
-
+
 
  
   Phar->getStub
@@ -81,8 +81,8 @@
   &reftitle.seealso;
   

-Phar->commitWrite
-Phar->beginWrite
+Phar->commit
+Phar->begin

   
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/phar/functions/PharFileInfo-setCompressedBZIP2.xml?r1=1.1&r2=1.2&diff_format=u
Index: phpdoc/en/reference/phar/functions/PharFileInfo-setCompressedBZIP2.xml
diff -u 
phpdoc/en/reference/phar/functions/PharFileInfo-setCompressedBZIP2.xml:1.1 
phpdoc/en/reference/phar/functions/PharFileInfo-setCompressedBZIP2.xml:1.2
--- phpdoc/en/reference/phar/functions/PharFileInfo-setCompressedBZIP2.xml:1.1  
Sun Jan 28 05:31:52 2007
+++ phpdoc/en/reference/phar/functions/PharFileInfo-setCompressedBZIP2.xml  
Sun Jan 28 20:08:52 2007
@@ -1,5 +1,5 @@
 
-
+
 
  
   PharFileInfo->setCompressedBZIP2
@@ -17,7 +17,7 @@
The bzip2 extension must be enabled to take
advantage of this feature.  In addition, if the file is already compressed 
using
gzip compression, the zlib extension must 
be enabled in order
-   to decompress the file  As with all functionality that modifies the 
contents of
+   to decompress the file.  As with all functionality that modifies the 
contents of
a phar, the phar.readonly INI 
variable
must be off in order to succeed.
   
@@ -70,6 +70,7 @@
 PharFileInfo->isCompressed
 PharFileInfo->isCompressedGZ
 PharFileInfo->isCompressed
+Phar->compressAllFilesBZIP2

   
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/phar/functions/PharFileInfo-setCompressedGZ.xml?r1=1.1&r2=1.2&diff_format=u
Index: phpdoc/en/reference/phar/functions/PharFileInfo-setCompressedGZ.xml
diff -u phpdoc/en/reference/phar/functions/PharFileInfo-setCompressedGZ.xml:1.1 
phpdoc/en/reference/phar/functions/PharFileInfo-setCompressedGZ.xml:1.2
--- phpdoc/en/reference/phar/functions/PharFileInfo-setCompressedGZ.xml:1.1 
Sun Jan 28 05:31:52 2007
+++ phpdoc/en/reference/phar/functions/PharFileInfo-setCompressedGZ.xml Sun Jan 
28 20:08:52 2007
@@ -1,5 +1,5 @@
 
-
+
 
  
   PharFileInfo->setCompressedGZ
@@ -70,6 +70,7 @@
 PharFileInfo->isCompressed
 PharFileInfo->isCompressedBZIP2
 PharFileInfo->isCompressed
+Phar->compressAllFilesGZ

   
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/phar/functions/PharFileInfo-setUncompressed.xml?r1=1.1&r2=1.2&diff_format=u
Index: phpdoc/en/reference/phar/functions/PharFileInfo-setUncompressed.xml
diff -u phpdoc/en/reference/phar/functions/PharFileInfo-setUncompressed.xml:1.1 
phpdoc/en/reference/phar/functions/PharFileInfo-setUncompressed.xml:1.2
--- phpdoc/en/reference/phar/functions/PharFileInfo-setUncompressed.xml:1.1 
Sun Jan 28 05:31:52 2007
+++ phpdoc/en/reference/phar/functions/PharFileInfo-setUncompressed.xml Sun Jan 
28 20:08:52 2007
@@ -1,5 +1,5 @@
 
-
+
 
  
   PharFileInfo->setUncompressed
@@ -70,6 +70,7 @@
 PharFileInfo->isCompressedBZIP2
 PharFileInfo->isCompressedGZ
 PharFileInfo->isCompressed
+Phar->uncompressAllFiles

   
  

http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/phar/functions/Phar-begin.xml?view=markup&rev=1.1
Index: phpdoc/en/reference/phar/functions/Phar-begin.xml
+++ phpdoc/en/reference/phar/functions/Phar-begin.xml



 
  Phar->begin
  Begin a Phar modification transaction
 
 
  &reftitle.description;
  
   voidPhar->begin
   
  

  
   Although technically unnecessary, the begin method
   can provide a significant performance boost when creating or modifying a
   Phar archive with a large number of files.  Ordinarily, every time a file
   within a Phar archive is created or modified in any way, the entire Phar
   archive will be recreated