Browse Source

trying to fix #20063

experimental/threaded
Hartmut Holzgraefe 24 years ago
parent
commit
0e28eaf550
  1. 2
      ext/standard/basic_functions.c
  2. 2
      ext/standard/config.m4

2
ext/standard/basic_functions.c

@ -73,7 +73,7 @@
# include <sys/mman.h>
#endif
#ifdef HAVE_GETOPT_LONG
#ifdef HAVE_GETOPT_H
#include <getopt.h>
#endif

2
ext/standard/config.m4

@ -225,6 +225,8 @@ AC_ARG_WITH(regex,
AC_FUNC_FNMATCH
AC_CHECK_HEADERS(getopt.h)
AC_CHECK_FUNCS(glob strfmon getopt_long getopt_long_only)
if test "$PHP_SAPI" = "cgi"; then

Loading…
Cancel
Save