[PHP-CVS] changes

2001-04-11 Thread Boian Bonev
> 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

[PHP-CVS] cvs: php4 /ext/vpopmail php_vpopmail.c

2001-02-08 Thread Boian Bonev
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

[PHP-CVS] cvs: php4 /ext/vpopmail php_vpopmail.c

2001-02-07 Thread Boian Bonev
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

Re: [PHP-CVS] cvs: php4 /ext/sockets sockets.c

2001-02-03 Thread Boian Bonev
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

[PHP-CVS] cvs: php4 /ext/vpopmail php_vpopmail.c

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

[PHP-CVS] cvs: php4 /ext/vpopmail CREDITS README config.m4 php_vpopmail.c php_vpopmail.h

2001-01-23 Thread Boian Bonev
/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

[PHP-CVS] cvs: php4 /ext/vpopmail README

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

[PHP-CVS] cvs: php4 /ext/vpopmail php_vpopmail.c php_vpopmail.h

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

[PHP-CVS] cvs: php4 /ext/vpopmail CREDITS

2001-01-14 Thread Boian Bonev
+++ 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

[PHP-CVS] cvs: php4 /ext/vpopmail config.m4

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