[MacPorts] #61351: PHP 7.4 Wordpress & Composer Behavior
MacPorts
noreply at macports.org
Thu Oct 29 03:46:34 UTC 2020
#61351: PHP 7.4 Wordpress & Composer Behavior
----------------------+------------------------
Reporter: mav2287 | Owner: ryandesign
Type: defect | Status: assigned
Priority: Normal | Milestone:
Component: ports | Version:
Resolution: | Keywords:
Port: php74 |
----------------------+------------------------
Comment (by mav2287):
It being a date issue would explain why it seems to only affect certain
scripts.
This evening I did some more testing with the other PHP7 versions and
found that 7.1.33 & 7.2.34 seem to be fine, however 7.3.23 is hanging just
like 7.4.11 does.
I didn't have time to go very deep on this, but I was able to switch
versions and do some simple testing in the terminal on my El Capitan
machine. The following works fine with 7.1.33 & 7.2.34, however it will
hang on both 7.3.23 & 7.4.11:
{{{
# php -a
Interactive shell
php > $date = new \DateTime();
php > $newDate = $date->modify('last day of this month');
}}}
--
Ticket URL: <https://trac.macports.org/ticket/61351#comment:10>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list