Like many of you I have been using the new apache 2.0.x build series. Tonight apache released 2.0.39-dev which has some important updates for modrewrite & ssl amoung other things...
for whatever reason I ran into a problem compiling with apache2filter && sapi / apache 2
In order to fix it I made a quick hack to php_functions.c on ln 93 by removing the IF statement completely. This worked on my dev server and seems minor but I wanted to know if anyone had any thoughts or any problems...
Code Removed:
#if !MODULE_MAGIC_AT_LEAST(20020506,0)
ADD_STRING(boundary);
#endif
Initial Error:
Missing binary operator before '!' ....
Again, this was all done after upgrading apache2 and it now works on my dev server.
Btw, for those of you having problems with "sapi_apache2.c" make sure you make clean php then reinstall it.