php-src/ext/soap
Tim Düsterhus 97b3b4552d
random: Move CSPRNG API into php_random_csprng.h (#13290)
This allows consumers of just the CSPRNG to include a much smaller header. It
also allows to verify at a glance whether a source file might use non-secure
randomness.

This commit includes the new header wherever the CSPRNG is used, possibly
replacing the inclusion of php_random.h if nothing else is used, but also
includes it in the main php_random.h header for compatibility.

Somewhat related to 45f8cfaf10,
2b30f18708, and
b14dd85dca.
2024-02-01 19:09:35 +01:00
..
tests Fix #44383: PHP DateTime not converted to xsd:datetime 2023-12-08 17:26:52 +01:00
config.m4
config.w32
CREDITS
php_encoding.c Fix #44383: PHP DateTime not converted to xsd:datetime 2023-12-08 17:26:52 +01:00
php_encoding.h ext/soap: Add support for clark notation for namespaces in class map 2023-10-23 23:39:28 +02:00
php_http.c random: Move CSPRNG API into php_random_csprng.h (#13290) 2024-02-01 19:09:35 +01: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 ext/soap: Add support for clark notation for namespaces in class map 2023-10-23 23:39:28 +02:00
php_schema.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
php_sdl.c Merge branch 'PHP-8.3' 2023-12-01 18:07:58 +01: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 Merge branch 'PHP-8.0' into PHP-8.1 2023-07-31 19:53:43 +01:00
php_xml.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
soap.c Fix #44383: PHP DateTime not converted to xsd:datetime 2023-12-08 17:26:52 +01:00
soap.stub.php Declare ext/soap constants in stubs (#9124) 2022-07-25 16:40:41 +02:00
soap_arginfo.h Fix GH-9967 Add support for generating custom function, class const, and property attributes in stubs 2023-08-26 21:35:31 +02:00