{"author":"Viktor Szakats","author_email":"commit@vsz.me","author_time":1751382945,"commit_time":1753691533,"committer":"Viktor Szakats","committer_email":"commit@vsz.me","hash":"430f9b03fd2b11804e6ae6147efaefb1f5a9916d","message":"CURLOPT: bump `CURLFTP*` enums to `long`, drop casts\n\nThis patch bumps the size of these constants from `int` to `long`, while\nkeeping their actual values the same. It may cause incompatibilities in\nuser code, requiring the bump of holder variables and/or adding casts:\n\n- CURLFTP_CREATE_DIR\n- CURLFTP_CREATE_DIR_NONE\n- CURLFTP_CREATE_DIR_RETRY\n- CURLFTPAUTH_DEFAULT\n- CURLFTPAUTH_SSL\n- CURLFTPAUTH_TLS\n- CURLFTPMETHOD_DEFAULT\n- CURLFTPMETHOD_MULTICWD\n- CURLFTPMETHOD_NOCWD\n- CURLFTPMETHOD_SINGLECWD\n- CURLFTPSSL_CCC_ACTIVE\n- CURLFTPSSL_CCC_NONE\n- CURLFTPSSL_CCC_PASSIVE\n\nAlso:\n- keep existing casts within the documentation to make sure it applies\n  to older curl versions as well.\n\nCloses #17797\n","parents":["5debe7cb34bb6f0ee094515c17b7662e386829fb"],"tree_hash":"09305d5539f64c0c9a3094340cf22e618969dfd9"}