Derick Rethans in php.internals (Thu, 13 Jun 2019 12:50:48 +0100 (BST)): >PHP 7.4.0alpha1 has just been released and can be downloaded from: > > <https://downloads.php.net/~derick/> > >Or use the git tag: php-7.4.0alpha1 > >Windows binaries are available at: <https://windows.php.net/qa/> > >Please test it carefully, and report any bugs in the bug system. >7.4.0alpha2 should be expected in 2 weeks, i.e. on June 27th, 2019.
Several PECL extensions suffer from the (afaik undocumented) removal of uint (to be replaced by uint32_t) and ulong (to be replaced by zend_ulong). I already found 4 extensions that still use these: - oauth - msgpack - mailparse - ereg And probably there are a lot more out there. -- Jan -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php