[PHP] ATmail

2011-09-18 Thread madu...@gmail.com
I have installed ATmail http://atmail.org/ webmail interface went OK, when I try to login I get empty login.. [root@server1 log]# php -version PHP 5.3.3 (cli) (built: Jan 21 2011 09:39:13) Copyright (c) 1997-2010 The PHP Group Zend Engine v2.3.0, Copyright (c) 1998-2010 Zend Technologies [root@ser

Re: [PHP] Bug?

2011-09-18 Thread Robert Stone
De: Igor Escobar Para: "" Enviadas: Sexta-feira, 16 de Setembro de 2011 7:07 Assunto: [PHP] Bug? Anyone can explain this? https://gist.github.com/1220404 Part of the code are in portuguese so... iguais = equal diferentes = different Regards, Igor Escobar *

Re: [PHP] ATmail

2011-09-18 Thread Daniel Brown
On Sun, Sep 18, 2011 at 07:03, madu...@gmail.com wrote: > I have installed ATmail http://atmail.org/ webmail interface went OK, > when I try to login I get empty login.. > > [root@server1 log]# php -version > PHP 5.3.3 (cli) (built: Jan 21 2011 09:39:13) While it may not necessarily be the ca

[PHP] Search for string followed by whitespace

2011-09-18 Thread Tim Streater
At the moment, I'm doing this: $start = stripos ($body, "-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Installing extensions

2011-09-18 Thread tamouse mailing lists
I'm having a bit of trouble installing PHP extensions. I have the following in php.ini: extension_dir = ".:/usr/local/lib/php/extensions:/usr/local/lib/php/extensions/no-debug-non-zts-20090626" In /usr/local/lib/php/extensions/no-debug-non-zts-20090626, i have the following: -rwxr-xr-x 1 roo

Re: [PHP] Installing extensions

2011-09-18 Thread Gregor Mitzka
Why don't you use MacPorts? There you can extension in a quite simple way. Gregor Mitzka 2011/9/18 tamouse mailing lists > I'm having a bit of trouble installing PHP extensions. > > I have the following in php.ini: > > extension_dir = > > ".:/usr/local/lib/php/extensions:/usr/local/lib/php/ext

Re: [PHP] Installing extensions

2011-09-18 Thread Benjamin Hawkes-Lewis
On Sun, Sep 18, 2011 at 8:21 PM, tamouse mailing lists wrote: > I'm having a bit of trouble installing PHP extensions. > > I have the following in php.ini: > >  extension_dir = > ".:/usr/local/lib/php/extensions:/usr/local/lib/php/extensions/no-debug-non-zts-20090626" > > In /usr/local/lib/php/ext

Re: [PHP] Installing extensions

2011-09-18 Thread Sharl.Jimh.Tsin
在 2011-09-18日的 14:21 -0500,tamouse mailing lists写道: > I'm having a bit of trouble installing PHP extensions. > > I have the following in php.ini: > > extension_dir = > ".:/usr/local/lib/php/extensions:/usr/local/lib/php/extensions/no-debug-non-zts-20090626" > > In /usr/local/lib/php/extensions/

Re: [PHP] Installing extensions

2011-09-18 Thread tamouse mailing lists
On Sun, Sep 18, 2011 at 4:22 PM, Gregor Mitzka wrote: > Why don't you use MacPorts? There you can extension in a quite simple way. > Gregor Mitzka I DID use MacPorts! -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Installing extensions

2011-09-18 Thread tamouse mailing lists
On Sun, Sep 18, 2011 at 4:36 PM, Benjamin Hawkes-Lewis wrote: > On Sun, Sep 18, 2011 at 8:21 PM, tamouse mailing lists > wrote: >> I'm having a bit of trouble installing PHP extensions. >> >> I have the following in php.ini: >> >>  extension_dir = >> ".:/usr/local/lib/php/extensions:/usr/local/li