> > 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
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
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
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->