jmertic         Mon Aug  4 15:11:38 2008 UTC

  Modified files:              
    /win-installer      ExtensionsFeatures52.wxs ExtensionsFeatures53.wxs 
                        ExtensionsGUID.xml WixUI_en-us.wxl 
  Log:
  Added FFI PECL extension.
  
http://cvs.php.net/viewvc.cgi/win-installer/ExtensionsFeatures52.wxs?r1=1.1&r2=1.2&diff_format=u
Index: win-installer/ExtensionsFeatures52.wxs
diff -u win-installer/ExtensionsFeatures52.wxs:1.1 
win-installer/ExtensionsFeatures52.wxs:1.2
--- win-installer/ExtensionsFeatures52.wxs:1.1  Mon Aug  4 15:01:41 2008
+++ win-installer/ExtensionsFeatures52.wxs      Mon Aug  4 15:11:38 2008
@@ -89,6 +89,9 @@
                                <ComponentRef Id="fdftkDLL"/>
                                <ComponentRef Id="PDFSupport"/>
                        </Feature>
+            <Feature AllowAdvertise="no" Id="ext_php_ffi" 
Title="$(loc.Featureext_php_ffiTitle)" 
Description="$(loc.Featureext_php_ffiDescription)" Level="10">
+                               <ComponentRef Id="php_ffi"/>
+                       </Feature>
                        <Feature AllowAdvertise="no" Id="ext_php_fileinfo" 
Title="$(loc.Featureext_php_fileinfoTitle)" 
Description="$(loc.Featureext_php_fileinfoDescription)" Level="10">
                                <ComponentRef Id="php_fileinfo"/>
                        </Feature>
http://cvs.php.net/viewvc.cgi/win-installer/ExtensionsFeatures53.wxs?r1=1.1&r2=1.2&diff_format=u
Index: win-installer/ExtensionsFeatures53.wxs
diff -u win-installer/ExtensionsFeatures53.wxs:1.1 
win-installer/ExtensionsFeatures53.wxs:1.2
--- win-installer/ExtensionsFeatures53.wxs:1.1  Mon Aug  4 15:01:41 2008
+++ win-installer/ExtensionsFeatures53.wxs      Mon Aug  4 15:11:38 2008
@@ -89,6 +89,9 @@
                                <ComponentRef Id="fdftkDLL"/>
                                <ComponentRef Id="PDFSupport"/>
                        </Feature>
+                       <Feature AllowAdvertise="no" Id="ext_php_ffi" 
Title="$(loc.Featureext_php_ffiTitle)" 
Description="$(loc.Featureext_php_ffiDescription)" Level="10">
+                               <ComponentRef Id="php_ffi"/>
+                       </Feature>
                        <Feature AllowAdvertise="no" Id="ext_php_fileinfo" 
Title="$(loc.Featureext_php_fileinfoTitle)" 
Description="$(loc.Featureext_php_fileinfoDescription)" Level="10">
                                <ComponentRef Id="php_fileinfo"/>
                        </Feature>
@@ -361,6 +364,9 @@
                        <Feature AllowAdvertise="no" Id="ext_php_sqlite" 
Title="$(loc.Featureext_php_sqliteTitle)" 
Description="$(loc.Featureext_php_sqliteDescription)" Level="10">
                                <ComponentRef Id="php_sqlite"/>
                        </Feature>
+            <Feature AllowAdvertise="no" Id="ext_php_sqlite3" 
Title="$(loc.Featureext_php_sqlite3Title)" 
Description="$(loc.Featureext_php_sqlite3Description)" Level="10">
+                               <ComponentRef Id="php_sqlite3"/>
+                       </Feature>
                        <Feature AllowAdvertise="no" Id="ext_php_ssh2" 
Title="$(loc.Featureext_php_ssh2Title)" 
Description="$(loc.Featureext_php_ssh2Description)" Level="10">
                                <ComponentRef Id="php_ssh2"/>
                        </Feature>
http://cvs.php.net/viewvc.cgi/win-installer/ExtensionsGUID.xml?r1=1.8&r2=1.9&diff_format=u
Index: win-installer/ExtensionsGUID.xml
diff -u win-installer/ExtensionsGUID.xml:1.8 
win-installer/ExtensionsGUID.xml:1.9
--- win-installer/ExtensionsGUID.xml:1.8        Wed Apr 30 20:40:29 2008
+++ win-installer/ExtensionsGUID.xml    Mon Aug  4 15:11:38 2008
@@ -135,4 +135,6 @@
   <Extension Name="php_params" Guid="DE7A1EE9-DCFA-4630-A346-13EE4C95DE1C"/>
   <Extension Name="php_pdflib" Guid="6FA07E32-239E-4C27-8148-207320D5500F"/>
   <Extension Name="php_phk" Guid="18FEB773-02FA-4B96-B682-04F08BCD1B7A"/>
+  <Extension Name="php_sqlite3" Guid="47043346-952F-454A-B19A-615A32BD9EAD"/>
+  <Extension Name="php_ffi" Guid="B18F94FC-4688-4C7E-87A1-8EEC8F52417D"/>
 </Extensions>
http://cvs.php.net/viewvc.cgi/win-installer/WixUI_en-us.wxl?r1=1.23&r2=1.24&diff_format=u
Index: win-installer/WixUI_en-us.wxl
diff -u win-installer/WixUI_en-us.wxl:1.23 win-installer/WixUI_en-us.wxl:1.24
--- win-installer/WixUI_en-us.wxl:1.23  Sat May 17 20:27:56 2008
+++ win-installer/WixUI_en-us.wxl       Mon Aug  4 15:11:38 2008
@@ -632,6 +632,8 @@
   <String Id="Featureext_php_exifDescription">EXIF functions</String>
   <String Id="Featureext_php_fdfTitle">FDF</String>
   <String Id="Featureext_php_fdfDescription">FDF: Forms Data Format 
functions</String>
+  <String Id="Featureext_php_ffiTitle">FFI</String>
+  <String Id="Featureext_php_ffiDescription">FFI is a multi-platform extension 
for PHP 5 that allows you to bind to functions from arbitrary shared libraries 
and call them.</String>
   <String Id="Featureext_php_fileinfoTitle">Fileinfo</String>
   <String Id="Featureext_php_fileinfoDescription">libmagic bindings</String>
   <String Id="Featureext_php_fileproTitle">filePro</String>
@@ -800,6 +802,8 @@
   <String Id="Featureext_php_spl_typesDescription">SPL Types is a collection 
of special typehandling classes.</String>
   <String Id="Featureext_php_sqliteTitle">SQLite</String>
   <String Id="Featureext_php_sqliteDescription">SQLite Functions</String>
+  <String Id="Featureext_php_sqlite3Title">SQLite 3</String>
+  <String Id="Featureext_php_sqlite3Description">SQLite 3 Functions</String>
   <String Id="Featureext_php_ssh2Title">ssh2</String>
   <String Id="Featureext_php_ssh2Description">Bindings for the libssh2 
library</String>
   <String Id="Featureext_php_statsTitle">stats</String>



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to