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
Accelerator
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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
php
/
php-src
Public
Notifications
You must be signed in to change notification settings
Fork
8.1k
Star
40.3k
Code
Issues
951
Pull requests
1k
Actions
Security and quality
52
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Commits
Breadcrumbs
History for
php-src
ext
xmlreader
tests
on
master
User selector
All users
All time
Commit history
Commits on Jul 30, 2026
Add NOT_SERIALIZABLE to XMLWriter, XMLReader, SNMP, tidy, and tidyNode (#21694)
Show description for 4782ec5
iliaal
authored
4782ec5
View commit details
Copy full SHA for 4782ec5
View code at this point
Browse repository at this point
Commits on May 29, 2026
Merge branch 'PHP-8.5'
Show description for 9596ab1
devnexen
committed
9596ab1
View commit details
Copy full SHA for 9596ab1
View code at this point
Browse repository at this point
Merge branch 'PHP-8.4' into PHP-8.5
Show description for c956d6d
devnexen
committed
c956d6d
View commit details
Copy full SHA for c956d6d
View code at this point
Browse repository at this point
Fix GH-22138: skip libxml/xmlreader tests on non-ASCII paths.
Show description for 673cb6d
devnexen
committed
673cb6d
View commit details
Copy full SHA for 673cb6d
View code at this point
Browse repository at this point
Commits on Apr 7, 2026
[skip ci] Fix various typos in ext/xml{reader,writer} (GH-21660)
LamentXU123
authored
f05b156
View commit details
Copy full SHA for f05b156
View code at this point
Browse repository at this point
Commits on Jul 20, 2025
Merge branch 'PHP-8.4'
Show description for 541620c
ndossche
committed
541620c
View commit details
Copy full SHA for 541620c
View code at this point
Browse repository at this point
Merge branch 'PHP-8.3' into PHP-8.4
Show description for cb73155
ndossche
committed
cb73155
View commit details
Copy full SHA for cb73155
View code at this point
Browse repository at this point
Fix GH-19098: libxml<2.13 segmentation fault caused by php_libxml_node_free
Show description for 3128693
ndossche
committed
3128693
View commit details
Copy full SHA for 3128693
View code at this point
Browse repository at this point
Commits on Jun 3, 2025
tree-wide: Remove stacktraces from tests testing throwing clones (#18748)
Show description for 4c5a6b0
TimWolla
authored
4c5a6b0
View commit details
Copy full SHA for 4c5a6b0
View code at this point
Browse repository at this point
Commits on Dec 22, 2024
Implement cache slot optimization for XMLReader (#17232)
ndossche
authored
d480c04
View commit details
Copy full SHA for d480c04
View code at this point
Browse repository at this point
Commits on Oct 8, 2024
Merge branch 'PHP-8.3' into PHP-8.4
Show description for 1f84f5c
ndossche
committed
1f84f5c
View commit details
Copy full SHA for 1f84f5c
View code at this point
Browse repository at this point
Fix GH-16292: Segmentation fault in ext/xmlreader/php_xmlreader.c:1282
Show description for 5c12493
ndossche
committed
5c12493
View commit details
Copy full SHA for 5c12493
View code at this point
Browse repository at this point
Commits on Sep 28, 2024
Fix property_exists() and unset() for XMLReader (#16079)
kocsismate
authored
f4f2fe5
View commit details
Copy full SHA for f4f2fe5
View code at this point
Browse repository at this point
Commits on Aug 26, 2024
Use virtual annotation in XMLReader
Show description for 6c63c48
ndossche
committed
6c63c48
View commit details
Copy full SHA for 6c63c48
View code at this point
Browse repository at this point
Commits on Aug 21, 2024
Use "must not" instead of "cannot" wording
Girgias
committed
5853cdb
View commit details
Copy full SHA for 5853cdb
View code at this point
Browse repository at this point
Commits on Jul 28, 2024
Fix GH-15123: var_dump doesn't actually work on XMLReader (#15130)
ndossche
authored
e0a2e2e
View commit details
Copy full SHA for e0a2e2e
View code at this point
Browse repository at this point
Commits on Jun 29, 2024
[RFC] Implement XMLReader::fromUri() and XMLReader::fromString()
ndossche
committed
4cab7f9
View commit details
Copy full SHA for 4cab7f9
View code at this point
Browse repository at this point
[RFC] Add stream open functions to XML{Reader,Writer}
Show description for acf2762
ndossche
committed
acf2762
View commit details
Copy full SHA for acf2762
View code at this point
Browse repository at this point
Commits on May 10, 2024
Fix deprecation warning
ndossche
committed
d934840
View commit details
Copy full SHA for d934840
View code at this point
Browse repository at this point
Merge branch 'PHP-8.3'
Show description for 94479fe
ndossche
committed
94479fe
View commit details
Copy full SHA for 94479fe
View code at this point
Browse repository at this point
Fix GH-14183: XMLReader::open() can't be overridden
Show description for 15813d6
ndossche
committed
15813d6
View commit details
Copy full SHA for 15813d6
View code at this point
Browse repository at this point
Commits on Feb 25, 2024
Make readonly error message consistent
ndossche
committed
06a89a9
View commit details
Copy full SHA for 06a89a9
View code at this point
Browse repository at this point
Commits on Jan 31, 2024
Use EXTENSIONS instead of SKIPIF sections in *.phpt
Show description for 218a93b
petk
committed
218a93b
View commit details
Copy full SHA for 218a93b
View code at this point
Browse repository at this point
Commits on Aug 1, 2023
Merge branch 'PHP-8.1' into PHP-8.2
ramsey
committed
7ecb284
View commit details
Copy full SHA for 7ecb284
View code at this point
Browse repository at this point
Merge branch 'PHP-8.0' into PHP-8.1
ramsey
committed
ebbccb3
View commit details
Copy full SHA for ebbccb3
View code at this point
Browse repository at this point
Disable global state test on Windows
Show description for 62228a2
ndossche
authored and
ramsey
committed
62228a2
View commit details
Copy full SHA for 62228a2
View code at this point
Browse repository at this point
Commits on Jul 31, 2023
Merge branch 'PHP-8.1' into PHP-8.2
derickr
committed
deddf46
View commit details
Copy full SHA for deddf46
View code at this point
Browse repository at this point
Merge branch 'PHP-8.0' into PHP-8.1
derickr
committed
0870ebb
View commit details
Copy full SHA for 0870ebb
View code at this point
Browse repository at this point
Sanitize libxml2 globals before parsing
Show description for c283c3a
ndossche
authored and
derickr
committed
c283c3a
View commit details
Copy full SHA for c283c3a
View code at this point
Browse repository at this point
Commits on Oct 27, 2022
Merge branch 'PHP-8.1' into PHP-8.2
Show description for a27ae67
Girgias
committed
a27ae67
View commit details
Copy full SHA for a27ae67
View code at this point
Browse repository at this point
Add missing EXTENSION section to tests
Girgias
committed
a4acba9
View commit details
Copy full SHA for a4acba9
View code at this point
Browse repository at this point
Commits on Oct 12, 2021
Merge branch 'PHP-8.1'
Show description for 48a9c40
nikic
committed
48a9c40
View commit details
Copy full SHA for 48a9c40
View code at this point
Browse repository at this point
Merge branch 'PHP-8.0' into PHP-8.1
Show description for c5e030f
nikic
committed
c5e030f
View commit details
Copy full SHA for c5e030f
View code at this point
Browse repository at this point
Fix bug #81521
Show description for 53f8921
nikic
committed
53f8921
View commit details
Copy full SHA for 53f8921
View code at this point
Browse repository at this point
Commits on Oct 5, 2021
Fix 'can not' in test data and in code comments
kamil-tekiela
committed
c3dda47
View commit details
Copy full SHA for c3dda47
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.