cellog Thu Mar 24 22:51:29 2005 EDT
Modified files:
/pear-core package-PEAR.xml
Log:
split PEAR_PackageFile_v2 into two sections, read-only and
read-write (PEAR_PackageFile_v2_rw).
getRW() can be used to retrieve a read-write packagefile v2.
This saves a slight amount of memory while packaging and also
while using converted package.xml 1.0, which affects every
installation operation.
http://cvs.php.net/diff.php/pear-core/package-PEAR.xml?r1=1.181&r2=1.182&ty=u
Index: pear-core/package-PEAR.xml
diff -u pear-core/package-PEAR.xml:1.181 pear-core/package-PEAR.xml:1.182
--- pear-core/package-PEAR.xml:1.181 Thu Mar 24 10:46:33 2005
+++ pear-core/package-PEAR.xml Thu Mar 24 22:51:29 2005
@@ -127,12 +127,13 @@
Specific changes from 1.4.0a8:
* add --package option to run-tests command, to run installed .phpt tests
- * significantly drop pear's memory footprint for all commands except
powerhouse commands like
- "pear package"
+ * significantly drop pear's memory footprint for all commands
* fix fatal errors when installing pecl packages
* make download command work for non-root in a shared environment
* make sure that if 1.4.0a8 (alpha) is installed, and 1.3.6 (newer) exists,
pear will not
attempt to "upgrade" to 1.3.6
+ * split PEAR_PackageFile_v2 into two classes, read-only PEAR_PackageFile_v2,
and read-write
+ PEAR_PackageFile_v2_rw
</notes>
<provides type="class" name="OS_Guess"/>
<provides type="class" name="System"/>
@@ -262,6 +263,9 @@
</file>
</dir>
<dir name="v2">
+ <file role="php" name="rw.php">
+ <replace from="@package_version@" to="version" type="package-info" />
+ </file>
<file role="php" name="Validator.php">
<replace from="@package_version@" to="version" type="package-info" />
</file>
|
Try Searching:
servers, voip, java, networking, microsoft ...
|
|
|
|