[PHP-DEV] SQLite Bug 42589 still not fixed in php 5.3 windows

2009-08-09 Thread Oskar Eisemuth
Hello The SQLite patch for Bug 42589 getColumnMeta requires SQLITE_ENABLE_COLUMN_METADATA, but on windows builds this doesn't seem to be activated, so this functionality is missing. Or is there a specific reason why it isn't enabled? Could the status of the sqlite library features be shown i

Re: [PHP-DEV] Can't use embeded sapi

2009-08-09 Thread Farley Knight
On Mon, Jul 13, 2009 at 7:17 PM, Paul Biggar wrote: > Hi Thomas, > > On Mon, Jul 13, 2009 at 9:15 PM, Thomas Koch wrote: >> gcc  -c -I/usr/local/include/php/ -I/usr/local/include/php/main - >> I/usr/local/include/php/Zend -I/usr/local/include/php/TSRM -Wall -g -o >> worker.o worker.c >> gcc  -L/usr

Re: [PHP-DEV] Can't use embeded sapi

2009-08-09 Thread Scott MacVicar
On 9 Aug 2009, at 22:52, Farley Knight wrote: On Mon, Jul 13, 2009 at 7:17 PM, Paul Biggar wrote: Hi Thomas, On Mon, Jul 13, 2009 at 9:15 PM, Thomas Koch wrote: gcc -c -I/usr/local/include/php/ -I/usr/local/include/php/main - I/usr/local/include/php/Zend -I/usr/local/include/php/TSRM -Wall