> What are we doing with the current release right now?
> who is having problems and which problems are outstanding??
hi,
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);
it is
bbonev Thu Feb 8 15:31:00 2001 EDT
Modified files:
/php4/ext/vpopmail php_vpopmail.c
Log:
fixed SIGSEGV in vpopmail_auth_user when optional arg apop is not set
Index: php4/ext/vpopmail/php_vpopmail.c
diff -u php4/ext/vpopmail/php_vpopmail.c:1.7 php4/ext/v
bbonev Wed Feb 7 09:47:59 2001 EDT
Modified files:
/php4/ext/vpopmail php_vpopmail.c
Log:
# fixed several warnings - variables not used, functions not declared
# added vclose() declaration - vpopmail does not declare it
Index: php4/ext/vpopmail/php_vpop
hi,
> > What do you mean, switch() is expensive?
> Well, isn't it slower?
perhapse in php switch is slower. in c it sometimes is much faster than
bunch of if statements. i mean the compiler makes jump tables for
consequitive values and there are less comparisons etc. just a range check
and jump
bbonev Fri Jan 26 16:25:09 2001 EDT
Modified files:
/php4/ext/vpopmail php_vpopmail.c
Log:
# fixed protos in comments for *_ex functions
Index: php4/ext/vpopmail/php_vpopmail.c
diff -u php4/ext/vpopmail/php_vpopmail.c:1.5 php4/ext/vpopmail/php_vpopmail.c:1.6
/vpopmail/CREDITS:1.3
--- php4/ext/vpopmail/CREDITS:1.2 Sun Jan 14 08:47:55 2001
+++ php4/ext/vpopmail/CREDITS Tue Jan 23 13:46:03 2001
@@ -1,3 +1,2 @@
Vpopmail
-David Croft
-Boian Bonev
+David Croft, Boian Bonev
Index: php4/ext/vpopmail/README
diff -u php4/ext/vpopmail/README:1.1 php4/ext
bbonev Sun Jan 14 09:38:29 2001 EDT
Added files:
/php4/ext/vpopmail README
Log:
#added simple minimum survival readme
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTEC
added more comprehensive MINFO function helping users debug their case
added static int vpopmail_exec(char *cmd) [will change to php_Exec soon]
@ vpopmail extension updated to working alfa. give it a try but keep in
@ mind that it is not ready for production environments (Boian Bonev)
Index
+++ php4/ext/vpopmail/CREDITS Sun Jan 14 08:47:55 2001
@@ -1,2 +1,3 @@
Vpopmail
David Croft
+Boian Bonev
--
PHP CVS 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
bbonev Sun Jan 14 08:40:26 2001 EDT
Modified files:
/php4/ext/vpopmail config.m4
Log:
rewritten the whole logic of the script
added VPOPMAIL_BIN_DIR to point to ~vpopmail/bin directory
added checks for ALL files needed by the extension
style fixes to the o
10 matches
Mail list logo