Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
php
/
php-src
Public
Notifications
You must be signed in to change notification settings
Fork
8.1k
Star
40.4k
Code
Issues
975
Pull requests
1.1k
Actions
Security and quality
52
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Implement iteration cache, item cache and length cache for node list iteration
- #11330
#11330
Merged
ndossche
merged 18 commits into
php:master
php/php-src:master
from
ndossche:dom-caching
ndossche/php-src:dom-caching
Copy head branch name to clipboard
Jun 2, 2023
Conversation
Commits
18
(18)
Checks
Files changed
Merged
Implement iteration cache, item cache and length cache for node list iteration
#11330
ndossche
merged 18 commits into
php:master
php/php-src:master
from
ndossche:dom-caching
ndossche/php-src:dom-caching
Copy head branch name to clipboard
Commits
Commits on May 31, 2023
Implement iteration cache, item cache and length cache for node list iteration
Show description for 0ff0ee3
ndossche
committed
0ff0ee3
View commit details
Copy full SHA for 0ff0ee3
Browse repository at this point
Use match any for ns too (note: contains bugfix for which I'll create PR)
ndossche
committed
02c0761
View commit details
Copy full SHA for 02c0761
Browse repository at this point
Update comment
ndossche
committed
ff807d6
View commit details
Copy full SHA for ff807d6
Browse repository at this point
Comments
ndossche
committed
a75c85a
View commit details
Copy full SHA for a75c85a
Browse repository at this point
Fix staleness check
ndossche
committed
dccd29c
View commit details
Copy full SHA for dccd29c
Browse repository at this point
Fix SimpleXML invalidations
Show description for 737f8be
ndossche
committed
737f8be
View commit details
Copy full SHA for 737f8be
Browse repository at this point
Move common code, update internals upgrading note with the new functions
ndossche
committed
3e1eadf
View commit details
Copy full SHA for 3e1eadf
Browse repository at this point
Add DOMDocument::xinclude() test for liveness
ndossche
committed
6ca41b7
View commit details
Copy full SHA for 6ca41b7
Browse repository at this point
More invalidations
ndossche
committed
57215ac
View commit details
Copy full SHA for 57215ac
Browse repository at this point
Fix tree traversal and add some tests
ndossche
committed
8e614b3
View commit details
Copy full SHA for 8e614b3
Browse repository at this point
Fixup extensions section
ndossche
committed
652c73a
View commit details
Copy full SHA for 652c73a
Browse repository at this point
Commits on Jun 1, 2023
nodep == NULL is impossible here
ndossche
committed
4b69269
View commit details
Copy full SHA for 4b69269
Browse repository at this point
Get rid of index == -1 condition
ndossche
committed
7ea0e02
View commit details
Copy full SHA for 7ea0e02
Browse repository at this point
Improve test
ndossche
committed
c33dcd8
View commit details
Copy full SHA for c33dcd8
Browse repository at this point
Add NULL check for detached document case
ndossche
committed
85da7e9
View commit details
Copy full SHA for 85da7e9
Browse repository at this point
Avoid allocations and rely on interned strings if possible
ndossche
committed
39bee8b
View commit details
Copy full SHA for 39bee8b
Browse repository at this point
Commits on Jun 2, 2023
Throw an exception instead
ndossche
committed
efb4f45
View commit details
Copy full SHA for efb4f45
Browse repository at this point
[ci skip] NEWS
ndossche
committed
8cba455
View commit details
Copy full SHA for 8cba455
Browse repository at this point
You can’t perform that action at this time.