\usr/src/phpmyemail/phpmyemail.c: In function ‘zif_mail_php’:
/usr/src/phpmyemail/phpmyemail.c:91:45: error: expected ‘)’ before ‘TSRMLS_CC’
91 | if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "sssssss|sss", &login, &login_len, &pass, &pass_len, &to, &to_len, &from, &from_len, &reply, &reply_len, &subject, &subject_len, &content, &content_len, &smtp_server, &smtp_server_len, &smtp_port, &smtp_port_len, &ssl_on, &ssl_on_len) == FAILURE) {
| ~ ^~~~~~~~~
/usr/src/phpmyemail/phpmyemail.c:91:7: error: too few arguments to function ‘zend_parse_parameters’
91 | if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "sssssss|sss", &login, &login_len, &pass, &pass_len, &to, &to_len, &from, &from_len, &reply, &reply_len, &subject, &subject_len, &content, &content_len, &smtp_server, &smtp_server_len, &smtp_port, &smtp_port_len, &ssl_on, &ssl_on_len) == FAILURE) {
| ^~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/php/main/php.h:35,
from /usr/src/phpmyemail/phpmyemail.c:28:
/usr/include/php/Zend/zend_API.h:335:22: note: declared here
335 | ZEND_API zend_result zend_parse_parameters(uint32_t num_args, const char *type_spec, ...);
| ^~~~~~~~~~~~~~~~~~~~~
make: *** [Makefile:207: phpmyemail.lo] Error 1