Page Menu
Home
Solus
Search
Configure Global Search
Log In
Files
F11032322
D3786.id9366.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
3 KB
Referenced Files
None
Subscribers
None
D3786.id9366.diff
View Options
Index: Makefile
===================================================================
--- /dev/null
+++ Makefile
@@ -0,0 +1 @@
+include ../Makefile.common
Index: abi_used_libs
===================================================================
--- /dev/null
+++ abi_used_libs
@@ -0,0 +1,5 @@
+libc.so.6
+libgcc_s.so.1
+libodbc.so.2
+libodbcinst.so.2
+libstdc++.so.6
Index: files/php-mssql.ini
===================================================================
--- /dev/null
+++ files/php-mssql.ini
@@ -0,0 +1,2 @@
+extension = /usr/lib64/php/modules/sqlsrv.so
+extension = /usr/lib64/php/modules/pdo_sqlsrv.so
Index: package.yml
===================================================================
--- /dev/null
+++ package.yml
@@ -0,0 +1,39 @@
+name : php-mssql
+version : 5.3.0
+release : 1
+source :
+ - git|https://github.com/Microsoft/msphpsql.git : v5.3.0
+license : MIT
+component : programming
+summary : Microsoft Drivers for PHP for SQL Server
+description: |
+ Microsoft Drivers for PHP for SQL Server
+builddeps :
+ - msodbcsql-devel
+ - php-devel
+ - unixodbc-devel
+rundeps :
+ - php
+setup : |
+ cp -rf source/shared source/sqlsrv
+ cp -rf source/shared source/pdo_sqlsrv
+ for plugin in pdo_sqlsrv sqlsrv; do
+ pushd source/$plugin
+ phpize
+ libtoolize --force
+ aclocal
+ autoconf
+ %configure --with-$plugin
+ popd
+ done
+build : |
+ for plugin in pdo_sqlsrv sqlsrv; do
+ pushd source/$plugin
+ %make
+ popd
+ done
+install : |
+ for plugin in pdo_sqlsrv sqlsrv; do
+ install -Dm00644 source/$plugin/modules/$plugin.so $installdir/usr/lib64/php/modules/$plugin.so
+ done
+ install -Dm00644 $pkgfiles/php-mssql.ini $installdir/etc/php/conf.d/php-mssql.ini
Index: pspec_x86_64.xml
===================================================================
--- /dev/null
+++ pspec_x86_64.xml
@@ -0,0 +1,36 @@
+<PISI>
+ <Source>
+ <Name>php-mssql</Name>
+ <Packager>
+ <Name>Philipp Trulson</Name>
+ <Email>philipp@trulson.de</Email>
+ </Packager>
+ <License>MIT</License>
+ <PartOf>programming</PartOf>
+ <Summary xml:lang="en">Microsoft Drivers for PHP for SQL Server</Summary>
+ <Description xml:lang="en">Microsoft Drivers for PHP for SQL Server
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://solus-project.com/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>php-mssql</Name>
+ <Summary xml:lang="en">Microsoft Drivers for PHP for SQL Server</Summary>
+ <Description xml:lang="en">Microsoft Drivers for PHP for SQL Server
+</Description>
+ <PartOf>programming</PartOf>
+ <Files>
+ <Path fileType="config">/etc/php/conf.d/php-mssql.ini</Path>
+ <Path fileType="library">/usr/lib64/php/modules/pdo_sqlsrv.so</Path>
+ <Path fileType="library">/usr/lib64/php/modules/sqlsrv.so</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="1">
+ <Date>2018-09-03</Date>
+ <Version>5.3.0</Version>
+ <Comment>Packaging update</Comment>
+ <Name>Philipp Trulson</Name>
+ <Email>philipp@trulson.de</Email>
+ </Update>
+ </History>
+</PISI>
\ No newline at end of file
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Aug 10, 2:08 PM (1 d, 2 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5807818
Default Alt Text
D3786.id9366.diff (3 KB)
Attached To
Mode
D3786: Initial commit of php-mssql
Attached
Detach File
Event Timeline
Log In to Comment