1
0
mirror of https://github.com/php/php-src.git synced 2026-04-28 10:43:30 +02:00
Files
archived-php-src/ext
Tim Düsterhus 1faaa7224d uri: Remove useless layer of indirection in php_uri_get_parser() (#19774)
By using the `zend_hash_*()` functions directly, we can benefit from the
precalculated hash value in the given `zend_string *uri_parser_name`. We need
to deconstify the parameter, since the function might calculate the hash, thus
modifying the `zend_string*`.
2025-09-09 22:02:30 +02:00
..
2025-08-07 19:09:03 +02:00
2025-09-06 00:08:55 +02:00
2025-09-03 21:58:21 +02:00
2025-07-25 12:05:17 +02:00
2025-09-07 18:19:21 +01:00
2025-09-09 08:42:34 +02:00
2025-07-29 14:00:37 +02:00
2025-09-03 08:42:33 +02:00
2025-08-15 08:08:16 +01:00
2025-09-08 23:11:07 +02:00
2025-09-09 19:36:00 +02:00
2025-09-06 14:06:10 +01:00
2025-09-05 08:10:48 +02:00
2025-08-16 19:28:11 +01:00
2025-07-20 17:20:53 +02:00
2025-09-06 00:01:52 +02:00
2025-09-05 18:57:31 +02:00
2025-06-21 18:03:50 +01:00