master
ext/soap: Add tests for invalid SOAP Headers argument
Fix SoapFault property destruction
Add internal URI handling API (#19073)
Merge branch 'PHP-8.4' into PHP-8.5
ext/soap: Remove bool type coercions in tests
EXPECTFize ext/soap tests where exact object IDs are displayed
Fix uninitialized soap lang_en string on ZTS
Some tests were fixed
Migrate skip checks to --EXTENSIONS--, p4
Merge branch 'PHP-7.3' into PHP-7.4
ext/soap: Add support for clark notation for namespaces in class map
Fix GH-8426: make test fail while soap extension build
Implement request #61105: Support Soap 1.2 SoapFault Reason Text lang attribute
Fix GH-12392: Segmentation fault on SoapClient::__getTypes
Fix GH-15711: SoapClient can't convert BackedEnum to scalar value
Merge branch 'PHP-8.0' into PHP-8.1
Fix GH-8538: SoapClient may strip parts of nmtokens
Fix GH-9720: Null pointer dereference while serializing the response
Implement request #55503: Extend __getTypes to support enumerations (#18704)
Replace `@deprecated` with `#[\Deprecated]` for internal constants (#18780)
Merge branch 'PHP-8.3' into PHP-8.4
Fix permissions
Added ability to use SplArrays instead of plain arrays in ext/soap. (Joshua Reese, Dmitry)
Declare tentative return types for Zend (#7251)
ext/soap: SoapClient::__setCookie() to deal with name as digits. (#20526)
Deprecate SoapClient ssl_method option
PHP5 support, better encoding and WSDL support, interop round 2 base and groupB