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

Investigate spec compliance (PHP 84) #72

Open
1 task
veewee opened this issue Feb 20, 2024 · 0 comments
Open
1 task

Investigate spec compliance (PHP 84) #72

veewee opened this issue Feb 20, 2024 · 0 comments

Comments

@veewee
Copy link
Owner

veewee commented Feb 20, 2024

Feature Request

More info:

WIP: Extended DOM

Additional new PHP 84 RFCs:

Branch php/php-src#13031

./buildconf --force
make clean
./configure --without-iconv --enable-mbstring --disable-opcache --with-xsl
make -j4
./sapi/cli/php -v

Investigation

General idea : create v4 (or higher) that requries PHP 8.4 and make the DOM layer spec compliant.
Downside : this drops support for all older PHP versions which will be annoying.
Both v3 and v4 could remain LTS branches that are compatible in functionality.
However, this would be a maintainence pain for at least for the coming 3-4 year.
It won't be possible to support both v3 and v4 in downstream repo's either, since the signatures of the callbacks will be different.

First steps

  •  POC : Try to get current DOM layer working with the new spec-compliant version.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant