voroojax / waf-fle

Automatically exported from code.google.com/p/waf-fle
0 stars 0 forks source link

support for cgi php and apache without APC #19

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
This is the patch I made to make it work on apache cgi php with not APC.

cgi php does not have getallheaders() or apache_setenv()

The conditional was evaluating apc_fetch() which doesn't exist even when 
$APC_ON false.

Original issue reported on code.google.com by boganj...@gmail.com on 23 Apr 2013 at 11:42

Attachments:

GoogleCodeExporter commented 8 years ago
I'll make some tests in version 0.6 (final) and make the merge, thanks for the 
patch.

Original comment by klaub...@gmail.com on 21 May 2013 at 8:16

GoogleCodeExporter commented 8 years ago
You would need to do something about $MLOG2WAFFLE_DEBUG, I just removed those 
lines since I didn't need that feature.

Original comment by boganj...@gmail.com on 22 May 2013 at 12:10

GoogleCodeExporter commented 8 years ago

Original comment by klaub...@gmail.com on 22 Jan 2014 at 2:42