[MacPorts] #61351: php73, php74, php80: datetime functions hang
MacPorts
noreply at macports.org
Thu Jun 10 16:48:12 UTC 2021
#61351: php73, php74, php80: datetime functions hang
----------------------+------------------------------
Reporter: mav2287 | Owner: ryandesign
Type: defect | Status: closed
Priority: Normal | Milestone:
Component: ports | Version:
Resolution: fixed | Keywords: elcapitan sierra
Port: php |
----------------------+------------------------------
Comment (by ryandesign):
In [changeset:"92850e50480bbbdd024f244140e52cb4271dd033/macports-ports"
92850e50480bbbdd024f244140e52cb4271dd033/macports-ports] (master):
{{{
#!ConfigurableCommitTicketReference repository="macports-ports"
revision="92850e50480bbbdd024f244140e52cb4271dd033"
php73: Avoid need for newer compiler on El Capitan
Most versions of Xcode clang on El Capitan miscompile the datetime
parsers that were generated with re2c 2.0.3 resulting in a runtime hang.
Rather than blacklisting Xcode clang for this reason, regenerate the
parsers with re2c 0.15.3. Installing and using re2c 0.15.3 is faster
than installing a new version of clang.
See: https://trac.macports.org/ticket/61351
Certain details about the compiler that was used to compile php are
recorded in php_config.h. This causes problems if the compiler used to
compile php is not the same as the compiler used to compile a php
extension later.
Closes: https://trac.macports.org/ticket/62022
}}}
--
Ticket URL: <https://trac.macports.org/ticket/61351#comment:34>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list