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

Parsing QGIS Project with PHP XMLReader instead of DOM #4819

Draft
wants to merge 43 commits into
base: master
Choose a base branch
from

Conversation

rldhont
Copy link
Collaborator

@rldhont rldhont commented Oct 1, 2024

Instead of using PHP SimpleXml API to parse QGIS Project, we uses XMLReader. The reason to change it, it is to have something faster and lighter.

@rldhont rldhont added the php Pull requests that update Php code label Oct 1, 2024
@github-actions github-actions bot added this to the 3.9.0 milestone Oct 1, 2024
@rldhont rldhont force-pushed the qgis-project-parser-xmlreader branch 4 times, most recently from 6d91035 to a945350 Compare October 4, 2024 14:24
@rldhont rldhont added the run end2end If the PR must run end2end tests or not label Oct 4, 2024
@rldhont rldhont force-pushed the qgis-project-parser-xmlreader branch 2 times, most recently from 1f74cca to 252f83d Compare October 4, 2024 15:52
@rldhont rldhont force-pushed the qgis-project-parser-xmlreader branch from e39ba57 to 7fb7fbb Compare October 8, 2024 12:32
@rldhont rldhont force-pushed the qgis-project-parser-xmlreader branch from 7fb7fbb to 5f41698 Compare October 8, 2024 16:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
php Pull requests that update Php code run end2end If the PR must run end2end tests or not
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant