master
Merge branch 'PHP-8.3' into PHP-8.4
Fix namespace handling of WSDL and XML schema in SOAP
Migrate skip checks to --EXTENSIONS--, p4
Add internal URI handling API (#19073)
Convert CRLF to LF in *.wsdl files
Fixed bug #31695 (Cannot redefine endpoint when using WSDL)
Fixed bug #32776 (SOAP doesn't support one-way operations)
Merge branch 'PHP-7.3' into PHP-7.4
Fix permissions
Fix uninitialized soap lang_en string on ZTS
Backport libxml2 2.13.2 fixes (#14816)
Implement request #55503: Extend __getTypes to support enumerations (#18704)
Fixed bug #44686 (SOAP-ERROR: Parsing WSDL with references)
Fixed bug #44882 (SOAP extension object decoding bug)
Move regression tests of SOAP to bugs directory (#14322)
Fixed bug #47049 (SoapClient::__soapCall causes a segmentation fault)
Fix bug #47925 again (#14348)
Fix #49169: SoapServer calls wrong function, although "SOAP action" header is correct
Make bug49278.phpt more resilient
Fix #49278: SoapClient::__getLastResponseHeaders returns NULL if wsdl operation !has output
Fixed bug #50675
Fixed bug #50698 (SoapClient should handle wsdls with some incompatiable endpoints). (Justin Dearing)
Fixed bug #50762 (in WSDL mode Soap Header handler function only being called if defined in WSDL). (mephius at gmail dot com)
Fixed bug #50997 (SOAP Error when trying to submit 2nd Element of a choice)
Mitigate #51561: SoapServer with a extented class and using sessions, lost the setPersistence()
Session extension is needed to run bug51561.phpt
Fixed bug #55323 (SoapClient segmentation fault when XSD_TYPEKIND_EXTENSION contains itself)
Fix test expectation
Fix bug #61525: SOAP functions require at least one space after HTTP header colon
Fix bug #62900: Wrong namespace on xsd import error message
Fixed bug #66112 (Use after free condition in SOAP extension). (martin dot koegler at brz dot gv dot at)
Implement request #61105: Support Soap 1.2 SoapFault Reason Text lang attribute
Fix bug #73182: PHP SOAPClient does not support stream context HTTP headers in array form
Fixed bug #73237
Fix bug #76232: SoapClient Cookie Header Semicolon
Make test independent of online XSD schema
Fix bug GH-11941: soap with session persistence will silently fails when "seession" built as a shared object (#14362)
Fix GH-16237: Segmentation fault when cloning SoapServer
Fix GH-16256: Assertion failure in ext/soap/php_encoding.c:460
Fix GH-16259: Soap segfault when classmap instantiation fails
Fix GH-16429: Segmentation fault (access null pointer) in SoapClient
Fix GH-18990, bug #81029, bug #47314: SOAP HTTP socket not closing on object destruction
Fix GH-19784: SoapServer memory leak
Merge branch 'PHP-8.4' into PHP-8.5
Fixed SOAP binding selection
Fix memory leak if calling SoapServer::setClass() twice
Fix memory leak if calling SoapServer::setObject() twice
Fixed bug #29839 (incorrect convert (xml:lang to lang))