Niels Dossche
c24b8fe616
[RFC] Implement XMLWriter::toUri() and XMLWriter::toMemory()
2024-06-29 09:04:35 -07:00
Niels Dossche
acf2762857
[RFC] Add stream open functions to XML{Reader,Writer}
...
RFC: https://wiki.php.net/rfc/xmlreader_writer_streams
2024-06-29 09:04:35 -07:00
Máté Kocsis
65995002f0
Declare tentative return types for ext/xmlwriter
...
Relates to GH-6995
2021-05-25 19:15:18 +02:00
Máté Kocsis
4c6533c257
Generate class entries from stubs for com, standard, xmlreader, xmlwriter, xsl, zip, Zend
...
Closes GH-6706
2021-02-22 15:24:03 +01:00
Máté Kocsis
d6264b0966
Verify parameter names of function aliases
...
Closes GH-6335
2020-10-16 10:56:33 +02:00
Christoph M. Becker
d72c648015
Remove return types from XMLWriter stubs
...
These break BC, and as such we have to stick with docblock annotations.
Closes GH-6319.
2020-10-11 18:22:59 +02:00
Nikita Popov
1fba220725
Update ext/xsl parameter names
...
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.
2020-10-08 10:28:50 +02:00
Dik Takken
0a84fba0de
Improve parameter names in ext/xmlwriter
...
Closes GH-6202.
2020-10-01 14:15:27 +02:00
Máté Kocsis
d9628b9ca9
Update the default values of xmlwriter_write_dtd_entity()
...
Its default method handling had already been fixed not long ago, but only the stub of its method counterpart was updated.
2020-09-18 11:13:27 +02:00
Máté Kocsis
de912821e0
Display string default values in stubs more uniformly
...
Settling on using quoted string
2020-09-16 21:27:01 +02:00
Máté Kocsis
628db3f3b5
Fix UNKNOWN default values in various extensions
...
Closes GH-6075
2020-09-07 19:02:02 +02:00
Nikita Popov
5ecefd0760
Fix XMLWriter::writeDtdEntity() stub
...
$isparam is optional.
2020-08-25 13:11:43 +02:00
Christoph M. Becker
aa754ba85e
FR #79344 : xmlwriter_write_attribute_ns: $prefix should be nullable
...
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.
2020-06-16 15:50:01 +02:00
Máté Kocsis
c5fb4f0794
Generate function entries from stubs for a couple of extensions
...
Migrates ext/standard, ext/tidy, ext/tokenizer,
ext/xml, ext/xml_reader, and ext/xml_writer. Closes GH-5381.
2020-04-14 11:49:02 +02:00