|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2014-12-28 18:54 UTC] kalle@php.net
-Status: Open
+Status: Closed
-Assigned To:
+Assigned To: kalle
[2014-12-28 18:54 UTC] kalle@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Fri Nov 07 02:00:01 2025 UTC |
Description: ------------ /root/_build/php/php-5.6.4/ext/zip/lib/zipint.h:145:1: warning: "MAXCOMLEN" redefined In file included from /root/_build/php/php-5.6.4/main/php.h:210, from /root/_build/php/php-5.6.4/ext/zip/lib/zip.h:39, from /root/_build/php/php-5.6.4/ext/zip/lib/zipint.h:52, from /root/_build/php/php-5.6.4/ext/zip/lib/zip_string.c:39: /usr/include/sys/param.h:76:1: warning: this is the location of the previous definition /root/_build/php/php-5.6.4/ext/zip/lib/zipint.h: ------------------------------- #define MAXCOMLEN 65536 ------------------------------- /usr/include/sys/param.h: ------------------------------- /* * Machine-independent constants (some used in following include files). * Redefined constants are from POSIX 1003.1 limits file. * * MAXCOMLEN should be >= sizeof(ac_comm) (see <acct.h>) * MAXLOGNAME should be == UT_NAMESIZE+1 (see <utmp.h>) */ #include <sys/syslimits.h> #define MAXCOMLEN 19 /* max command name remembered */ -------------------------------