From 349770f6d0a9e940312a67e1e9fe64d1e21773cc Mon Sep 17 00:00:00 2001 From: Brian Dunne Date: Mon, 30 Oct 2023 22:36:06 -0500 Subject: [PATCH 1/2] Add constants from SOAP extension to stub The SOAP extension stub was missing some constants we used (really just SOAP_1_1 and SOAP_1_2), so I thought I'd add the rest of the constants declared by the extension to the stub. Values are all pulled straight from the PHP docs. --- stubs/extensions/soap.phpstub | 92 +++++++++++++++++++++++++++++++++++ 1 file changed, 92 insertions(+) diff --git a/stubs/extensions/soap.phpstub b/stubs/extensions/soap.phpstub index 8a3fafa4dcd..11c289ecb43 100644 --- a/stubs/extensions/soap.phpstub +++ b/stubs/extensions/soap.phpstub @@ -1,5 +1,97 @@ Date: Wed, 1 Nov 2023 15:01:48 -0500 Subject: [PATCH 2/2] Fix redundant PHP tag in SOAP stub --- stubs/extensions/soap.phpstub | 2 -- 1 file changed, 2 deletions(-) diff --git a/stubs/extensions/soap.phpstub b/stubs/extensions/soap.phpstub index 11c289ecb43..dac3ece837c 100644 --- a/stubs/extensions/soap.phpstub +++ b/stubs/extensions/soap.phpstub @@ -1,7 +1,5 @@