|   | php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | 
| 
 PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits              [2014-10-24 17:05 UTC] aharvey@php.net
 
-Status: Open
+Status: Feedback
  [2014-10-24 17:05 UTC] aharvey@php.net
  [2014-10-24 19:38 UTC] 0kaba0 at gmail dot com
 
-Status: Feedback
+Status: Open
  [2014-10-24 19:38 UTC] 0kaba0 at gmail dot com
  [2014-12-21 18:19 UTC] avarsanov at yahoo dot com
  [2015-01-26 13:26 UTC] showerheadsuk at hotmail dot com
  [2015-02-21 15:38 UTC] jrpozo at conclase dot net
  [2015-06-02 10:41 UTC] ScullyZ at posteo dot net
  [2015-06-02 11:05 UTC] ScullyZ at posteo dot net
  [2015-09-10 04:39 UTC] ax at jentian dot com
  [2016-03-16 18:12 UTC] michael dot duelm at giata dot de
  [2016-05-24 05:52 UTC] nulash2010cool at gmail dot com
  [2016-06-28 18:41 UTC] cmb@php.net
 
-Status:      Open
+Status:      Feedback
-Assigned To:
+Assigned To: cmb
  [2016-06-28 18:41 UTC] cmb@php.net
  [2016-07-10 04:22 UTC] php-bugs at lists dot php dot net
  [2016-07-19 16:34 UTC] pzawora at gmail dot com
  [2016-07-19 17:29 UTC] cmb@php.net
 
-Status: No Feedback
+Status: Open
  [2016-07-19 17:29 UTC] cmb@php.net
  [2016-08-17 10:50 UTC] cmb@php.net
  [2016-08-17 10:50 UTC] cmb@php.net
 
-Status: Assigned
+Status: Closed
  [2016-10-17 10:09 UTC] bwoebi@php.net
  [2021-11-08 20:17 UTC] mtbox74 at gmail dot com
  [2021-11-08 21:40 UTC] cmb@php.net
 | |||||||||||||||||||||||||||||||||||||
|  Copyright © 2001-2025 The PHP Group All rights reserved. | Last updated: Fri Oct 31 10:00:02 2025 UTC | 
Description: ------------ Compilation fails with the error: /bin/sh /usr/local/src/php-5.6.2/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/zip/ -I/usr/local/src/php-5.6.2/ext/zip/ -DPHP_ATOM_INC -I/usr/local/src/php-5.6.2/include -I/usr/local/src/php-5.6.2/main -I/usr/local/src/php-5.6.2 -I/usr/local/src/php-5.6.2/ext/date/lib -I/usr/local/src/php-5.6.2/ext/ereg/regex -I/opt/xml2/include/libxml2 -I/opt/pcre/include -I/opt/curlssl//include -I/usr/X11 -I/usr/include/freetype2 -I/opt/php_with_imap_client//include -I/usr/local/src/php-5.6.2/ext/mbstring/oniguruma -I/usr/local/src/php-5.6.2/ext/mbstring/libmbfl -I/usr/local/src/php-5.6.2/ext/mbstring/libmbfl/mbfl -I/opt/libmcrypt//include -I/usr/include/mysql -I/opt/tidy//include -I/opt/xslt/include -I/opt/xslt//include -I/usr/local/src/php-5.6.2/ext/zip/lib -I/usr/local/src/php-5.6.2/TSRM -I/usr/local/src/php-5.6.2/Zend -I/usr/include -g -O2 -fvisibility=hidden -prefer-pic -c /usr/local/src/php-5.6.2/ext/zip/lib/zip_add.c -o ext/zip/lib/zip_add.lo In file included from /usr/local/src/php-5.6.2/ext/zip/lib/zip_add.c:37: /usr/local/src/php-5.6.2/ext/zip/lib/zipint.h:118:2: error: #error unsupported size of off_t make: *** [ext/zip/lib/zip_add.lo] Error 1 Test script: --------------- ./configure \ --prefix=/usr/local/php/5.6 \ --exec-prefix=/usr/local/php/5.6 \ --with-config-file-path=/usr/local/php/5.6 \ --disable-fileinfo \ --enable-bcmath \ --enable-calendar \ --enable-exif \ --enable-ftp \ --enable-gd-native-ttf \ --enable-libxml \ --enable-mbstring \ --enable-soap \ --enable-sockets \ --enable-wddx \ --with-bz2 \ --enable-zip \ --with-curl=/opt/curlssl/ \ --with-freetype-dir=/usr \ --with-gd \ --with-gettext \ --with-imap=/opt/php_with_imap_client/ \ --with-imap-ssl=/usr \ --with-jpeg-dir=/usr \ --with-kerberos \ --with-libdir=lib64 \ --with-libexpat-dir=/usr \ --with-libxml-dir=/opt/xml2 \ --with-libxml-dir=/opt/xml2/ \ --with-mcrypt=/opt/libmcrypt/ \ --with-mysql=/usr \ --with-mysql-sock=/var/lib/mysql/mysql.sock \ --with-mysqli=/usr/bin/mysql_config \ --with-openssl=/usr \ --with-openssl-dir=/usr \ --with-pcre-regex=/opt/pcre \ --with-sqlite3=shared \ --enable-pdo=shared \ --with-pdo-mysql=shared \ --with-pdo-sqlite=shared,/usr \ --with-pdo-pgsql=shared \ --with-pgsql=/usr \ --with-pic \ --with-png-dir=/usr \ --with-tidy=/opt/tidy/ \ --with-xmlrpc \ --with-xpm-dir=/usr \ --with-xsl=/opt/xslt/ \ --with-zlib \ --with-zlib-dir=/usr \ --with-iconv \ --enable-cli Expected result: ---------------- compile without error Actual result: -------------- error