can we get ZIP extension recompiled into php54.x86_64 5.4.1-2.ius.el6

Asked by James O'Dell

ZIP is included in the PHP 5.3/5.4 source code, and it's already compiled into php53u.x86_64 ( 5.3.10-2.ius.el5 )

I.E.

Configure Command => './configure' '--build=x86_64-redhat-linux-gnu' '--host=x86_64-redhat-linux-gnu' '--target=x86_64-redhat-linux-gnu' '--program-prefix=' '--prefix=/usr' '--exec-prefix=/usr' '--bindir=/usr/bin' '--sbindir=/usr/sbin' '--sysconfdir=/etc' '--datadir=/usr/share' '--includedir=/usr/include' '--libdir=/usr/lib64' '--libexecdir=/usr/libexec' '--localstatedir=/var' '--sharedstatedir=/usr/com' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--cache-file=../config.cache' '--with-libdir=lib64' '--with-config-file-path=/etc' '--with-config-file-scan-dir=/etc/php.d' '--disable-debug' '--with-pic' '--disable-rpath' '--without-pear' '--with-bz2' '--with-exec-dir=/usr/bin' '--with-freetype-dir=/usr' '--with-png-dir=/usr' '--with-xpm-dir=/usr' '--enable-gd-native-ttf' '--with-t1lib=/usr' '--without-gdbm' '--with-gettext' '--with-gmp' '--with-iconv' '--with-jpeg-dir=/usr' '--with-openssl' '--with-pcre-regex' '--with-zlib' '--with-layout=GNU' '--enable-exif' '--enable-ftp' '--enable-magic-quotes' '--enable-sockets' '--enable-sysvsem' '--enable-sysvshm' '--enable-sysvmsg' '--with-kerberos' '--enable-ucd-snmp-hack' '--enable-shmop' '--enable-calendar' '--without-mime-magic' '--without-sqlite' '--with-libxml-dir=/usr' '--with-xml' '--with-system-tzdata' '--enable-force-cgi-redirect' '--enable-pcntl' '--with-imap=shared' '--with-imap-ssl' '--enable-mbstring=shared' '--enable-mbregex' '--with-gd=shared' '--enable-bcmath=shared' '--enable-dba=shared' '--with-db4=/usr' '--with-xmlrpc=shared' '--with-ldap=shared' '--with-ldap-sasl' '--with-mysql=shared,/usr' '--with-mysqli=shared,/usr/lib64/mysql/mysql_config' '--enable-dom=shared' '--with-pgsql=shared' '--enable-wddx=shared' '--with-snmp=shared,/usr' '--enable-soap=shared' '--with-xsl=shared,/usr' '--enable-xmlreader=shared' '--enable-xmlwriter=shared' '--with-curl=shared,/usr' '--enable-fastcgi' '--enable-pdo=shared' '--with-pdo-odbc=shared,unixODBC,/usr' '--with-pdo-mysql=shared,/usr/lib64/mysql/mysql_config' '--with-pdo-pgsql=shared,/usr' '--with-pdo-sqlite=shared,/usr' '--with-pdo-dblib=shared,/usr' '--enable-json=shared' '--enable-zip=shared' '--without-readline' '--with-libedit' '--with-pspell=shared' '--enable-phar=shared' '--with-mcrypt=shared,/usr' '--with-tidy=shared,/usr' '--with-mssql=shared,/usr' '--enable-sysvmsg=shared' '--enable-sysvshm=shared' '--enable-sysvsem=shared' '--enable-posix=shared' '--with-unixODBC=shared,/usr' '--enable-fileinfo=shared' '--enable-intl=shared' '--with-icu-dir=/usr' '--with-enchant=shared,/usr' '--with-recode=shared,/usr'

Note the '--enable-zip=shared'

with php54.x86_64 ( 5.4.1-2.ius.el6 ) it's not

