Derick Rethans wrote:
On Wed, 5 Oct 2005, Greg Beaver wrote:
...
I do believe that:
#ifdef PHP_WIN32
#include "timelib_config.h"
#else
#include
#endif
should fix the windows build without ruining the patch.
No, can't do that as PHP_WIN32 is not defined for the standalone
library.
Not s
On Wed, 5 Oct 2005, Greg Beaver wrote:
> Jani Taskinen wrote:
> > sniper Mon Oct 3 16:20:50 2005 EDT
> >
> > Modified files:
> > /php-src/ext/date/lib timelib_structs.h
> > Log:
> > Generated files are included like this..
> [snip]
>
> > -#include "timeli
Jani Taskinen wrote:
> sniperMon Oct 3 16:20:50 2005 EDT
>
> Modified files:
> /php-src/ext/date/lib timelib_structs.h
> Log:
> Generated files are included like this..
[snip]
> -#include "timelib_config.h"
> +#include
I do believe that:
#ifdef PHP