Skip to content
Navigation Menu
Toggle navigation
Sign in
Product
GitHub Copilot
Write better code with AI
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
All features
Documentation
GitHub Skills
Blog
Solutions
By company size
Enterprises
Small and medium teams
Startups
Nonprofits
By use case
DevSecOps
DevOps
CI/CD
View all use cases
By industry
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
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 or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Reseting focus
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
7.8k
Star
39k
Code
Issues
791
Pull requests
599
Actions
Security
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security
Insights
Commits
Breadcrumbs
History for
php-src
ext
xmlreader
php_xmlreader.c
on
php-8.4.6
User selector
All users
Datepicker
All time
Commit History
Commits on Mar 2, 2025
Merge branch 'PHP-8.3' into PHP-8.4
Show description for ee4a9a4
nielsdos
committed
ee4a9a4
Copy full SHA for ee4a9a4
Fix GH-17736: Assertion failure zend_reference_destroy()
Show description for ce8ab5f
nielsdos
committed
ce8ab5f
Copy full SHA for ce8ab5f
Commits on Oct 8, 2024
Merge branch 'PHP-8.3' into PHP-8.4
Show description for 1f84f5c
nielsdos
committed
1f84f5c
Copy full SHA for 1f84f5c
Merge branch 'PHP-8.2' into PHP-8.3
Show description for 54eab7b
nielsdos
committed
54eab7b
Copy full SHA for 54eab7b
Fix GH-16292: Segmentation fault in ext/xmlreader/php_xmlreader.c:1282
Show description for 5c12493
nielsdos
committed
5c12493
Copy full SHA for 5c12493
Commits on Sep 28, 2024
Fix property_exists() and unset() for XMLReader (#16079)
kocsismate
authored
f4f2fe5
Copy full SHA for f4f2fe5
Commits on Sep 14, 2024
Fix -Wundef/C4668 warnings (#15853)
Show description for 888eb37
petk
authored
888eb37
Copy full SHA for 888eb37
Commits on Sep 6, 2024
Make internal run_time_cache a persistent allocation (#15040)
Show description for 25d7616
bwoebi
authored
25d7616
Copy full SHA for 25d7616
Commits on Aug 21, 2024
Use "must not" instead of "cannot" wording
Girgias
committed
5853cdb
Copy full SHA for 5853cdb
Use new helper function for "cannot be empty" ValueErrors
Girgias
committed
e7c4d54
Copy full SHA for e7c4d54
Commits on Jul 28, 2024
Fix GH-15123: var_dump doesn't actually work on XMLReader (#15130)
nielsdos
authored
e0a2e2e
Copy full SHA for e0a2e2e
Commits on Jul 16, 2024
De-duplicate readonly property modification error message (#14972)
iluuu1994
authored
a26ec58
Copy full SHA for a26ec58
Commits on Jun 29, 2024
[RFC] Implement XMLReader::fromUri() and XMLReader::fromString()
nielsdos
committed
4cab7f9
Copy full SHA for 4cab7f9
[RFC] Add stream open functions to XML{Reader,Writer}
Show description for acf2762
nielsdos
committed
acf2762
Copy full SHA for acf2762
Commits on Jun 25, 2024
Preferably include from build dir (#13516)
Show description for 11accb5
arnaud-lb
authored
11accb5
Copy full SHA for 11accb5
Commits on Jun 15, 2024
Update ext/xmlreader dependencies (#14572)
Show description for dd4e2ef
petk
authored
dd4e2ef
Copy full SHA for dd4e2ef
Commits on May 10, 2024
Merge branch 'PHP-8.3'
Show description for 94479fe
nielsdos
committed
94479fe
Copy full SHA for 94479fe
Merge branch 'PHP-8.2' into PHP-8.3
Show description for d2970cc
nielsdos
committed
d2970cc
Copy full SHA for d2970cc
Fix GH-14183: XMLReader::open() can't be overridden
Show description for 15813d6
nielsdos
committed
15813d6
Copy full SHA for 15813d6
Commits on Apr 20, 2024
Simplify prop handler of XMLReader (#14023)
Show description for b3700e2
nielsdos
authored
b3700e2
Copy full SHA for b3700e2
Commits on Mar 10, 2024
Simplify DOM_RET_OBJ macro
nielsdos
committed
63bb04e
Copy full SHA for 63bb04e
Commits on Feb 25, 2024
Use string literal equality helper function in xmlreader_get_method
nielsdos
committed
6d721b2
Copy full SHA for 6d721b2
Set xmlreader property handler hash size to a precalculated value
nielsdos
committed
da1a940
Copy full SHA for da1a940
Don't put xmlreader prop handler data on the heap
nielsdos
committed
7f080d3
Copy full SHA for 7f080d3
Make readonly error message consistent
nielsdos
committed
06a89a9
Copy full SHA for 06a89a9
Remove unused write_func in php_xmlreader.c
nielsdos
committed
b68b55b
Copy full SHA for b68b55b
Remove unimplemented, unreferenced function from php_xmlreader.c
nielsdos
committed
586adf9
Copy full SHA for 586adf9
Commits on Oct 24, 2023
Merge branch 'PHP-8.2' into PHP-8.3
Show description for a64b48b
nielsdos
committed
a64b48b
Copy full SHA for a64b48b
Merge branch 'PHP-8.1' into PHP-8.2
Show description for dd8a945
nielsdos
committed
dd8a945
Copy full SHA for dd8a945
Fix null pointer dereferences in case of allocation failure
Show description for 900f0ca
icy17
authored and
nielsdos
committed
900f0ca
Copy full SHA for 900f0ca
Commits on Jul 31, 2023
Merge branch 'PHP-8.2'
derickr
committed
86afbe1
Copy full SHA for 86afbe1
Merge branch 'PHP-8.1' into PHP-8.2
derickr
committed
deddf46
Copy full SHA for deddf46
Merge branch 'PHP-8.0' into PHP-8.1
derickr
committed
0870ebb
Copy full SHA for 0870ebb
Sanitize libxml2 globals before parsing
Show description for c283c3a
nielsdos
authored and
derickr
committed
c283c3a
Copy full SHA for c283c3a
Commits on Jun 30, 2023
Merge branch 'PHP-8.2'
bwoebi
committed
9fe33c8
Copy full SHA for 9fe33c8
Pagination
Previous
Next
You can’t perform that action at this time.