Re: [PHP-DEV] Compile failure with current version From: Rasmus Lerdorf (rasmus <email protected>)
Date: 06/28/98

> The Apache module will fail to compile because of Ben's renaming.
>
> In functions/info.c:265:294:306
> functions/apache.c:128 and
> main.c:1222
>
> table_elts should be renamed to ap_table_elts.

Uhh.. This should be handled by compat.h. We can't just change it
because it won't compile with older servers then.

-Rasmus