ID:               30380
 Updated by:       [EMAIL PROTECTED]
 Reported By:      per at computer dot org
 Status:           Assigned
 Bug Type:         PHP options/info functions
 Operating System: linux 2.4.27
 PHP Version:      4.3.9
 Assigned To:      hholzgra
 New Comment:

the commit message says

  getopt with long options reverted to configure problems
  (may find the wrong getopt.h so needed structures are not defined 
    :(     
  )

have to dig through the archives to see what that really was about ...


Previous Comments:
------------------------------------------------------------------------

[2004-10-11 07:58:41] [EMAIL PROTECTED]

Hartmut,

what was the reason why you disabled this again?

Derick

------------------------------------------------------------------------

[2004-10-10 11:04:06] per at computer dot org

I tried configuring and building 4.3.8 with CFLAGS=-DHARTMUT_0 - just
in case I'd missed something. The build went fine, now I'll check if
the long options are also working.

------------------------------------------------------------------------

[2004-10-10 10:53:12] per at computer dot org

Description:
------------
According to the manual, getopt() supports long options. However, in a
standard build I receive the following:
Warning: getopt(): No support for long options in this build in <file>
Some investigation shows that getopt_long is only used when HARTMUT_0
is defined in the source. 


Reproduce code:
---------------
$options=array("aa","bb","cc");
$opt=getopt("",$options);



------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=30380&edit=1

Reply via email to