Skip to content

Conversation

petk
Copy link
Member

@petk petk commented Jul 16, 2019

  • yp_get_default_domain was part of ext/yp
  • functions checks produce HAVE_function_name symbols. These checks are
    currently not used in php-src neither in the extensions out there.
  • Removed symbols because they are not used in the code:
    • HAVE_GCVT
    • HAVE_PUTENV
    • HAVE_PUTENV
    • HAVE_SETVBUF
    • HAVE_TEMPNAM
    • HAVE_SIN (sin is also defined in C89 standard)
    • HAVE_SETSOCKOPT
    • HAVE_LOCKF
    • HAVE_ISASCII
    • HAVE_YP_GET_DEFAULT_DOMAIN (and other yp extension related unused checks)
  • HAVE_USLEEP is already defined in Windows configuration header
  • HAVE_LIBBIND has not been used in php-src for a while anymore

- yp_get_default_domain was part of ext/yp
- functions checks produce HAVE_function_name symbols. These checks are
  currently not used in php-src neither in the extensions out there.
- Removed symbols because they are not used in the code:
  - HAVE_GCVT
  - HAVE_PUTENV
  - HAVE_PUTENV
  - HAVE_SETVBUF
  - HAVE_TEMPNAM
  - HAVE_SIN (sin is also defined in C89 standard)
  - HAVE_SETSOCKOPT
  - HAVE_LOCKF
  - HAVE_ISASCII
  - HAVE_YP_GET_DEFAULT_DOMAIN (and other yp extension related unused checks)
- HAVE_USLEEP is already defined in Windows configuration header
- HAVE_LIBBIND has not been used in php-src for a while anymore
- HAVE_GETHOSTNAME is duplicated in Windows configuration header
@petk petk force-pushed the patch-configure-ac branch from 95a293f to 8394430 Compare July 16, 2019 01:18
@php-pulls php-pulls closed this in 63d6a2b Jul 16, 2019
@petk petk deleted the patch-configure-ac branch July 16, 2019 20:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants