Re: Prototype Mismatch in ModPerl::PerlRun

2021-05-18 Thread Daniel Ragle
code triggers the warnings? Cheers! Dan On 5/18/2021 3:26 PM, Daniel Ragle wrote: Ed, thanks for your response! I had already tried most of your suggestions: Putting the module load in the startup (with or without the import) didn't make a difference (still get the prototype mismatch o

Re: Prototype Mismatch in ModPerl::PerlRun

2021-05-18 Thread Daniel Ragle
and things like that) slightly in order to get it working as intended, but the changes are usually minor and make sense once you wrap your head around how mod_perl works. Hope this helps! Regards, Ed On May 14, 2021, at 9:36 AM, Daniel Ragle wrote: I'm investigating short term soluti

Prototype Mismatch in ModPerl::PerlRun

2021-05-14 Thread Daniel Ragle
Greetings, I'm investigating short term solutions for site performance (long term is a full rewrite of the app) and I'm working for the first time with ModPerl::PerlRun (and ModPerl::PerlRunPrefork, both seem to exhibit the same behavior) and feel like I'm missing something obvious. I have t