php-7.2.0:ver.bump
This commit is contained in:
@@ -65,8 +65,8 @@ def setup():
|
||||
|
||||
# Don't touch apache.conf
|
||||
for i in pisitools.ls("sapi/*/config.m4"):
|
||||
pisitools.dosed(i, "\\-i \\-a \\-n php5", "-i -n php5")
|
||||
pisitools.dosed(i, "\\-i \\-A \\-n php5", "-i -n php5")
|
||||
pisitools.dosed(i, "\\-i \\-a \\-n php7", "-i -n php7")
|
||||
pisitools.dosed(i, "\\-i \\-A \\-n php7", "-i -n php7")
|
||||
|
||||
autotools.autoconf()
|
||||
|
||||
|
||||
@@ -0,0 +1,19 @@
|
||||
LoadModule php7_module modules/libphp7.so
|
||||
|
||||
AddHandler php7-script .php
|
||||
|
||||
# Set it to handle the files
|
||||
<IfModule mod_mime.c>
|
||||
AddType application/x-httpd-php .php
|
||||
AddType application/x-httpd-php .phtml
|
||||
AddType application/x-httpd-php .php3
|
||||
AddType application/x-httpd-php .php4
|
||||
AddType application/x-httpd-php .php5
|
||||
AddType application/x-httpd-php-source .phps
|
||||
</IfModule>
|
||||
|
||||
#
|
||||
# Add index.php to the list of files that will be served as directory
|
||||
# indexes.
|
||||
#
|
||||
DirectoryIndex index.php index.phtml
|
||||
@@ -10,9 +10,9 @@
|
||||
</Packager>
|
||||
<License>PHP</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>PHP5 is an HTML-embedded scripting language. The goal of the language is to allow web developers to write dynamically generated pages quickly</Summary>
|
||||
<Description>PHP5 is an HTML-embedded scripting language. Much of its syntax is borrowed from C, Java and Perl with a couple of unique PHP-specific features thrown in. The goal of the language is to allow web developers to write dynamically generated pages quickly.</Description>
|
||||
<Archive sha1sum="9ac486b7f86c01a297375cae5728b424ac5790ce" type="tarbz2">http://us2.php.net/distributions/php-5.6.30.tar.bz2</Archive>
|
||||
<Summary>PHP7 is an HTML-embedded scripting language. The goal of the language is to allow web developers to write dynamically generated pages quickly</Summary>
|
||||
<Description>PHP7 is an HTML-embedded scripting language. Much of its syntax is borrowed from C, Java and Perl with a couple of unique PHP-specific features thrown in. The goal of the language is to allow web developers to write dynamically generated pages quickly.</Description>
|
||||
<Archive sha1sum="b15bd8fef8d5b99b993784e9c2254ab82f616c64" type="tarbz2">http://us2.php.net/distributions/php-7.2.0.tar.bz2</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>gd-devel</Dependency>
|
||||
<Dependency>harfbuzz-devel</Dependency>
|
||||
@@ -36,10 +36,10 @@
|
||||
<Dependency>openssl-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<Patch level="1">int_overflow_in_mt_rand.patch</Patch>
|
||||
<Patch level="1">stack_buffer_overflow_in_imagepstext.patch</Patch>
|
||||
<Patch level="1">denial_of_service_in_getArchiveComment.patch</Patch>
|
||||
<Patch level="1">php-imap-myrights.diff</Patch>
|
||||
<!-- <Patch level="1">int_overflow_in_mt_rand.patch</Patch> -->
|
||||
<!-- <Patch level="1">stack_buffer_overflow_in_imagepstext.patch</Patch> -->
|
||||
<!-- <Patch level="1">denial_of_service_in_getArchiveComment.patch</Patch> -->
|
||||
<!-- <Patch level="1">php-imap-myrights.diff</Patch> -->
|
||||
<Patch level="0">db6.patch</Patch>
|
||||
<!-- <Patch>950-Fix-dl-cross-compiling-issue.patch</Patch> -->
|
||||
|
||||
@@ -89,7 +89,7 @@
|
||||
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib/php/modules</Path>
|
||||
<Path fileType="data">/usr/share/php5</Path>
|
||||
<Path fileType="data">/usr/share/php7</Path>
|
||||
<Path fileType="data">/etc/php/ext</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
@@ -130,12 +130,12 @@
|
||||
<Dependency>libjpeg-turbo</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib/apache2/modules/libphp5.so</Path>
|
||||
<Path fileType="library">/usr/lib/apache2/modules/libphp7.so</Path>
|
||||
<Path fileType="config">/etc/apache2</Path>
|
||||
<Path fileType="config">/etc/php/apache2</Path>
|
||||
</Files>
|
||||
<AdditionalFiles>
|
||||
<AdditionalFile target="/etc/apache2/modules.d/70_mod_php5.conf" permission="0644" owner="root">70_mod_php5.conf</AdditionalFile>
|
||||
<AdditionalFile target="/etc/apache2/modules.d/70_mod_php7.conf" permission="0644" owner="root">70_mod_php7.conf</AdditionalFile>
|
||||
</AdditionalFiles>
|
||||
</Package>
|
||||
|
||||
@@ -191,6 +191,7 @@
|
||||
<Path fileType="executable">/usr/sbin/php-fpm</Path>
|
||||
<Path fileType="man">/usr/share/man/man8/php-fpm.8</Path>
|
||||
<Path fileType="config">/etc/php/ext/php-fpm.conf</Path>
|
||||
<Path fileType="config">/etc/php-fpm.d/www.conf.default</Path>
|
||||
<Path fileType="data">/usr/share/fpm</Path>
|
||||
<Path fileType="data">/run</Path>
|
||||
<Path fileType="data">/var/log</Path>
|
||||
@@ -205,6 +206,13 @@
|
||||
|
||||
|
||||
<History>
|
||||
<Update release="4">
|
||||
<Date>2017-12-24</Date>
|
||||
<Version>7.2.0</Version>
|
||||
<Comment>Version Bump</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2017-06-06</Date>
|
||||
<Version>5.6.30</Version>
|
||||
@@ -227,4 +235,4 @@
|
||||
<Email>kaptan@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
</PISI>
|
||||
|
||||
@@ -3,8 +3,8 @@
|
||||
<Source>
|
||||
<Name>php</Name>
|
||||
<Summary xml:lang="tr">Dinamik HTML sayfaları oluşturmak için kullanılan bir programlama dili</Summary>
|
||||
<Description xml:lang="tr">PHP5, dinamik HTML sayfaları oluşturmak için kullanılan bir programlama dilidir. Dil yapısının önemli bir kısmı C, Java ve Perl'den alınmıştır. Bu dilin amacı, web geliştiricilerinin kısa zamanda dinamik sayfalar oluşturmasına imkan vermektir.</Description>
|
||||
<Description xml:lang="es">PHP5 es un languaje interpretado que puede estar embebido en HTML. Muchas partes de su sintaxis fueron prestados de C, Java y Perl con algunas facilidades agregados únicas de PHP. El lenguaje permite a desarrolladores web escribir de manera sencilla páginas con contenido dinámico.</Description>
|
||||
<Description xml:lang="tr">PHP7, dinamik HTML sayfaları oluşturmak için kullanılan bir programlama dilidir. Dil yapısının önemli bir kısmı C, Java ve Perl'den alınmıştır. Bu dilin amacı, web geliştiricilerinin kısa zamanda dinamik sayfalar oluşturmasına imkan vermektir.</Description>
|
||||
<Description xml:lang="es">PHP7 es un languaje interpretado que puede estar embebido en HTML. Muchas partes de su sintaxis fueron prestados de C, Java y Perl con algunas facilidades agregados únicas de PHP. El lenguaje permite a desarrolladores web escribir de manera sencilla páginas con contenido dinámico.</Description>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
|
||||
Reference in New Issue
Block a user