-
Notifications
You must be signed in to change notification settings - Fork 32
Make configure compatible with PHP 7.4 #34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
33cb994
66b1ef8
2eae0b5
88df394
7dac1a0
7837601
ab8ec7a
d020d81
d6ad818
dac1c40
5154e53
25b45e7
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,6 +11,8 @@ else | |
apcu=apcu | ||
fi | ||
|
||
pecl channel-update pecl.php.net | ||
|
||
echo | pecl_install $apcu | ||
|
||
travis_time_finish | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
--enable-intl | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Doesn't this one also need all the version specific variations, at least for baseline, 7.4, master? (Which is also the reason why I still think that #29 is a more scalable solution to this problem.) There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. sorry, i borrowed this from the xenial base line default for my testing. |
||
--with-openssl | ||
--without-pear | ||
--with-gd | ||
--with-jpeg-dir=/usr | ||
--with-png-dir=/usr | ||
--with-freetype-dir=/usr | ||
--enable-exif | ||
--enable-zip | ||
--with-zlib | ||
--with-zlib-dir=/usr | ||
--with-mcrypt=/usr | ||
--with-pdo-sqlite | ||
--enable-soap | ||
--enable-xmlreader | ||
--with-xsl | ||
--enable-ftp | ||
--with-tidy | ||
--with-xmlrpc | ||
--enable-sysvsem | ||
--enable-sysvshm | ||
--enable-sysvmsg | ||
--enable-shmop | ||
--with-mysql=mysqlnd | ||
--with-mysqli=mysqlnd | ||
--with-pdo-mysql=mysqlnd | ||
--enable-pcntl | ||
--with-readline | ||
--enable-mbstring | ||
--with-curl | ||
--with-pgsql | ||
--with-pdo-pgsql | ||
--with-gettext | ||
--enable-sockets | ||
--with-bz2 | ||
--enable-bcmath | ||
--enable-calendar | ||
--with-libdir=lib | ||
--enable-fpm | ||
--enable-maintainer-zts | ||
--with-gmp | ||
--with-kerberos | ||
--with-imap | ||
--with-imap-ssl | ||
--with-kerberos | ||
--with-ldap | ||
--with-ldap-sasl | ||
--enable-dba | ||
--with-cdb |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
--enable-intl | ||
--with-openssl | ||
--without-pear | ||
--enable-gd | ||
--with-jpeg | ||
--with-freetype | ||
--enable-exif | ||
--enable-zip | ||
--with-zlib | ||
--with-zlib-dir=/usr | ||
--with-pdo-sqlite | ||
--enable-soap | ||
--enable-xmlreader | ||
--with-xsl | ||
--enable-ftp | ||
--with-tidy | ||
--with-xmlrpc | ||
--enable-sysvsem | ||
--enable-sysvshm | ||
--enable-sysvmsg | ||
--enable-shmop | ||
--with-mysqli=mysqlnd | ||
--with-pdo-mysql=mysqlnd | ||
--enable-pcntl | ||
--with-readline | ||
--enable-mbstring | ||
--with-curl | ||
--with-pgsql | ||
--with-pdo-pgsql | ||
--with-gettext | ||
--enable-sockets | ||
--with-bz2 | ||
--enable-bcmath | ||
--enable-calendar | ||
--with-libdir=lib | ||
--enable-fpm | ||
--enable-maintainer-zts | ||
--with-gmp | ||
--with-imap | ||
--with-imap-ssl | ||
--with-kerberos | ||
--with-ldap | ||
--with-ldap-sasl | ||
--enable-dba | ||
--with-cdb |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
--enable-intl | ||
--with-openssl | ||
--without-pear | ||
--enable-gd | ||
--with-jpeg | ||
--with-freetype | ||
--enable-exif | ||
--enable-zip | ||
--with-zlib | ||
--with-zlib-dir=/usr | ||
--with-pdo-sqlite | ||
--enable-soap | ||
--enable-xmlreader | ||
--with-xsl | ||
--enable-ftp | ||
--with-tidy | ||
--with-xmlrpc | ||
--enable-sysvsem | ||
--enable-sysvshm | ||
--enable-sysvmsg | ||
--enable-shmop | ||
--with-mysqli=mysqlnd | ||
--with-pdo-mysql=mysqlnd | ||
--enable-pcntl | ||
--with-readline | ||
--enable-mbstring | ||
--with-curl | ||
--with-pgsql | ||
--with-pdo-pgsql | ||
--with-gettext | ||
--enable-sockets | ||
--with-bz2 | ||
--enable-bcmath | ||
--enable-calendar | ||
--with-libdir=lib | ||
--enable-fpm | ||
--enable-maintainer-zts | ||
--with-gmp | ||
--with-imap | ||
--with-imap-ssl | ||
--with-kerberos | ||
--with-ldap | ||
--with-ldap-sasl | ||
--enable-dba | ||
--with-cdb |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
--enable-intl | ||
--with-openssl | ||
--without-pear | ||
--enable-gd | ||
--with-jpeg | ||
--with-freetype | ||
--enable-exif | ||
--enable-zip | ||
--with-zlib | ||
--with-zlib-dir=/usr | ||
--with-pdo-sqlite | ||
--enable-soap | ||
--enable-xmlreader | ||
--with-xsl | ||
--enable-ftp | ||
--with-tidy | ||
--with-xmlrpc | ||
--enable-sysvsem | ||
--enable-sysvshm | ||
--enable-sysvmsg | ||
--enable-shmop | ||
--with-mysqli=mysqlnd | ||
--with-pdo-mysql=mysqlnd | ||
--enable-pcntl | ||
--with-readline | ||
--enable-mbstring | ||
--with-curl | ||
--with-pgsql | ||
--with-pdo-pgsql | ||
--with-gettext | ||
--enable-sockets | ||
--with-bz2 | ||
--enable-bcmath | ||
--enable-calendar | ||
--with-libdir=lib | ||
--enable-fpm | ||
--enable-maintainer-zts | ||
--with-gmp | ||
--with-imap | ||
--with-imap-ssl | ||
--with-kerberos | ||
--with-ldap | ||
--with-ldap-sasl | ||
--enable-dba | ||
--with-cdb |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
--enable-intl | ||
--with-openssl | ||
--without-pear | ||
--enable-gd | ||
--with-jpeg | ||
--with-freetype | ||
--enable-exif | ||
--enable-zip | ||
--with-zlib | ||
--with-zlib-dir=/usr | ||
--with-pdo-sqlite | ||
--enable-soap | ||
--enable-xmlreader | ||
--with-xsl | ||
--enable-ftp | ||
--with-tidy | ||
--with-xmlrpc | ||
--enable-sysvsem | ||
--enable-sysvshm | ||
--enable-sysvmsg | ||
--enable-shmop | ||
--with-mysqli=mysqlnd | ||
--with-pdo-mysql=mysqlnd | ||
--enable-pcntl | ||
--with-readline | ||
--enable-mbstring | ||
--with-curl | ||
--with-pgsql | ||
--with-pdo-pgsql | ||
--with-gettext | ||
--enable-sockets | ||
--with-bz2 | ||
--enable-bcmath | ||
--enable-calendar | ||
--with-libdir=lib | ||
--enable-fpm | ||
--enable-maintainer-zts | ||
--with-gmp | ||
--with-imap | ||
--with-imap-ssl | ||
--with-kerberos | ||
--with-ldap | ||
--with-ldap-sasl | ||
--enable-dba | ||
--with-cdb |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
prefix=/usr | ||
exec_prefix=${prefix} | ||
libdir=${prefix}/lib/x86_64-linux-gnu | ||
includedir=${prefix}/include | ||
|
||
Name: libjpeg | ||
Description: JPEG image codec | ||
Version: | ||
Libs: -L${libdir} -ljpeg | ||
Cflags: -I${includedir} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What are these trailing slashes for?