|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2005-03-30 09:00 UTC] sniper@php.net
|
|||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Fri Dec 12 18:00:01 2025 UTC |
The "Inconsistent parameter list declaration" error is displayed because it seems to me that configure doesn't recognise that "const" works correctly on HP-UX. I was not able to correct this in configure, but here's a work around: 1. run configure 2. change config.h line 8 from: #define const to: #define const const