jmertic Sat May 17 20:27:56 2008 UTC
Modified files:
/win-installer ExtensionsFeatures.wxs WixUI_en-us.wxl
Log:
Added feature descriptions for params and phk extensions, and updated the one
for pdflib
http://cvs.php.net/viewvc.cgi/win-installer/ExtensionsFeatures.wxs?r1=1.17&r2=1.18&diff_format=u
Index: win-installer/ExtensionsFeatures.wxs
diff -u win-installer/ExtensionsFeatures.wxs:1.17
win-installer/ExtensionsFeatures.wxs:1.18
--- win-installer/ExtensionsFeatures.wxs:1.17 Wed Apr 16 21:16:55 2008
+++ win-installer/ExtensionsFeatures.wxs Sat May 17 20:27:56 2008
@@ -258,6 +258,15 @@
<Feature AllowAdvertise="no" Id="ext_php_pdf"
Title="$(loc.Featureext_php_pdfTitle)"
Description="$(loc.Featureext_php_pdfDescription)" Level="10">
<ComponentRef Id="php_pdf"/>
</Feature>
+ <Feature AllowAdvertise="no" Id="ext_php_pdflib"
Title="$(loc.Featureext_php_pdflibTitle)"
Description="$(loc.Featureext_php_pdflibDescription)" Level="10">
+ <ComponentRef Id="php_pdflib"/>
+ </Feature>
+ <Feature AllowAdvertise="no" Id="ext_php_params"
Title="$(loc.Featureext_php_paramsTitle)"
Description="$(loc.Featureext_php_paramsDescription)" Level="10">
+ <ComponentRef Id="php_params"/>
+ </Feature>
+ <Feature AllowAdvertise="no" Id="ext_php_phk"
Title="$(loc.Featureext_php_phkTitle)"
Description="$(loc.Featureext_php_phkDescription)" Level="10">
+ <ComponentRef Id="php_phk"/>
+ </Feature>
<Feature AllowAdvertise="no" Id="ext_php_pdo"
Title="$(loc.Featureext_php_pdoTitle)"
Description="$(loc.Featureext_php_pdoDescription)" Level="10">
<ComponentRef Id="php_pdo"/>
<Feature AllowAdvertise="no"
Id="ext_php_pdo_firebird" Title="$(loc.Featureext_php_pdo_firebirdTitle)"
Description="$(loc.Featureext_php_pdo_firebirdDescription)" Level="10">
http://cvs.php.net/viewvc.cgi/win-installer/WixUI_en-us.wxl?r1=1.22&r2=1.23&diff_format=u
Index: win-installer/WixUI_en-us.wxl
diff -u win-installer/WixUI_en-us.wxl:1.22 win-installer/WixUI_en-us.wxl:1.23
--- win-installer/WixUI_en-us.wxl:1.22 Wed Apr 16 21:16:55 2008
+++ win-installer/WixUI_en-us.wxl Sat May 17 20:27:56 2008
@@ -730,6 +730,12 @@
<String Id="Featureext_php_parsekitDescription">PHP Opcode Analyser</String>
<String Id="Featureext_php_pdfTitle">PDFlib</String>
<String Id="Featureext_php_pdfDescription">Creating PDF on the fly with the
PDFlib library</String>
+ <String Id="Featureext_php_pdflibTitle">PDFlib</String>
+ <String Id="Featureext_php_pdflibDescription">Creating PDF on the fly with
the PDFlib library</String>
+ <String Id="Featureext_php_phkTitle">PHK Accelerator</String>
+ <String Id="Featureext_php_phkDescription">PHK is a PHP-oriented
package/archive system. Basically, it can be considered as a PHP-oriented
equivalent of the Java jar format. As jar, PHK allows to distribute and run a
library or an application as a single file. The PHK accelerator transparently
makes PHK runtime faster.</String>
+ <String Id="Featureext_php_paramsTitle">Parameter Parsing Utility</String>
+ <String Id="Featureext_php_paramsDescription">Parameter Parsing
Utility</String>
<String Id="Featureext_php_pdoTitle">PDO</String>
<String Id="Featureext_php_pdoDescription">PHP Data Objects support. Enable
the driver you want to use below</String>
<String Id="Featureext_php_pdo_firebirdTitle">Firebird/Interbase 6</String>
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php