Re: Issue in using php5_module module.

2013-06-06 Thread Sindhi Sindhi
Thankyou Joe, I'll definitely check the the filter code. On Tue, May 28, 2013 at 8:26 PM, Joe Lewis wrote: > On 05/28/2013 08:38 AM, Sindhi Sindhi wrote: > >> [SNIP] >> >> >> With these changes, when I start httpd.exe and try to launch a simple php >> file shown above, from the browser, the firs

Re: Issue in using php5_module module.

2013-05-28 Thread Joe Lewis
On 05/28/2013 08:38 AM, Sindhi Sindhi wrote: [SNIP] With these changes, when I start httpd.exe and try to launch a simple php file shown above, from the browser, the first time I see that my filter module gets the correct php data from php file in the buckets. But when I try to open the same php

Issue in using php5_module module.

2013-05-28 Thread Sindhi Sindhi
Hello, I'm trying to setup PHP module with 64-bit Apache 2.4.4, and also load a C++ module to do the HTML filtering. As I understand the php module acts like an interpreter and translates the php into HTML and then invokes the HTML output filter. Heres my setup - 1. I downloaded Apache from http: