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
Using .dsp build, or the new build system?
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
Using the dsp. If the dsp files will not be supported, then they should
be removed.
Shane
Wez Furlong wrote:
Using .dsp build, or the new build system?
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