[PHP] Re: [PHP-DEV] Re: IMAP/POP3 Administration API?

2001-07-23 Thread Vlad Krupin
...None of them will. This is not a part of IMAP protocol; it is part of the mail server, and each server does that in its own way. On a brighter note - if you use qmail, there is a very nice patch for it that will allow to store users in a mysql database, so you can use php to add/delete users

[PHP] Re: [PHP-DEV] WEIRD, WEIRD problem with upgrade to 4.0.5

2001-05-11 Thread Vlad Krupin
'; any further ideas? Maxim Maletsky -Original Message- From: Vlad Krupin [mailto:[EMAIL PROTECTED]] Sent: Friday, May 11, 2001 7:12 AM To: Maxim Maletsky Cc: 'PHP General List. (E-mail)'; '[EMAIL PROTECTED]'; '[EMAIL PROTECTED]' Subject: Re: [PHP-DEV] WEIRD, WEIRD problem

[PHP] Re: [PHP-DEV] WEIRD, WEIRD problem with upgrade to 4.0.5

2001-05-10 Thread Vlad Krupin
That's most likely because you have newlines that PHP does not understand (it should in 4.0.6). In particular, the newline just before the // comment that got printed out where it should not is probably mac-style '\r' instead of unix-style '\n' or dos-style '\r\n'. Fix those newlines and

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

2001-02-05 Thread Vlad Krupin
vladMon Feb 5 10:15:32 2001 EDT Modified files: /php4/ext/pspellpspell.c Log: now when pspell/pspell.h is included, it will recognize that it has to work in compatibility mode. (The previous fix had the right idea, but was too far down in the source)

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

2001-02-05 Thread Vlad Krupin
:31:31 2000 +++ php4/ext/pspell/CREDITS Mon Feb 5 11:18:04 2001 @@ -0,0 +1,2 @@ +Pspell +Vlad Krupin -- 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: [EMAIL