[PHP-DEV] make test flag?

2006-11-30 Thread Brian Shire
I noticed the make test command may need the "-n" flag added so that it will exclude already installed ini files. Specifically this causes a problem when running make test on a system that already has the same DSO installed so it tries to load it twice (once via the installed ini and aga

[PHP-DEV] Re: Cross-extension resource

2006-11-30 Thread Mauro N. Infantino
Sara, Sorry if the question was answered before, I will try to look harder next time. Just for the record: - I ended up doing what you suggested but in MINIT. Given the facts you provided, I'll change it to RINIT. - The php_mysql.h file doesn't include the constants for the resource name, so I

Re: [PHP-DEV] thread unsafety inventory

2006-11-30 Thread Ron Korving
Ilia, Great work. I posted a bug report at www.sqlite.org. Regards, Ron Korving "Ilia Alshanetsky" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > On 27-Nov-06, at 3:24 PM, Ron Korving wrote: > > gmtime: (use gmtime_r) > > > > ext/interbase/ibase_query.c on line 679 > > Fixed.

Re: [PHP-DEV] thread unsafety inventory

2006-11-30 Thread Ilia Alshanetsky
On 27-Nov-06, at 3:24 PM, Ron Korving wrote: gmtime: (use gmtime_r) ext/interbase/ibase_query.c on line 679 Fixed. ext/pdo_sqlite/sqlite/src/date.c on line 948 (external code library) This code cannot be reached since we compile libsqlite with date functions. sapi/thttpd_patch on lin

Re: [PHP-DEV] Question on thread safety

2006-11-30 Thread Andy Wharmby
Stanislav Malyshev wrote: So finally to my question. Is it the intention of TSRMc. to allow ts_allocate_id() to be called at any time or is there an unwritten rule that it should only ever called during php startup ? If its the former then I I think it gets called only on startup. I also thi

[PHP-DEV] new apache fastcgi implementation and phpfastcgi patch

2006-11-30 Thread Mathieu CARBONNEAUX
Why php cannot be able to be a real application server!? :) no, no, no i've not said that... :) ok... no really, separating static from dynamic serving are not in the logic of reverse proxy apache "scheme" handler implementation who serve by default all file from path to a backend...