1
0
mirror of https://github.com/php/php-src.git synced 2026-04-05 07:02:33 +02:00
Files
archived-php-src/ext
Nikita Popov aa4898ef2e Use separate property to request digit auth
Currently, _digest is used both to request that digest auth be
used (_digest == null) and to later store the _digest parameters.

This relies on the ability to distinguish between _digest being
null and it being not set, which is not present with declared
properties. (Well, technically it is, we could just leave it
uninitialized, but that would be non-idiomatic.)

Resolve this by splitting into separate _use_digest and _digest
properties.
2021-08-20 10:41:36 +02:00
..
2021-07-16 16:01:03 +02:00
2021-06-29 17:13:02 +02:00
2021-08-10 14:22:26 +02:00
2021-07-20 12:28:35 +02:00
2021-06-29 17:13:02 +02:00
2021-07-12 09:33:08 +02:00
2021-07-20 12:28:35 +02:00
2021-08-12 23:19:13 +02:00
2021-07-08 15:34:51 +02:00
2021-08-17 12:27:39 +02:00
2021-08-02 17:31:26 +02:00
2021-08-02 14:51:46 +02:00
2021-06-29 17:13:02 +02:00
2021-08-11 14:03:18 +02:00
2021-08-10 00:07:45 +02:00
2021-07-08 16:46:08 +02:00
2021-08-18 12:39:47 +02:00
2021-06-29 17:13:02 +02:00
2021-07-12 18:38:24 +02:00
2021-07-28 11:02:26 +02:00
2021-08-17 14:57:17 +02:00
2021-07-20 12:28:35 +02:00
2021-07-30 16:13:05 +02:00
2021-07-23 17:51:15 +02:00
2021-08-03 12:16:13 +02:00
2021-08-12 12:02:37 +02:00
2021-07-30 13:58:28 +01:00
2021-08-19 10:39:23 +02:00
2021-08-18 16:39:36 +02:00
2021-07-20 12:28:35 +02:00
2021-07-20 12:28:35 +02:00
2021-07-30 17:26:39 +02:00
2021-08-12 02:28:26 +03:00
2021-08-16 23:13:41 +02:00
2021-06-29 17:13:02 +02:00
2021-07-30 17:26:39 +02:00
2021-08-13 15:48:47 +02:00
2021-07-20 12:28:35 +02:00