mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
- This checks for a type cookie_io_functions_t and defines the HAVE_FOPENCOOKIE based on type check result and the fopencookie() function presence. - Fixed -Wunused... warnings in config.log on stricter compiler configurations - The run check for off64_t is wrapped into AC_CACHE_CHECK for having the php_cv_type_cookie_off64_t cache variable available to customize possible cross-compilation edge cases - Comment about glibcs 2.1.2 removed because also some other earlier versions provided this type already