Re[4]: [PHP] PHPlib sessions without a DB?

2002-04-27 Thread Maxim Derkachev
Phplib4 package, which also has session4.inc file, is in the unsup directory, and is a completely different thing (while doing similar work too), made by Barend Scholtus. -- Best regards, Maxim Derkachev mailto:[EMAIL PROTECTED] System administrator programmer, Symbol-Plus Publishing Ltd. phone: +7

Re[2]: [PHP] PHPlib sessions without a DB?

2002-04-26 Thread Maxim Derkachev
As for the default distribution of phplib I don't know if this can use files MW for session storage I haven't had the need to find out. -- Best regards, Maxim Derkachev mailto:[EMAIL PROTECTED] System administrator programmer, Symbol-Plus Publishing Ltd. phone: +7 (812) 324-53-53 www.books.ru

Re[4]: [PHP] PHPlib sessions without a DB?

2002-04-26 Thread Maxim Derkachev
regards, Maxim Derkachev mailto:[EMAIL PROTECTED] System administrator programmer, Symbol-Plus Publishing Ltd. phone: +7 (812) 324-53-53 www.books.ru, www.symbol.ru -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Uploading files in Russian? (urgent)

2002-03-04 Thread Maxim Derkachev
content and fileuploads too. I guess the module is misconfigured, so it recodes the files incorrectly. You should discuss the issue with the server administrator. For additional info look at http://apache.lexa.ru/english/ for an english homepage of the mod_charset. -- Best regards, Maxim Derkachev

Re: [PHP] Goofy interactions between $this and vars in classs. 4.1.0

2001-12-17 Thread Maxim Derkachev
need a reference to the $this object, hence the expression should be $localVariable = $this. But don't forget, that the things will change with the new Zend engine coming and PHP 5 (I suppose). -- Best regards, Maxim Derkachev mailto:[EMAIL PROTECTED] System administrator programmer, Symbol-Plus

Re: [PHP] If PHP4 existed in 1995 we would of taken over the world by now

2001-09-03 Thread Maxim Derkachev
of been B napster.com -- Best regards, Maxim Derkachev mailto:[EMAIL PROTECTED] System administrator programmer, Symbol-Plus Publishing Ltd. phone: +7 (812) 324-53-53 www.books.ru, www.symbol.ru -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED

Re[2]: [PHP] If PHP4 existed in 1995 we would of taken over the world by now

2001-09-03 Thread Maxim Derkachev
. -- Best regards, Maxim Derkachev mailto:[EMAIL PROTECTED] System administrator programmer, Symbol-Plus Publishing Ltd. phone: +7 (812) 324-53-53 www.books.ru, www.symbol.ru -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Re[2]: [PHP] charset win1251

2001-08-13 Thread Maxim Derkachev
, but I haven't much experience with Opera browsers. If you read Russian, try to search cooler.emax.ru - there were a lot of articles concerning Opera and its russificarion. -- Best regards, Maxim Derkachev mailto:[EMAIL PROTECTED] System administrator programmer, Symbol-Plus Publishing Ltd

Re: [PHP] charset win1251

2001-08-10 Thread Maxim Derkachev
the data returned in cp1251, and mysql will sort all the text data using that charset. To have the data returned in koi-8 in this case you'll have to issue a query SET CHARACTER SET cp1251_koi8 By the way, there's not so many russians, if any, using the old Opera browsers :) -- Best regards, Maxim

Re[2]: [PHP] System() and PGP

