php-src/ext/curl
DanielEScherzer 7a8b1f683b
Generated arginfo header files: use known strings for prop names when… (#15751)
Instead of allocating, using, and then releasing a zend_string for every
property name unconditionally, only do so when the minimum supported version of
PHP does not have that string in its known strings (ZEND_KNOWN_STRINGS). If the
string is already known, just use the known version directly. This is already
done for some non-generated class registrations, e.g. in
`zend_enum_register_props()`.
2024-09-30 13:22:34 +02:00
..
tests [skip ci] Mark one more curl test as xleak 2024-09-26 16:50:06 +02:00
config.m4 Autotools: Replace AC_MSG_ERROR with AC_MSG_FAILURE (#15209) 2024-08-04 07:36:37 +02:00
config.w32 Sync HAVE_<extension> help texts (#15167) 2024-08-02 01:41:47 +02:00
CREDITS
curl.stub.php ext/curl: Add CURLINFO_POSTTRANSFER_TIME_T support (GH-15849) 2024-09-24 13:39:07 +02:00
curl_arginfo.h ext/curl: Add CURLINFO_POSTTRANSFER_TIME_T support (GH-15849) 2024-09-24 13:39:07 +02:00
curl_file.c Make lots of string pointers const (#10646) 2023-02-21 14:01:37 +00:00
curl_file.stub.php Use single line phpdoc in stubs where possible 2021-07-20 13:16:56 +02:00
curl_file_arginfo.h Generated arginfo header files: use known strings for prop names when… (#15751) 2024-09-30 13:22:34 +02:00
curl_private.h ext/curl: Add CURLOPT_DEBUGFUNCTION option (GH-15674) 2024-09-24 10:56:56 +02:00
interface.c ext/curl: Add CURLINFO_POSTTRANSFER_TIME_T support (GH-15849) 2024-09-24 13:39:07 +02:00
multi.c Follow-up on GH-15548: curl_multi_select. 2024-08-27 17:05:55 +01:00
php_curl.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
share.c Preferably include from build dir (#13516) 2024-06-26 00:26:43 +02:00
sync-constants.php ext/curl: Add CURLOPT_DEBUGFUNCTION option (GH-15674) 2024-09-24 10:56:56 +02:00