RE: [PHP-DEV] ./configure, PHP, SuSE and the AMD64

2004-12-17 Thread Hans Zaunere
> > Some more interesting things that threw me off at first. While 4.3.10 > > and 5.0.3 do handle lib64 much better than previous versions, and will > > compile with the basic extensions enabled on a lib64 only system, only > > HEAD really implements --with-libdir. These versions will break when

Re: [PHP-DEV] main/main.c - php_module_startup && additional modules

2004-12-17 Thread Andi Gutmans
Hi, Please send me the diff as an attachment and change zend_module_entry *start_extensions[num_additional_modules]; to use do_alloca(), free_alloca(). I will then commit to HEAD. Thanks, Andi At 08:42 AM 12/9/2004 +0100, Wojtek Meler wrote: Here you are. Andi Gutmans wrote: I was thinking about

[PHP-DEV] session_set_save_handler

2004-12-17 Thread Richard Thomas
Right now the only way to change the serialize_handler is through php.ini or ini_set. Would it not make sense to have this part of session_set_save_hanlder and allow people to register there own functions or even no function at all for this? One usefull example of this, someone using a database

[PHP-DEV] get ALL virtual hosts

2004-12-17 Thread Götz Lohmann
Hi List, I try to build up an apache module in C which interacts with an Apache Modul and stumbled over a curious thing. I have several virtual hosts and wish to read a configuration of ONE of them. unfortunatly the call: serv = SG(server_context)->r->server for( ; serv ; serv->next) { serv->