php-8.5.0alpha4
Merge branch 'PHP-8.4'
cleanup
Add date extension to dependencies (#15475)
Fix namespace handling of WSDL and XML schema in SOAP
Update http->https in license (#6945)
Implement request #61105: Support Soap 1.2 SoapFault Reason Text lang attribute
ext/soap: Use bool as return type instead of int for parse_packet_soap()
Also allow XSD_1999_NAMESPACE
Deduplicate URI building code in soap schema code (#15799)
Fix bug #70951: Segmentation fault on invalid WSDL cache
Struct-pack some soap datatypes (#14403)
Don't deref soap private properties
Deduplicate XML parsing code for SOAP (#18700)
Fix GH-19226: Segfault when spawning new thread in soap extension
Replace `@deprecated` with `#[\Deprecated]` for internal constants (#18780)
Arginfo: avoid using temporary zvals for initializing attribute values (#19141)