FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for ext/xmlreader/php_xmlreader.c - TheWitness/php-src · GitHub
TheWitness
/
php-src
Public
forked from
php/php-src
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
php-src
ext
xmlreader
php_xmlreader.c
on
master
User selector
Datepicker
Commit history
Commits on Jan 15, 2021
Replace zend_bool uses with bool
Show description for 3e01f5a
nikic
committed
3e01f5a
View commit details
Copy full SHA for 3e01f5a
View code at this point
Browse repository at this point
Commits on Oct 5, 2020
Throw from XmlReader::expand() if DOM extension missing
Show description for faea5ab
nikic
committed
faea5ab
View commit details
Copy full SHA for faea5ab
View code at this point
Browse repository at this point
Commits on Aug 25, 2020
Promote warnings to exceptions in ext/xmlreader
Show description for f068fbc
kocsismate
committed
f068fbc
View commit details
Copy full SHA for f068fbc
View code at this point
Browse repository at this point
Commits on Jul 6, 2020
Remove proto comments from C files
Show description for 2b5de6f
MaxSem
authored and
kocsismate
committed
2b5de6f
View commit details
Copy full SHA for 2b5de6f
View code at this point
Browse repository at this point
Commits on May 20, 2020
Fix [-Wundef] warning in XMLReader extension
Girgias
committed
c7055f5
View commit details
Copy full SHA for c7055f5
View code at this point
Browse repository at this point
Commits on May 6, 2020
Fix UNKNOWN default values in ext/xml
kocsismate
committed
60412c3
View commit details
Copy full SHA for 60412c3
View code at this point
Browse repository at this point
Commits on Apr 14, 2020
Generate function entries from stubs for a couple of extensions
Show description for c5fb4f0
kocsismate
committed
c5fb4f0
View commit details
Copy full SHA for c5fb4f0
View code at this point
Browse repository at this point
Commits on Dec 31, 2019
Use RETURN_THROWS() during ZPP in most of the extensions
Show description for 3457037
kocsismate
committed
3457037
View commit details
Copy full SHA for 3457037
View code at this point
Browse repository at this point
Commits on Oct 29, 2019
Allow to call XMLReader::open() and ::XML() statically
Show description for 6468578
cmb69
committed
6468578
View commit details
Copy full SHA for 6468578
View code at this point
Browse repository at this point
Commits on Sep 25, 2019
Remove mention of PHP major version in Copyright headers
Show description for 5d6e923
carusogabriel
committed
5d6e923
View commit details
Copy full SHA for 5d6e923
View code at this point
Browse repository at this point
Commits on Sep 4, 2019
Add ext/xmlreader stubs
cmb69
committed
616027c
View commit details
Copy full SHA for 616027c
View code at this point
Browse repository at this point
Add missing zend_parse_paramters_none()
cmb69
committed
f3dad04
View commit details
Copy full SHA for f3dad04
View code at this point
Browse repository at this point
Commits on Feb 4, 2019
Refactor zend_object_handlers API to pass zend_object* and zend_string* insted of zval(s).
dstogov
committed
91ef412
View commit details
Copy full SHA for 91ef412
View code at this point
Browse repository at this point
Commits on Feb 3, 2019
Merge branch 'PHP-7.4'
Show description for 623911f
petk
committed
623911f
View commit details
Copy full SHA for 623911f
View code at this point
Browse repository at this point
Remove local variables
Show description for 92ac598
petk
committed
92ac598
View commit details
Copy full SHA for 92ac598
View code at this point
Browse repository at this point
Commits on Jan 30, 2019
Remove yearly range from copyright notice
zsuraski
committed
0cf7de1
View commit details
Copy full SHA for 0cf7de1
View code at this point
Browse repository at this point
Remove year range from copyright notice
zsuraski
committed
38c337f
View commit details
Copy full SHA for 38c337f
View code at this point
Browse repository at this point
Remove static calls to non-static methods
nikic
committed
6c73b50
View commit details
Copy full SHA for 6c73b50
View code at this point
Browse repository at this point
Commits on Jan 11, 2019
Implement typed properties
Show description for e219ec1
committed
e219ec1
View commit details
Copy full SHA for e219ec1
View code at this point
Browse repository at this point
Commits on Nov 15, 2018
Use ZEND_THIS macro to hide implementation details in extensions code.
dstogov
committed
0f7f149
View commit details
Copy full SHA for 0f7f149
View code at this point
Browse repository at this point
Commits on Nov 14, 2018
Eliminate useless $this related checks
dstogov
committed
5ebefa7
View commit details
Copy full SHA for 5ebefa7
View code at this point
Browse repository at this point
Commits on Sep 23, 2018
Bump minimum libxml version to 2.7.6
Show description for 74235ca
nikic
committed
74235ca
View commit details
Copy full SHA for 74235ca
View code at this point
Browse repository at this point
Commits on Jul 24, 2018
Remove unused Git attributes ident
Show description for 8d3f8ca
petk
authored and
cmb69
committed
8d3f8ca
View commit details
Copy full SHA for 8d3f8ca
View code at this point
Browse repository at this point
Commits on Jul 4, 2018
Replace legacy zval_dtor() by zval_ptr_dtor_nogc() or even more specialized destructors.
Show description for 4a475a4
dstogov
committed
4a475a4
View commit details
Copy full SHA for 4a475a4
View code at this point
Browse repository at this point
Commits on May 31, 2018
Export standard object handlers, to avoid indirect access
dstogov
committed
f2b4ec4
View commit details
Copy full SHA for f2b4ec4
View code at this point
Browse repository at this point
Commits on May 28, 2018
Use zend_string_release_ex() instread of zend_string_release() in places, where we sure about string persistence.
dstogov
committed
5eb1f92
View commit details
Copy full SHA for 5eb1f92
View code at this point
Browse repository at this point
Commits on Mar 14, 2018
Keep initialized object_handlers structures in read-only memory.
dstogov
committed
1af60a2
View commit details
Copy full SHA for 1af60a2
View code at this point
Browse repository at this point
Commits on Feb 4, 2018
Use bool instead of boolean in proto
carusogabriel
authored and
nikic
committed
affc20f
View commit details
Copy full SHA for affc20f
View code at this point
Browse repository at this point
Commits on Jan 2, 2018
year++
laruence
committed
a6519d0
View commit details
Copy full SHA for a6519d0
View code at this point
Browse repository at this point
Commits on Dec 7, 2017
Cleanup type conversion
dstogov
committed
6a9d2b2
View commit details
Copy full SHA for 6a9d2b2
View code at this point
Browse repository at this point
Commits on Nov 25, 2017
Add zend_object_alloc() API
Show description for b72b1a4
nikic
committed
b72b1a4
View commit details
Copy full SHA for b72b1a4
View code at this point
Browse repository at this point
Commits on Nov 1, 2017
Use interned strings for "magic" property of internal classes. (not copyied into SHM)
dstogov
committed
e2589b7
View commit details
Copy full SHA for e2589b7
View code at this point
Browse repository at this point
Commits on May 2, 2017
Fix bug #74457 Wrong reflection on XMLReader::expand
villfa
authored and
krakjoe
committed
4c0e50c
View commit details
Copy full SHA for 4c0e50c
View code at this point
Browse repository at this point
Commits on Jan 4, 2017
Update copyright headers to 2017
SammyK
committed
478f119
View commit details
Copy full SHA for 478f119
View code at this point
Browse repository at this point
Commits on Jan 1, 2016
Merge branch 'PHP-5.6' into PHP-7.0
Show description for ed35de7
kaplanlior
committed
ed35de7
View commit details
Copy full SHA for ed35de7
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL