sorry for broken english.

I just wanted to say that vpopmail's api uses function naming convention
which is incomatible with php style. This is the reason to name php
functions after vpopmail api, prefixing them with vpopmail_. We can fix this
easy.

b.

----- Original Message -----
From: "Boian Bonev" <[EMAIL PROTECTED]>
To: "Andrei Zmievski" <[EMAIL PROTECTED]>; "PHP Development"
<[EMAIL PROTECTED]>; "David Croft" <[EMAIL PROTECTED]>
Sent: Wednesday, January 17, 2001 5:03 PM
Subject: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/vpopmail .cvsignore CREDITS
Makefile.in config.m4 php_vpopmail.c php_vpopmail.h


> hi,
>
> i do not like this too but this are the names exported by vpopmail api.
> this can be changed very easy. i am currently waiting for reply from David
> about what the php api support, what not and how...
>
> b.
> ----- Original Message -----
> From: "Andrei Zmievski" <[EMAIL PROTECTED]>
> To: "David Croft" <[EMAIL PROTECTED]>
> Cc: <[EMAIL PROTECTED]>
> Sent: Tuesday, January 16, 2001 4:42 PM
> Subject: Re: [PHP-CVS] cvs: php4 /ext/vpopmail .cvsignore CREDITS
> Makefile.in config.m4 php_vpopmail.c php_vpopmail.h
>
>
> > On Sun, 14 Jan 2001, David Croft wrote:
> > > function_entry vpopmail_functions[] = {
> > > PHP_FE(vpopmail_auth_user, NULL)
> > > PHP_FE(vpopmail_adddomain, NULL)
> > > PHP_FE(vpopmail_deldomain, NULL)
> > > PHP_FE(vpopmail_adduser, NULL)
> > > PHP_FE(vpopmail_deluser, NULL)
> > > PHP_FE(vpopmail_passwd, NULL)
> > > PHP_FE(vpopmail_setuserquota, NULL)
> > > {NULL, NULL, NULL}
> > > };
> >
> > Didn't we agree to put underscores between words in function names, i.e.
> > vpopmail_del_user?
> >
> > -Andrei
> > * Life may be expensive, but it includes an annual free trip around the
> sun. *



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