2001-07-20 Thread Maxim Derkachev
instead. Failed. Complained. Look at phpclasses.upperdesign.com. There are classes for both GPG (mine) and PGP (other guy's) encryption. I guess you'll find the working pattern there. -- Best regards, Maxim Derkachev mailto:[EMAIL PROTECTED] System administrator programmer, Symbol-Plus Publishing

Re: [PHP] XSLT module bugs (?)

2001-07-19 Thread Maxim Derkachev
MD Just met two bugs (?) in the xslt module. The bugs appear to be Sablot's. Just have the same results using sabcmd. Posting report there. -- Best regards, Maxim Derkachev mailto:[EMAIL PROTECTED] System administrator programmer, Symbol-Plus Publishing Ltd. phone: +7 (812) 324-53-53

Re[2]: [PHP] XSLT module bugs (?)

2001-07-19 Thread Maxim Derkachev
made for php 4.0.6 to parse your xml FF file, I'm not able to parse a xml file with sablotron since 4.0.6. xslt_process(). Works well since the first try. I don't process file, I compose xml in a string first. -- Best regards, Maxim Derkachev mailto:[EMAIL PROTECTED] System administrator

Re[2]: [PHP] XSLT module bugs (?)

2001-07-19 Thread Maxim Derkachev
on line FF 74 Haven't seen such an error yet. -- Best regards, Maxim Derkachev mailto:[EMAIL PROTECTED] System administrator programmer, Symbol-Plus Publishing Ltd. phone: +7 (812) 324-53-53 www.books.ru, www.symbol.ru -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail

Re[2]: [PHP] XSLT module bugs (?)

2001-07-19 Thread Maxim Derkachev
regards, Maxim Derkachev mailto:[EMAIL PROTECTED] System administrator programmer, Symbol-Plus Publishing Ltd. phone: +7 (812) 324-53-53 www.books.ru, www.symbol.ru -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: [PHP] Using GnuPG with PHP

2001-07-19 Thread Maxim Derkachev
. -- Best regards, Maxim Derkachev mailto:[EMAIL PROTECTED] System administrator programmer, Symbol-Plus Publishing Ltd. phone: +7 (812) 324-53-53 www.books.ru, www.symbol.ru -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

Re: [PHP] PHP PGP

2001-06-29 Thread Maxim Derkachev
/245 -- Best regards, Maxim Derkachev mailto:[EMAIL PROTECTED] System administrator programmer, Symbol-Plus Publishing Ltd. phone: +7 (812) 324-53-53 www.books.ru, www.symbol.ru -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: [PHP] foreach vs. while(list() = each())

2001-04-12 Thread Maxim Derkachev
; } print "while:\n"; while (list ($k, $v) = each ($a)) { print "$v\n"; } ? will output: foreach: 1 2 --- it should not, the value has already been unset! 3 while: 1 3 -- Best regards, Maxim Derkachev mailto:[EMAIL PROTECTED] Symbol-Plus Publishing Ltd. phone: +7 (812) 32

Re[2]: [PHP] foreach vs. while(list() = each())

2001-04-12 Thread Maxim Derkachev
-- Best regards, Maxim Derkachev mailto:[EMAIL PROTECTED] Symbol-Plus Publishing Ltd. phone: +7 (812) 324-53-53 http://www.Books.Ru -- All Books of Russia   -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL P

Re[2]: [PHP] assignment operator works for comparison??

2001-04-11 Thread Maxim Derkachev
will always return false. -- Best regards, Maxim Derkachev mailto:[EMAIL PROTECTED] Symbol-Plus Publishing Ltd. phone: +7 (812) 324-53-53 http://www.Books.Ru -- All Books of Russia   -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

Re: [PHP] nested loops and PHPLIB templates

2001-04-09 Thread Maxim Derkachev
', 'column', true); } $tpl-parse('row_parsed', 'row', true); } $tpl-pparse('out', 'tp'); So, you have nested blocks filled with nested loops. -- Best regards, Maxim Derkachev mailto:[EMAIL PROTECTED] Symbol-Plus Publishing Ltd. phone: +7 (812) 324-53-53 http://www.Books.Ru -- All Books

Re: [PHP] Is linkage to C/C++ lib or programs in Unix possible?

2001-03-15 Thread Maxim Derkachev
system() (if they can accept arguments in a comand string and return values to STDOUT). For libraries - only if you wrote a PHP extension using those libraries. PHP programs have no C-style access to memory, so they can not communicate with C libraries that not aware of PHP. -- Best regards, Maxim

Re: [PHP] session in php3

2001-03-07 Thread Maxim Derkachev
http://phplib.netuse.de -- Best regards, Maxim Derkachev mailto:[EMAIL PROTECTED] Symbol-Plus Publishing Ltd. phone: +7 (812) 324-53-53 http://www.Books.Ru -- All Books of Russia -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional