[PHP-WIN] Re: Problem in Win32api.c

2003-09-17 Thread Stefan Martin
Hi Dvdmandt, > Why not check? I did check that several days ago by making a diff against the lastest php5 snapshot and the php-4.3.3-version. That diff made me wonder if there's an ongoing development effort. > To bad, I want this extension... It's sooo cool... Many people need that extension.

[PHP-WIN] Re: Problem in Win32api.c

2003-09-17 Thread DvDmanDT
I really doubt it is.. Why not check? Hmm... CVS latest update 5 weeks ago... License in headers... Seems like the one before that was 10 months ago... So... I don't think so... To bad, I want this extension... It's sooo cool... -- // DvDmanDT MSN: [EMAIL PROTECTED] Mail: [EMAIL PROTECTED] "Stefa

[PHP-WIN] Re: Problem in Win32api.c

2003-09-17 Thread Stefan Martin
Hi Fabian, > In (win32, invokefunction) following variables are declared: > void *w32api_return_buffer = NULL; > int w32api_return_buffer_size = 0; > zval **func_arguments = NULL; > > func_arguments gets later filled with > if(zend_get_parameters_array_ex(argc, &func_arguments) == FAILURE) > But