Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
php
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
certo
php
Commits
69bfa796
Commit
69bfa796
authored
Nov 08, 2024
by
Vladimir Bashkirtsev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added php 7.4.7 for use with older packages
parent
4aa25347
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
0 deletions
+20
-0
Makefile
Makefile
+20
-0
php-7.4.7.tar.xz
php-7.4.7.tar.xz
+0
-0
No files found.
Makefile
View file @
69bfa796
...
...
@@ -26,6 +26,26 @@ all: httpd-conf php-fpm-service
swapoff
swap
rm
-rf
swap
7
:
httpd-conf php-fpm-service
tar
xf php-7.4.7.tar.xz
cd
php-7.4.7
&&
./configure
--prefix
=
/usr
--sysconfdir
=
/etc
--with-config-file-scan-dir
=
/etc/php.d
--localstatedir
=
/var
--datadir
=
/usr/share/php
--mandir
=
/usr/share/man
--enable-fpm
--with-fpm-user
=
apache
--with-fpm-group
=
apache
--with-fpm-systemd
--with-config-file-path
=
/etc
--with-zlib
--enable-bcmath
--with-bz2
--enable-calendar
--enable-dba
=
shared
--with-gdbm
--with-gmp
--enable-ftp
--with-gettext
--enable-mbstring
--with-readline
--enable-sockets
--enable-intl
--enable-soap
--with-openssl
--with-mysqli
--with-pdo-mysql
--with-mysql-sock
=
/run/mysql.sock
--with-curl
--enable-gd
--with-jpeg
--with-freetype
--with-ldap
--with-xsl
--enable-exif
--with-zip
$(MAKE)
-C
php-7.4.7 CPPFLAGS+
=
' -DU_USING_ICU_NAMESPACE=1'
-
yes
"n"
|
$(MAKE)
-C
php-7.4.7
test
$(MAKE)
-C
php-7.4.7
install
cd
php-7.4.7
&&
install
-v
-m644
php.ini-production /etc/php.ini
cd
php-7.4.7
&&
install
-v
-m755
-d
/usr/share/doc/php-7.4.7
cd
php-7.4.7
&&
install
-v
-m644
EXTENSIONS NEWS README
*
UPGRADING
*
/usr/share/doc/php-7.4.7
ln
-v
-sfn
/usr/lib/php/doc/Archive_Tar/docs/Archive_Tar.txt /usr/share/doc/php-7.4.7
ln
-v
-sfn
/usr/lib/php/doc/Structures_Graph/docs /usr/share/doc/php-7.4.7
mv
-v
/etc/php-fpm.conf.default /etc/php-fpm.conf
mv
-v
/etc/php-fpm.d/www.conf.default /etc/php-fpm.d/www.conf
mkdir
-p
/etc/php.d
sed
-i
's@php/includes"@&\ninclude_path = ".:/usr/lib/php"@'
/etc/php.ini
@
echo
"
$$
HTTPD_CONF"
>
/etc/httpd/conf/php.conf
@
echo
"
$$
PHP_FPM_SERVICE"
>
/lib/systemd/system/php-fpm.service
systemctl
enable
php-fpm.service
rm
-rf
php-7.4.7
php
:
tar
xf php-8.0.7.tar.xz
cd
php-8.0.7
&&
./configure
--prefix
=
/usr
--sysconfdir
=
/etc
--with-config-file-scan-dir
=
/etc/php.d
--localstatedir
=
/var
--datadir
=
/usr/share/php
--mandir
=
/usr/share/man
--enable-fpm
--with-fpm-user
=
apache
--with-fpm-group
=
apache
--with-fpm-systemd
--with-config-file-path
=
/etc
--with-zlib
--enable-bcmath
--with-bz2
--enable-calendar
--enable-dba
=
shared
--with-gdbm
--with-gmp
--enable-ftp
--with-gettext
--enable-mbstring
--with-readline
--enable-sockets
--enable-intl
--enable-soap
--with-openssl
--with-mysqli
--with-pdo-mysql
--with-mysql-sock
=
/run/mysql.sock
--with-curl
--enable-gd
--with-jpeg
--with-freetype
--with-ldap
--with-xsl
--enable-exif
--with-zip
...
...
php-7.4.7.tar.xz
0 → 100644
View file @
69bfa796
File added
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment