[PHP] Ru locale + UTF-8

2006-08-07 Thread Tony Aldrich
Good day, I try to set ru locale that is converted to UTF-8 in output. I tried ru_ru.UTF-8 - with no results. ru returns week and month names in win-1251. What I missed? Apache/2.0.55 Win32 PHP/5.1.2 Tony. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

[PHP] e107 opinions

2006-08-01 Thread Tony Aldrich
Good day! I want to ask any comments about e107 CMS? Easy? Usefull? Extendible? Thanks. Tony. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Upgrade problems PHP 5.1.4 (Windows)

2006-05-22 Thread Tony Aldrich
I've understood, it's Windows. If you added root php directory to Path environment variable it sometimes does not take effect until you restart Windows. (???May be it's cached somewhere?) And don't forget to change in php.ini Extension Directory to ./ext or where all extension dll's are placed.

Re: [PHP] List of sessions

2006-05-04 Thread Tony Aldrich
() (or w/e it is) javascript function along with frames. Anyway, you can check out php.net for more details on how to use a database for session storage: http://www.php.net/manual/en/function.session-set-save-handler.php Cheers, - Joe On 5/4/06, Tony Aldrich [EMAIL PROTECTED] wrote: Well, I mean

Re: [PHP] List of sessions

2006-05-04 Thread Tony Aldrich
Honestly, the easiest way to solve this is to switch to 'user' PHP sessions: http://php.net/session-set-save-handler Thanks. I'm trying now to do this. I'm wondering about session-set-save-handler - what is manual garbage collector here? It means I must explicitly unset all variables or

Re: [PHP] List of sessions

2006-05-03 Thread Tony Aldrich
want to query alive sessions. Or query their death time (timeout). I thought of something like $sess=get_session_list(); or $isalive=is_session_alive($session_id); Thanks. On 5/4/06, Gerry D [EMAIL PROTECTED] wrote: Can you have more than 1 session? On 5/2/06, Tony Aldrich [EMAIL PROTECTED

[PHP] Slow mail()

2006-05-02 Thread Tony Aldrich
Hello! What are the reasons of slow mail() (about 30-40 seconds)? Thanks, Tony.

Re: [PHP] Slow mail()

2006-05-02 Thread Tony Aldrich
Thanks for all. Hope host sysadmin will work on this. I wondered if it's my problem but on my testing environment it is relatively fast. Again, thanks.

[PHP] List of sessions

2006-05-02 Thread Tony Aldrich
Good day, Does anybody know how to get a list of current sessions? I need to clear some database rows that where associated with some SID. Can it be done without probing of maxlifetime? Thanks in advance. Tony.

[PHP] PHP-Jabber

2006-05-02 Thread Tony Aldrich
Hello, Can somebody recommend clean php jabber library? I must send notifications to some users. Tony.