[PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/vpopmail .cvsignore CREDITS Makefile.in config.m4 php_vpopmail.c php_vpopmail.h

2001-03-01 Thread Boian Bonev
hi, [i move this to php-dev where is the right place IMHO] indeed the library is used by me, you and perhapse two more people (two have asked how to get/make/use it). my code is not problematic to change - i am using different servers for test and production and i can change it with not more tha

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/vpopmail .cvsignore CREDITS Makefile.in config.m4 php_vpopmail.c php_vpopmail.h

2001-01-17 Thread Andrei Zmievski
On Wed, 17 Jan 2001, Boian Bonev wrote: > hi, > > sure. > > can i ask you another style question? > > snips form a config.m4 file: > --- > AC_MSG_RESULT(found in $VPOPMAIL_LIB_DIR) > --- > > --- > AC_MSG_CHECKING(for vpopmail install directory) > ... code follows... > AC_MSG_RESULT($VPOPMAIL_D

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/vpopmail .cvsignore CREDITS Makefile.in config.m4 php_vpopmail.c php_vpopmail.h

2001-01-17 Thread Boian Bonev
hi, sure. can i ask you another style question? snips form a config.m4 file: --- AC_MSG_RESULT(found in $VPOPMAIL_LIB_DIR) --- --- AC_MSG_CHECKING(for vpopmail install directory) ... code follows... AC_MSG_RESULT($VPOPMAIL_DIR) --- i wonder which one is preferable to use. b. - Original

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/vpopmail .cvsignore CREDITS Makefile.in config.m4 php_vpopmail.c php_vpopmail.h

2001-01-17 Thread Andrei Zmievski
On Wed, 17 Jan 2001, Boian Bonev wrote: > 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 > e

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/vpopmail .cvsignore CREDITS Makefile.in config.m4 php_vpopmail.c php_vpopmail.h

2001-01-17 Thread Boian Bonev
quot;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

[PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/vpopmail .cvsignore CREDITS Makefile.in config.m4 php_vpopmail.c php_vpopmail.h

2001-01-17 Thread Boian Bonev
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"