mirror of
https://github.com/php/php-src.git
synced 2026-04-02 05:32:28 +02:00
0x2d == 45, not 46. However, `CURLMOPT_PUSHFUNCTION` is actually available as of cURL 7.44.0[1], while we make the respective PHP constants available only as of cURL 7.46.0[2]. [1] <https://curl.haxx.se/libcurl/c/CURLMOPT_PUSHFUNCTION.html> [2] <http://git.php.net/?p=php-src.git;a=blob;f=ext/curl/interface.c;h=fdf855278eef6f32f26c49b54f56aca9bd7007c3;hb=HEAD#l1289>