| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
xsl, zip, Zend
Closes GH-6706
|
|
|
|
| |
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.
|
|
|
|
| |
Settling on using quoted string
|
|
|
|
| |
Closes GH-6075
|
|
|
|
| |
$isparam is optional.
|
|
|
|
|
|
|
|
| |
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.
|