php-src/ext/soap
Nikita Popov c5d6f59e96 Use custom object instead of resource for soap server service
The "service" resource is a purely internal structure used by
SoapServer, which userland code cannot interact with. Instead of
storing it as a resource in an object propperty, use a custom
object structure instead.
2021-11-28 18:37:29 +01:00
..
tests Deprecate implicit dynamic properties 2021-11-26 14:10:11 +01:00
config.m4 Normalize comments in *nix build system m4 files 2019-05-12 18:43:03 +02:00
config.w32 Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
CREDITS
php_encoding.c Use more compact representation for packed arrays. 2021-11-03 15:18:26 +03:00
php_encoding.h Move derefs into accessor macros 2021-08-20 14:15:23 +02:00
php_http.c Use more compact representation for packed arrays. 2021-11-03 15:18:26 +03:00
php_http.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
php_packet_soap.c Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
php_packet_soap.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
php_schema.c Use more compact representation for packed arrays. 2021-11-03 15:18:26 +03:00
php_schema.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
php_sdl.c Use more compact representation for packed arrays. 2021-11-03 15:18:26 +03:00
php_sdl.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
php_soap.h Move derefs into accessor macros 2021-08-20 14:15:23 +02:00
php_xml.c Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
php_xml.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
soap.c Use custom object instead of resource for soap server service 2021-11-28 18:37:29 +01:00
soap.stub.php Use custom object instead of resource for soap server service 2021-11-28 18:37:29 +01:00
soap_arginfo.h Use custom object instead of resource for soap server service 2021-11-28 18:37:29 +01:00