Date: 01/17/01
- Next message: Andrei Zmievski: "Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/vpopmail .cvsignore CREDITS Makefile.in config.m4 php_vpopmail.c php_vpopmail.h"
- Previous message: Andrew Sitnikov: "[PHP-DEV] Session, register_globals, $HTTP_SESSION_VARS???"
- In reply to: Andrei Zmievski: "Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/vpopmail .cvsignore CREDITS Makefile.in config.m4 php_vpopmail.c php_vpopmail.h"
- Next in thread: Andrei Zmievski: "Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/vpopmail .cvsignore CREDITS Makefile.in config.m4 php_vpopmail.c php_vpopmail.h"
- Reply: Andrei Zmievski: "Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/vpopmail .cvsignore CREDITS Makefile.in config.m4 php_vpopmail.c php_vpopmail.h"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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 Message ----- > > 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. > > The PHP interface to vpopmail does not have to depend on the naming > conventions used by the vpopmail library.
-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Andrei Zmievski: "Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/vpopmail .cvsignore CREDITS Makefile.in config.m4 php_vpopmail.c php_vpopmail.h"
- Previous message: Andrew Sitnikov: "[PHP-DEV] Session, register_globals, $HTTP_SESSION_VARS???"
- In reply to: Andrei Zmievski: "Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/vpopmail .cvsignore CREDITS Makefile.in config.m4 php_vpopmail.c php_vpopmail.h"
- Next in thread: Andrei Zmievski: "Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/vpopmail .cvsignore CREDITS Makefile.in config.m4 php_vpopmail.c php_vpopmail.h"
- Reply: Andrei Zmievski: "Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/vpopmail .cvsignore CREDITS Makefile.in config.m4 php_vpopmail.c php_vpopmail.h"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

