php5 release source tar no compile on win32

php.internals

Shane Caraveo

22 years ago
seems sqlite.w32.h did not get updated when sqlite was last updated, so you cannot build a clean php5 on win32. The culprit is the SQLITE_NOTADB define. hacking it in at least lets me build...this is on a newly installed xp pro box, where I have only compiled 4.3.x so far. Shane

Wez Furlong

22 years ago
Using .dsp build, or the new build system? On Tue, 13 Jul 2004 22:03:17 -0700, Shane Caraveo <shane@caraveo.com> wrote:

Shane Caraveo

22 years ago
Using the dsp. If the dsp files will not be supported, then they should be removed. Shane Wez Furlong wrote:

Andi Gutmans

22 years ago
No way are we getting rid of .dsps. I use them all the time. They might just need updating. At 12:33 PM 7/14/2004 -0700, Shane Caraveo wrote:

Shane Caraveo

22 years ago
I'm being sarcastic re the dsp files, I use them all the time also (more habit than anything else). The problem (as it appears to me) is sqlite.w32.h not being updated when sqlite is updated. Shane Andi Gutmans wrote:

Derick Rethans

22 years ago
On Thu, 15 Jul 2004, Andi Gutmans wrote:
> No way are we getting rid of .dsps. I use them all the time. They might > just need updating.
So you volunteer for fixing them? :) regards, Derick

Andi Gutmans

22 years ago
At 12:00 PM 7/15/2004 +0200, Derick Rethans wrote:
>On Thu, 15 Jul 2004, Andi Gutmans wrote: > > > No way are we getting rid of .dsps. I use them all the time. They might > > just need updating. > >So you volunteer for fixing them? :)
Sure, next time I have a problem. Seems to be working for me right now but I can't remember if I made any changes. I'll cvs diff later on. Andi