Page 1 of 1

AP_GETENV

Posted: Sun Nov 15, 2020 8:04 am
by Otto
Dear Antonio,
Where do I find AP_GETENV in source code.
In apache.prg I see: extern HB_VMPROCESSSYMBOLS, HB_VMEXECUTE, AP_GETENV, AP_BODY, HB_URLDECODE
Can you please explain to me what this means.
Thank you so much.
Best regards,
Otto

Re: AP_GETENV

Posted: Mon Nov 16, 2020 7:39 am
by Antonio Linares
Dear Otto,

https://github.com/FiveTechSoft/mod_har ... ource/in.c

Code: Select all

HB_FUNC( AP_GETENV )
{
   hb_retc( apr_table_get( GetRequestRec()->subprocess_env, hb_parc( 1 ) ) );
}  

Re: AP_GETENV

Posted: Mon Nov 16, 2020 7:40 am
by Antonio Linares
Dear Otto,

> extern HB_VMPROCESSSYMBOLS, HB_VMEXECUTE, AP_GETENV, AP_BODY, HB_URLDECODE

To force the link of those symbols