> > > a single compiler warning issue - in ext/standard/exec.h there must be
a
> > > declaration of php_Exec:
> > >
> > > int php_Exec(int type, char *cmd, pval *array, pval *return_value);
> >
> > People what do you think? does this need to be fixed? Im no compiler
guru,
> > Sascha do you know you seem to have a pretty good idea of what compilers
> > will cope with what?
>
>  Every compiler should be able to cope with function calls to
>  functions without prototypes.  In this case, there should not
>  be problems regarding default argument promotions.

hi,

the idea is that it would be better if the line above is included in
exec.h... of course it works without it but at least i am not happy with it
this way.

b.


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to