diff --git a/talimatname/genel/php/php.kur-kos b/talimatname/genel/php/php.kur-kos deleted file mode 100644 index 5c587f4de..000000000 --- a/talimatname/genel/php/php.kur-kos +++ /dev/null @@ -1,2 +0,0 @@ -ln -v -sfn /usr/lib/php/doc/Archive_Tar/docs/Archive_Tar.txt /usr/share/doc/php-5.6.16 -ln -v -sfn /usr/lib/php/doc/Structures_Graph/docs /usr/share/doc/php-5.6.16 diff --git a/talimatname/genel/php/talimat b/talimatname/genel/php/talimat index 9ec783c51..f686ae566 100644 --- a/talimatname/genel/php/talimat +++ b/talimatname/genel/php/talimat @@ -4,12 +4,10 @@ # Depends on: apache libxml2 aspell aspell-tr libxslt enchant pcre pth freetype libexif libjpeg-turbo libpng libtiff xorg curl db mariadb openldap postgresql sqlite unixodbc openssl cyrus-sasl kerberos name=php -version=5.6.16 -release=3 - -source=(http://php.net/distributions/$name-$version.tar.xz - http://mirror.internode.on.net/pub/php/manual/php_manual_tr.tar.gz) +version=5.6.31 +release=1 +source=(http://php.net/distributions/$name-$version.tar.xz) build () { cd $name-$version @@ -40,11 +38,7 @@ build () { install -v -m644 php.ini-production $PKG/etc/php.ini mv -v $PKG/etc/php-fpm.conf{.default,} - install -v -m755 -d $PKG/usr/share/doc/php-$version - install -v -m644 CODING_STANDARDS EXTENSIONS INSTALL NEWS README* UPGRADING* php.gif \ - $PKG/usr/share/doc/php-$version - sed -i 's@php/includes"@&\ninclude_path = ".:/usr/lib/php"@' \ - $PKG/etc/php.ini + sed -i 's@php/includes"@&\ninclude_path = ".:/usr/lib/php"@' $PKG/etc/php.ini }