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
749af991
Commit
749af991
authored
Jan 11, 2021
by
Vladimir Bashkirtsev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added exif and zip PHP extensions
parent
7bab7304
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Makefile
Makefile
+2
-2
No files found.
Makefile
View file @
749af991
all
:
httpd-conf php-fpm-service
all
:
httpd-conf php-fpm-service
tar
xf php-7.3.6.tar.xz
tar
xf php-7.3.6.tar.xz
cd
php-7.3.6
&&
./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
--with-gd
--with-jpeg-dir
--with-freetype-dir
--with-ldap
--with-xsl
cd
php-7.3.6
&&
./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
--with-gd
--with-jpeg-dir
--with-freetype-dir
--with-ldap
--with-xsl
--enable-exif
--enable-zip
$(MAKE)
-C
php-7.3.6 CPPFLAGS+
=
' -DU_USING_ICU_NAMESPACE=1'
$(MAKE)
-C
php-7.3.6 CPPFLAGS+
=
' -DU_USING_ICU_NAMESPACE=1'
-
yes
"n"
|
$(MAKE)
-C
php-7.3.6
test
-
yes
"n"
|
$(MAKE)
-C
php-7.3.6
test
$(MAKE)
-C
php-7.3.6
install
$(MAKE)
-C
php-7.3.6
install
...
@@ -20,7 +20,7 @@ all: httpd-conf php-fpm-service
...
@@ -20,7 +20,7 @@ all: httpd-conf php-fpm-service
php
:
php
:
tar
xf php-7.3.6.tar.xz
tar
xf php-7.3.6.tar.xz
cd
php-7.3.6
&&
./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
--with-gd
--with-jpeg-dir
--with-freetype-dir
--with-ldap
--with-xsl
cd
php-7.3.6
&&
./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
--with-gd
--with-jpeg-dir
--with-freetype-dir
--with-ldap
--with-xsl
--enable-exif
--enable-zip
$(MAKE)
-C
php-7.3.6 CPPFLAGS+
=
' -DU_USING_ICU_NAMESPACE=1'
$(MAKE)
-C
php-7.3.6 CPPFLAGS+
=
' -DU_USING_ICU_NAMESPACE=1'
-
yes
"n"
|
$(MAKE)
-C
php-7.3.6
test
-
yes
"n"
|
$(MAKE)
-C
php-7.3.6
test
$(MAKE)
-C
php-7.3.6
install
$(MAKE)
-C
php-7.3.6
install
...
...
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