Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

phalcon extension missing for php8.4 / Fedora 41 #281

Closed
pgnd opened this issue Dec 9, 2024 · 2 comments
Closed

phalcon extension missing for php8.4 / Fedora 41 #281

pgnd opened this issue Dec 9, 2024 · 2 comments

Comments

@pgnd
Copy link

pgnd commented Dec 9, 2024

installing a symfony app (sulu/sulu) on Fedora 41 + php 8.4

php -v
	PHP 8.4.1 (cli) (built: Nov 20 2024 09:48:35) (NTS gcc x86_64)
	Copyright (c) The PHP Group
	Built by Remi's RPM repository <https://rpms.remirepo.net/> #StandWithUkraine
	Zend Engine v4.4.1, Copyright (c) Zend Technologies
	    with Zend OPcache v8.4.1, Copyright (c), by Zend Technologies
	    with Xdebug v3.4.0, Copyright (c) 2002-2024, by Derick Rethans

i bumped into a missing phalcon,

sulu/sulu#7696 (comment)

checking locally

dnf search phalcon
	Updating and loading repositories:
	Repositories loaded.
	Matched fields: name, summary
	 php74-php-phalcon5.x86_64: Phalcon Framework
	 php80-php-phalcon5.x86_64: Phalcon Framework
	 php81-php-phalcon5.x86_64: Phalcon Framework
	 php82-php-phalcon5.x86_64: Phalcon Framework
	 php83-php-phalcon5.x86_64: Phalcon Framework

i don't see it for php84

here, for php 8.2

#206

i see

"[ ]  phalcon is not yet compatible (zephir issue)"

and here,

#251

an apparent workaround,

"phalcon, workaround, reported as [BUG]: broken build [-Wincompatible-pointer-types] phalcon/cphalcon#16531"

is an 8.4 rpm in the works?

EDIT:

fwiw, here on F41

dnf install php-pear
rpm -qa php-pear
	php-pear-1.10.16-1.fc41.remi.noarch

pecl channel-update pecl.php.net
	Updating channel "pecl.php.net"
	Update of Channel "pecl.php.net" succeeded

pecl install phalcon
	pecl/phalcon requires PHP (version >= 8.0.0, version <= 8.3.99), installed version is 8.4.1
	No valid packages found
	install failed

checking
"[NFR]: PHP 8.4 support #16671"
phalcon/cphalcon#16671 claims "Blocked by zephir-lang/zephir#2440"

@pgnd pgnd changed the title phacon extension missing for php8.4 / Fedora 41 phalcon extension missing for php8.4 / Fedora 41 Dec 9, 2024
@remicollet
Copy link
Owner

RPM will be available as soon as supported by upstream

@remicollet
Copy link
Owner

Closing as there is nothing I can do

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants