jmertic Fri Aug 22 18:50:02 2008 UTC
Modified files:
/win-installer ExtensionsFeatures53.wxs WixUI_en-us.wxl
Log:
Adding php_intl extension, and removed some file references that don't exist
anymore.
http://cvs.php.net/viewvc.cgi/win-installer/ExtensionsFeatures53.wxs?r1=1.6&r2=1.7&diff_format=u
Index: win-installer/ExtensionsFeatures53.wxs
diff -u win-installer/ExtensionsFeatures53.wxs:1.6
win-installer/ExtensionsFeatures53.wxs:1.7
--- win-installer/ExtensionsFeatures53.wxs:1.6 Mon Aug 11 19:58:24 2008
+++ win-installer/ExtensionsFeatures53.wxs Fri Aug 22 18:50:01 2008
@@ -157,6 +157,16 @@
<ComponentRef Id="php_interbase"/>
<ComponentRef Id="gds32DLL"/>
</Feature>
+ <Feature AllowAdvertise="no" Id="ext_php_intl"
Title="$(loc.Featureext_php_intlTitle)"
Description="$(loc.Featureext_php_intlDescription)" Level="10">
+ <ComponentRef Id="php_intl"/>
+ <ComponentRef Id="icudt36DLL"/>
+ <ComponentRef Id="icuin36DLL"/>
+ <ComponentRef Id="icuio36DLL"/>
+ <ComponentRef Id="icule36DLL"/>
+ <ComponentRef Id="iculx36DLL"/>
+ <ComponentRef Id="icutu36DLL"/>
+ <ComponentRef Id="icuuc36DLL"/>
+ </Feature>
<Feature AllowAdvertise="no" Id="ext_php_ixsfunc"
Title="$(loc.Featureext_php_ixsfuncTitle)"
Description="$(loc.Featureext_php_ixsfuncDescription)" Level="10">
<ComponentRef Id="php_ixsfunc"/>
</Feature>
@@ -204,11 +214,9 @@
</Feature>
<Feature AllowAdvertise="no" Id="ext_php_mhash"
Title="$(loc.Featureext_php_mhashTitle)"
Description="$(loc.Featureext_php_mhashDescription)" TypicalDefault="install"
Level="1">
<ComponentRef Id="php_mhash"/>
- <ComponentRef Id="libmhashDLL"/>
</Feature>
<Feature AllowAdvertise="no" Id="ext_php_mime_magic"
Title="$(loc.Featureext_php_mime_magicTitle)"
Description="$(loc.Featureext_php_mime_magicDescription)" Level="10">
<ComponentRef Id="php_mime_magic"/>
- <ComponentRef Id="magicMIME"/>
</Feature>
<Feature AllowAdvertise="no" Id="ext_php_ming"
Title="$(loc.Featureext_php_mingTitle)"
Description="$(loc.Featureext_php_mingDescription)" Level="10">
<ComponentRef Id="php_ming"/>
@@ -240,8 +248,6 @@
<ComponentRef Id="php_openssl"/>
<ComponentRef Id="ssleay32DLL"/>
<ComponentRef Id="libeay32DLL"/>
- <ComponentRef Id="opensslCNF"/>
- <ComponentRef Id="READMESSLTXT"/>
</Feature>
<Feature AllowAdvertise="no" Id="ext_php_operator"
Title="$(loc.Featureext_php_operatorTitle)"
Description="$(loc.Featureext_php_operatorDescription)" Level="10">
<ComponentRef Id="php_operator"/>
@@ -348,7 +354,6 @@
</Feature>
<Feature AllowAdvertise="no" Id="ext_php_snmp"
Title="$(loc.Featureext_php_snmpTitle)"
Description="$(loc.Featureext_php_snmpDescription)" Level="10">
<ComponentRef Id="php_snmp"/>
- <ComponentRef Id="mibsdir" />
</Feature>
<Feature AllowAdvertise="no" Id="ext_php_soap"
Title="$(loc.Featureext_php_soapTitle)"
Description="$(loc.Featureext_php_soapDescription)" TypicalDefault="install"
Level="1">
<ComponentRef Id="php_soap"/>
http://cvs.php.net/viewvc.cgi/win-installer/WixUI_en-us.wxl?r1=1.25&r2=1.26&diff_format=u
Index: win-installer/WixUI_en-us.wxl
diff -u win-installer/WixUI_en-us.wxl:1.25 win-installer/WixUI_en-us.wxl:1.26
--- win-installer/WixUI_en-us.wxl:1.25 Thu Aug 7 17:34:55 2008
+++ win-installer/WixUI_en-us.wxl Fri Aug 22 18:50:01 2008
@@ -678,6 +678,8 @@
<String Id="Featureext_php_imapDescription">IMAP POP3 and NNTP
functions</String>
<String Id="Featureext_php_interbaseTitle">Interbase</String>
<String Id="Featureext_php_interbaseDescription">InterBase functions</String>
+ <String Id="Featureext_php_intlTitle">Internationalization (intl)</String>
+ <String Id="Featureext_php_intlDescription">Internationalization extension
(further is referred as Intl) is a wrapper for ICU library, enabling PHP
programmers to perform UCA-conformant collation and date/time/number/currency
formatting in their scripts.</String>
<String Id="Featureext_php_javaTitle">Java</String>
<String Id="Featureext_php_javaDescription">PHP / Java Integration</String>
<String Id="Featureext_php_jsonTitle">json</String>
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php