Configure Command => './configure' '--build=x86_64-unknown-linux-gnu' '--host=x86_64-unknown-linux-gnu' '--target=x86_64-redhat-linux-gnu' '--program-prefix=' '--prefix=/usr' '--exec-prefix=/usr' '--bindir=/usr/bin' '--sbindir=/usr/sbin' '--sysconfdir=/etc' '--datadir=/usr/share' '--includedir=/usr/include' '--libdir=/usr/lib64' '--libexecdir=/usr/libexec' '--localstatedir=/var' '--sharedstatedir=/var/lib' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--cache-file=../config.cache' '--with-libdir=lib64' '--with-config-file-path=/etc' '--with-config-file-scan-dir=/etc/php.d' '--disable-debug' '--with-pic' '--disable-rpath' '--without-pear' '--with-bz2' '--with-exec-dir=/usr/bin' '--with-freetype-dir=/usr' '--with-png-dir=/usr' '--with-xpm-dir=/usr' '--enable-gd-native-ttf' '--with-t1lib=/usr' '--without-gdbm' '--with-gettext' '--with-gmp' '--with-iconv' '--with-jpeg-dir=/usr' '--with-openssl' '--with-pcre-regex=/usr' '--with-zlib' '--with-layout=GNU' '--enable-exif' '--enable-ftp' '--enable-magic-quotes' '--enable-sockets' '--with-kerberos' '--enable-ucd-snmp-hack' '--enable-shmop' '--enable-calendar' '--with-libxml-dir=/usr' '--enable-xml' '--with-system-tzdata' '--with-mhash' '--enable-force-cgi-redirect' '--libdir=/usr/lib64/php' '--enable-pcntl' '--with-imap=shared' '--with-imap-ssl' '--enable-mbstring=shared' '--enable-mbregex' '--with-gd=shared' '--enable-bcmath=shared' '--enable-dba=shared' '--with-db4=/usr' '--with-xmlrpc=shared' '--with-ldap=shared' '--with-ldap-sasl' '--enable-mysqlnd=shared' '--with-mysql=shared,mysqlnd' '--with-mysqli=shared,mysqlnd' '--with-mysql-sock=/var/lib/mysql/mysql.sock' '--with-interbase=shared,/usr/lib64/firebird' '--with-pdo-firebird=shared,/usr/lib64/firebird' '--enable-dom=shared' '--with-pgsql=shared' '--enable-wddx=shared' '--with-snmp=shared,/usr' '--enable-soap=shared' '--with-xsl=shared,/usr' '--enable-xmlreader=shared' '--enable-xmlwriter=shared' '--with-curl=shared,/usr' '--enable-fastcgi' '--enable-pdo=shared' '--with-pdo-odbc=shared,unixODBC,/usr' '--with-pdo-mysql=shared,mysqlnd' '--with-pdo-pgsql=shared,/usr' '--with-pdo-sqlite=shared,/usr' '--with-pdo-dblib=shared,/usr' '--with-sqlite3=shared,/usr' '--enable-json=shared' '--without-readline' '--with-libedit' '--with-pspell=shared' '--enable-phar=shared' '--with-mcrypt=shared,/usr' '--with-tidy=shared,/usr' '--with-mssql=shared,/usr' '--enable-sysvmsg=shared' '--enable-sysvshm=shared' '--enable-sysvsem=shared' '--enable-posix=shared' '--with-unixODBC=shared,/usr' '--enable-fileinfo=shared' '--enable-intl=shared' '--with-icu-dir=/usr' '--with-enchant=shared,/usr' '--with-recode=shared,/usr'

No Zip support

Question information

Language:
English Edit question
Status:
Expired
For:
IUS Community Project Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Jeffrey Ness (jeffrey-ness) said :
#1

James,

Thank you very much for helping us identify this lacking feature in php54,
I've corrected this with the following commit:

  http://bazaar.launchpad.net/~ius-coredev/ius/php54/revision/9

I will build a package including this module today, and get it available in
testing for tonights sync.

Jeffrey-

Revision history for this message
Jeffrey Ness (jeffrey-ness) said :
#2

Build created and tagged, awaiting nightly sync.

Revision history for this message
Jeffrey Ness (jeffrey-ness) said :
#3

This testing package has available Zip modules:

   http://dl.iuscommunity.org/pub/ius/testing/Redhat/5/x86_64/repoview/php54-common.html

$ rpm -qp http://dl.iuscommunity.org/pub/ius/testing/Redhat/5/x86_64/php54-common-5.4.3-1.ius.el5.x86_64.rpm --provides | grep -i zip
php-pecl(zip) = 1.9.1
php-pecl-zip = 1.9.1
php-zip
php54-pecl(zip) = 1.9.1
php54-pecl-zip = 1.9.1
php54-zip
zip.so()(64bit)

==

Would you please test these latest testing packages, and let me know if it works as expected?

   yum install php54 php54-common --enablerepo=ius-testing

Thank you very much
Jeffrey

Revision history for this message
James O'Dell (jodell) said :
#4

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Looks good to me

On 5/9/2012 7:41 AM, Jeffrey Ness wrote:
> Your question #196422 on IUS Community Project changed:
> https://answers.launchpad.net/ius/+question/196422
>
> Jeffrey Ness posted a new comment:
> This testing package has available Zip modules:
>
> http://dl.iuscommunity.org/pub/ius/testing/Redhat/5/x86_64/repoview/php54-common.html
>
> $ rpm -qp http://dl.iuscommunity.org/pub/ius/testing/Redhat/5/x86_64/php54-common-5.4.3-1.ius.el5.x86_64.rpm --provides | grep -i zip
> php-pecl(zip) = 1.9.1
> php-pecl-zip = 1.9.1
> php-zip
> php54-pecl(zip) = 1.9.1
> php54-pecl-zip = 1.9.1
> php54-zip
> zip.so()(64bit)
>
> ==
>
> Would you please test these latest testing packages, and let me know if
> it works as expected?
>
> yum install php54 php54-common --enablerepo=ius-testing
>
> Thank you very much
> Jeffrey
>

- --
Jim O'Dell
Network Analyst
California State University Fullerton
Email: <email address hidden>
Phone: (657) 278-2256
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk+quGsACgkQREVHAOnXPYStegCbBLSmT1e2uvJ3ebApRie556ud
0PcAn3BeztdNCCnG6M7GsWDk39v4JjQQ
=ODQo
-----END PGP SIGNATURE-----

Revision history for this message
Jeffrey Ness (jeffrey-ness) said :
#5

Thanks James

Revision history for this message
Launchpad Janitor (janitor) said :
#6

This question was expired because it remained in the 'Open' state without activity for the last 15 days.