php-src/sapi
Niels Dossche 33ae76405f Use zend_string for arg_separators
This allows us to avoid a call to `zend_ini_str` which took 6% of the
profile on my i7-4790 for a call to `http_build_query`. Now we can just
grab the value from the globals.
In other files this can avoid some length recomputations.
2025-05-21 19:54:09 +02:00
..
apache2handler sapi/apache2handler/php_functions.c: No need to rely on argnum (#16143) 2024-09-30 22:09:17 +01:00
cgi Use zend_string for arg_separators 2025-05-21 19:54:09 +02:00
cli cli: Fix swapped output in php --ini (#18557) 2025-05-14 21:36:20 +02:00
embed Merge branch 'PHP-8.3' into PHP-8.4 2025-03-12 08:58:54 +01:00
fpm Use win32 glob implementation on all platforms (#18164) 2025-05-20 16:20:59 -03:00
fuzzer Fix fuzzer support after CALL VM changes (#18491) 2025-05-04 13:25:42 +02:00
litespeed Merge branch 'PHP-8.4' 2025-05-15 11:53:27 -04:00
phpdbg [RFC] Add support for attributes on compile-time constants 2025-04-29 11:53:09 -07:00