| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
Closes GH-6335
|
| |
|
|
|
|
| |
These break BC, and as such we have to stick with docblock annotations.
Closes GH-6319.
|
| |
|
|
|
|
|
|
|
| |
Additionally normalize to using $namespace rather than $uri for
namespace parameters, including in XMLReader and XMLWriter. I went
with that one as it is currently used by DOM, SimpleXML and XSL --
and our DOM parameter names follow the DOM specification.
Closes GH-6295.
|
| |
|
|
| |
Closes GH-6202.
|
| |
|
|
| |
Its default method handling had already been fixed not long ago, but only the stub of its method counterpart was updated.
|
| | |
|
| |
|
|
| |
Closes GH-6075
|
| |
|
|
| |
$isparam is optional.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
The hash is used to check whether the arginfo file needs to be
regenerated. PHP-Parser will only be downloaded if this is actually
necessary.
This ensures that release artifacts will never try to regenerate
stubs and thus fetch PHP-Parser, as long as you do not modify any
files.
Closes GH-5739.
|
| |
|
|
|
|
|
|
| |
The `$prefix` parameter of `xmlwriter_write_element_ns()` and
`xmlwriter_start_element_ns()` is nullable, what allows these functions
to be used instead of their non NS variants. Consequently, we make the
`$prefix` parameter of `xmlwriter_write_attribute_ns()` and
`xmlwriter_start_attribute_ns()` nullable as well.
|
|
|
Migrates ext/standard, ext/tidy, ext/tokenizer,
ext/xml, ext/xml_reader, and ext/xml_writer. Closes GH-5381.
|