On Wed, 11 Apr 2001, James Moore wrote:

>
> > > What are we doing with the current release right now?
> > > who is having problems and which problems are outstanding??
> >
> > 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.

    - Sascha                                     Experience IRCG
      http://schumann.cx/                http://schumann.cx/ircg


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