...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 w
> I don't think that was the reason... because
>
> echo 'hello world'; // please no...
> echo '';
> ?>
>
> will print me:
>
> // please no...
> echo '';
>
>
> any further ideas?
> Maxim Maletsky
>
>
>
>
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 every
: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
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)
5 matches
Mail list logo