Nikita Popov
|
c4a25da096
|
Update ext/soap parameter names
Closes GH-6300.
|
2020-10-08 16:32:01 +02:00 |
|
Nikita Popov
|
9e32e1322e
|
Accept bool in SoapClient::__doRequest
$one_way is a boolean argument.
|
2020-10-08 12:36:49 +02:00 |
|
Máté Kocsis
|
47d9446c48
|
Promote warnings to exceptions in ext/soap and ext/xmlwriter
Closes GH-5998
|
2020-09-01 14:22:19 +02:00 |
|
Máté Kocsis
|
2803c8fb8d
|
Add all the missing parameter types to stubs
Closes GH-5955
|
2020-08-13 14:47:18 +02:00 |
|
Máté Kocsis
|
79981a394e
|
Add a bunch of missing argument types to stubs
|
2020-08-03 00:45:51 +02:00 |
|
Nikita Popov
|
ac56ca0dcc
|
Separate __call and __soapCall implementations
This is overly pedantic, but allows us to enable more arginfo
consistency checks.
|
2020-07-21 12:59:28 +02:00 |
|
Máté Kocsis
|
4815be44db
|
Generate function entries from stubs
Converts ext/pcntl, ext/simplexml, ext/snmp, ext/soap, ext/sqlite3.
Closes GH-5421
|
2020-04-20 10:38:41 +02:00 |
|
Máté Kocsis
|
e088836bbc
|
Fix nullable types in PHPDoc
|
2020-04-12 00:25:33 +02:00 |
|
Máté Kocsis
|
ca006e54e3
|
Add missing visibility modifiers in stubs
|
2020-04-11 10:23:51 +02:00 |
|
Nicolas Grekas
|
9e775db025
|
Define Stringable with __toString():string method
|
2020-03-02 15:25:32 +01:00 |
|
Craig Duncan
|
8326ef5519
|
Convert soap functions arginfo to php stubs
We alos make the last parameter of `SoapClient::__setCookie()` and
`SoapFault::__construct()` properly nullable.
|
2019-09-20 11:21:13 +02:00 |
|