[PHP] ssl in socket functions

2007-10-04 Thread Sergey Ignatenko
Hello guys, I have one small question and would greatly appreciate if you resolve it. Can I create ssl connection through the socket functions (not fsockopen)? Thanking in advance, Sergey Ignatenko. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net

[PHP] time zone problem

2005-08-31 Thread Sergey
Hi! I some problem: I have visitor's IP, country and city. I need to define his GMT offset. Have you such database GMT's offsets. I found many such list in Google but many countries has different GMT's (Russia - 7!). Any idea? -- PHP General Mailing List (http://www.php.net/) To unsubscribe,

[PHP] Re: splitting CSV rows into multiple SQL inserts?

2005-06-22 Thread Sergey
You can insert file data in DB first, using LOAD DATA INTO FILE, after it'll be easy to manipulate this DB table with a help of php-script. Vince LaMonica [EMAIL PROTECTED] ???/ ? ?: news:[EMAIL PROTECTED] I sent this note off to the php-db list last night, but the

[PHP] Re: editor in WEB PAGE

2005-06-21 Thread Sergey
I used KTML http://www.interaktonline.com/Products/KTML/Overview/ Denyl Meneses Guillén [EMAIL PROTECTED] ???/ ? ?: news:[EMAIL PROTECTED] Hello I want to use a RTF editor within a web page like the Hotmail or Yahoo where when writing the content of the email him

[PHP] Re: editor in WEB PAGE

2005-06-21 Thread Sergey
I used KTML http://www.interaktonline.com/Products/KTML/Overview/ Denyl Meneses Guillén [EMAIL PROTECTED] ???/ ? ?: news:[EMAIL PROTECTED] Hello I want to use a RTF editor within a web page like the Hotmail or Yahoo where when writing the content of the email him can

[PHP] Re: file upload

2005-06-21 Thread Sergey
use $HTTP_POST_FILES for older php versions Han [EMAIL PROTECTED] ÓÏÏÂÝÉÌ/ÓÏÏÂÝÉÌÁ × ÎÏ×ÏÓÔÑÈ ÓÌÅÄÕÀÝÅÅ: news:[EMAIL PROTECTED] Hello, I'm having a problem with a file upload. The following works on one server I use : -

[PHP] Re: Merging Duplicate array items

2005-06-21 Thread Sergey
U may use array_unique() function Joe Harman [EMAIL PROTECTED] ???/ ? ?: news:[EMAIL PROTECTED] Hello, I've been trying to figure out on how I could evaluated this array and combine like items... here is the array.. it represents a shopping cart contents.. you'll

[PHP] Re: Merging Duplicate array items

2005-06-21 Thread Sergey
U may use array_unique() function Joe Harman [EMAIL PROTECTED] ???/ ? ?: news:[EMAIL PROTECTED] Hello, I've been trying to figure out on how I could evaluated this array and combine like items... here is the array.. it represents a shopping cart contents.. you'll

[PHP] Re: How to print variable name and contents

2005-06-16 Thread Sergey
You can use $$var constuction, what display name of $var function my_trace($var){ echo $$var.'='.$var.'br'; } nntp.charter.net [EMAIL PROTECTED] / : news:[EMAIL PROTECTED] I want to write a trace procedure and call it with variable names, and I am having trouble with the syntax. My goal is

Re: [PHP] incrementing a register global

2005-06-16 Thread Sergey
You try to increment value of a var! to change it name u have to add $i to it's name like this foreach($i=1;$i=$boxes;$i++){ echo $_GET['name'].$i; } foreach ($_GET as $var_name=$var_value) { $i++; echo $var_mane.$i; } if I correctly understand u Jay Blanchard [EMAIL PROTECTED]

[PHP] Re: unable to load php_gd2.dll

2005-06-15 Thread Sergey
Check a conformity of php and gd versions. I had same problem, I donload Nusphere Techplat and took its php_gd2.dll. I can send u one if u want ddiffa [EMAIL PROTECTED] ???/ ? ?: news:[EMAIL PROTECTED] Okay I at loss. I have tried but i can seem to get the

[PHP] problem: readdir returns old (cached) directory listing

2002-10-03 Thread sergey
After calling unlink for a specific file in a directory on a Linux system, the file is deleted but subsequent calls to readdir return old directory listing until the script finishes. The next time I execute the script, it does not list the deleted file. But I need to reread directory just after

[PHP-CVS] cvs: php4 /ext/mnogosearch php_mnogo.c test.php

2001-03-02 Thread Sergey Kartashoff
gluke Fri Mar 2 03:41:34 2001 EDT Modified files: /php4/ext/mnogosearch php_mnogo.c test.php Log: UDM_ISPELL_TYPE_SERVER parameter in udm_load_ispell_data has been added to work with ispell server. This feature is available starting from mnoGoSearch

[PHP-CVS] cvs: php4 /ext/mnogosearch test.php

2001-03-02 Thread Sergey Kartashoff
gluke Fri Mar 2 03:43:26 2001 EDT Modified files: /php4/ext/mnogosearch test.php Log: # mnoGoSearch example fix Index: php4/ext/mnogosearch/test.php diff -u php4/ext/mnogosearch/test.php:1.19 php4/ext/mnogosearch/test.php:1.20 ---

[PHP-CVS] cvs: php4 /ext/mnogosearch README

2001-03-02 Thread Sergey Kartashoff
gluke Fri Mar 2 04:14:20 2001 EDT Modified files: /php4/ext/mnogosearch README Log: # TODO updates in mnoGoSearch module README Index: php4/ext/mnogosearch/README diff -u php4/ext/mnogosearch/README:1.6 php4/ext/mnogosearch/README:1.7 ---

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

2001-03-01 Thread Sergey Kartashoff
gluke Thu Mar 1 03:38:17 2001 EDT Modified files: /php4/ext/mnogosearch php_mnogo.c Log: Added UdmFreeEnv call to mnoGoSearch link list destructor to free memory allocated for environment. Index: php4/ext/mnogosearch/php_mnogo.c diff -u

[PHP-CVS] cvs: php4 /ext/mnogosearch php_mnogo.c php_mnogo.h test.php

2001-03-01 Thread Sergey Kartashoff
gluke Thu Mar 1 05:26:25 2001 EDT Modified files: /php4/ext/mnogosearch php_mnogo.c php_mnogo.h test.php Log: Udm_Get_Doc_Count function from mnoGoSearch 3.1.11 has been added. mnoGoSearch library version printing in phpinfo() has been added. Example

[PHP-CVS] cvs: php4 / NEWS

2001-03-01 Thread Sergey Kartashoff
1 05:44:04 2001 @@ -48,8 +48,7 @@ - Major change of the php pdf api. It could break some functions though backwards compatibility was tried to maintain. Adding some still missing functions as well. (Uwe) -- Added mnoGoSearch extension. (Sergey K) - This module currently at the alpha state

[PHP-CVS] cvs: php4 /ext/mnogosearch test.php

2001-03-01 Thread Sergey Kartashoff
gluke Thu Mar 1 06:18:06 2001 EDT Modified files: /php4/ext/mnogosearch test.php Log: # mnoGoSearch example updated. Index: php4/ext/mnogosearch/test.php diff -u php4/ext/mnogosearch/test.php:1.16 php4/ext/mnogosearch/test.php:1.17 ---

[PHP-CVS] cvs: php4 /ext/mnogosearch php_mnogo.c test.php

2001-03-01 Thread Sergey Kartashoff
gluke Thu Mar 1 06:51:11 2001 EDT Modified files: /php4/ext/mnogosearch php_mnogo.c test.php Log: UDM_PARAM_CROSS_WORDS mnoGoSearch extension session parameter has been added to use crosswords available since version 3.1.11 of mnogosearch. Example

[PHP-CVS] cvs: php4 /ext/mnogosearch php_mnogo.c php_mnogo.h

2001-02-23 Thread Sergey Kartashoff
gluke Fri Feb 23 02:34:49 2001 EDT Modified files: /php4/ext/mnogosearch php_mnogo.c php_mnogo.h Log: Added ispell loading routines and date search limits in mnogosearch module. Index: php4/ext/mnogosearch/php_mnogo.c diff -u

[PHP-CVS] cvs: php4 /ext/mnogosearch test.php

2001-02-23 Thread Sergey Kartashoff
gluke Fri Feb 23 02:53:06 2001 EDT Modified files: /php4/ext/mnogosearch test.php Log: mnogosearch example updated. Index: php4/ext/mnogosearch/test.php diff -u php4/ext/mnogosearch/test.php:1.13 php4/ext/mnogosearch/test.php:1.14 ---

[PHP-CVS] cvs: php4 /ext/mnogosearch php_mnogo.c test.php

2001-02-20 Thread Sergey Kartashoff
gluke Tue Feb 20 03:29:15 2001 EDT Modified files: /php4/ext/mnogosearch php_mnogo.c test.php Log: Phrase search support has been added to mnogosearch extenstion. Min_word_len and Max_word_len support has been added to mnogosearch extension. Example

[PHP-CVS] cvs: php4 /ext/mnogosearch php_mnogo.c test.php

2001-02-15 Thread Sergey Kartashoff
gluke Thu Feb 15 03:50:49 2001 EDT Modified files: /php4/ext/mnogosearch php_mnogo.c test.php Log: Added thow new mnoGoSearch agent session parameters: UDM_PARAM_WEIGHT_FACTOR and UDM_PARAM_WORD_MATCH. Index: php4/ext/mnogosearch/php_mnogo.c diff

[PHP-CVS] cvs: php4 /ext/mnogosearch config.m4 php_mnogo.c

2001-02-14 Thread Sergey Kartashoff
gluke Wed Feb 14 06:27:46 2001 EDT Modified files: /php4/ext/mnogosearch config.m4 php_mnogo.c Log: Added mnogosearch version checking into config.m4. Some proto fixes. Index: php4/ext/mnogosearch/config.m4 diff -u

[PHP-CVS] cvs: php4 /ext/mnogosearch config.m4

2001-02-14 Thread Sergey Kartashoff
gluke Wed Feb 14 06:39:39 2001 EDT Modified files: /php4/ext/mnogosearch config.m4 Log: mnoGoSearch config.m4 freebsd compatibility fix. Index: php4/ext/mnogosearch/config.m4 diff -u php4/ext/mnogosearch/config.m4:1.4

[PHP-CVS] cvs: php4 /ext/mnogosearch php_mnogo.c test.php

2001-02-09 Thread Sergey Kartashoff
gluke Fri Feb 9 05:29:19 2001 EDT Modified files: /php4/ext/mnogosearch php_mnogo.c test.php Log: Added UDM_PARAM_FIRST_DOC and UDM_PARAM_LAST_DOC mnoGoSearch extenstion result parameters. Example updated. Index: php4/ext/mnogosearch/php_mnogo.c

[PHP-CVS] cvs: php4 /ext/mnogosearch php_mnogo.c test.php

2001-02-08 Thread Sergey Kartashoff
gluke Thu Feb 8 05:33:36 2001 EDT Modified files: /php4/ext/mnogosearch php_mnogo.c test.php Log: Added UDM_PARAM_SEARCHTIME result parameter. Now at least mnoGoSearch-3.1.10 required to use this module. Added some parameters aliases. Example

[PHP-CVS] cvs: php4 /ext/mnogosearch .cvsignore

2001-02-07 Thread Sergey Kartashoff
gluke Wed Feb 7 02:41:39 2001 EDT Added files: /php4/ext/mnogosearch .cvsignore Log: Added .cvsignore Index: php4/ext/mnogosearch/.cvsignore +++ php4/ext/mnogosearch/.cvsignore Makefile *.lo *.la libs deps libs.mk -- PHP CVS Mailing List

[PHP-CVS] cvs: php4 /ext/mnogosearch php_mnogo.c test.php

2001-02-06 Thread Sergey Kartashoff
gluke Tue Feb 6 06:30:54 2001 EDT Modified files: /php4/ext/mnogosearch php_mnogo.c test.php Log: UDM_PARAM_WORDINFO mnoGoSearch result parameter has been added. UDM_PARAM_RATING result field has neen added as alias for UDM_PARAM_SCORE. Example

[PHP-CVS] cvs: php4 /ext/mnogosearch php_mnogo.c test.php

2001-02-06 Thread Sergey Kartashoff
gluke Tue Feb 6 07:40:33 2001 EDT Modified files: /php4/ext/mnogosearch php_mnogo.c test.php Log: UDM_FIELD_ORDER and UDM_FIELD_CRC mnoGoSearch result fields has been added. Example updated. @- UDM_FIELD_ORDER and UDM_FIELD_CRC mnoGoSearch result

Re: [PHP-CVS] cvs: php4 /ext/mnogosearch php_mnogo.c test.php

2001-02-06 Thread Sergey Kartashoff
.5 release ? -- Regards. Sergey aka gluke. -- 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 PROTECTED]

[PHP-CVS] cvs: php4 /ext/mnogosearch README php_mnogo.c php_mnogo.h

2001-02-05 Thread Sergey Kartashoff
gluke Mon Feb 5 00:42:54 2001 EDT Modified files: /php4/ext/mnogosearch README php_mnogo.c php_mnogo.h Log: Fixed mnogosearch protos. Fixed mnogosearch functions return values. A bug with capital letters break search has been fixed. @- Fixed

[PHP-CVS] cvs: php4 /ext/mnogosearch README php_mnogo.c php_mnogo.h test.php

2001-02-05 Thread Sergey Kartashoff
gluke Mon Feb 5 05:12:15 2001 EDT Modified files: /php4/ext/mnogosearch README php_mnogo.c php_mnogo.h test.php Log: Added new Udm_Add_Search_Limit mnoGoSearch extension function. Some bugfixes and example update. @- Added new Udm_Add_Search_Limit

[PHP-CVS] cvs: php4 /ext/mnogosearch config.m4

2001-02-05 Thread Sergey Kartashoff
gluke Mon Feb 5 06:00:35 2001 EDT Modified files: /php4/ext/mnogosearch config.m4 Log: Fixed default search path. @- Fixed default search path. (gluke) Index: php4/ext/mnogosearch/config.m4 diff -u php4/ext/mnogosearch/config.m4:1.2

[PHP-CVS] cvs: php4 /ext/mnogosearch php_mnogo.c php_mnogo.h test.php

2001-02-05 Thread Sergey Kartashoff
gluke Mon Feb 5 07:15:09 2001 EDT Modified files: /php4/ext/mnogosearch php_mnogo.c php_mnogo.h test.php Log: Added new Udm_Clear_Search_Limits mnogosearch extension function. @- Added Udm_Clear_Search_Limits mnoGoSearch extension function.

[PHP-CVS] cvs: php4 /ext/mnogosearch README php_mnogo.c test.php

2001-02-02 Thread Sergey Kartashoff
gluke Fri Feb 2 04:54:15 2001 EDT Modified files: /php4/ext/mnogosearch README php_mnogo.c test.php Log: Added new UDM_PARAM_STOPTABLE and UDM_PARAM_STOPFILE parameters for Udm_Set_Agent_Params mnoGoSearch module. Now it can use stopwords stored

[PHP-CVS] cvs: php4 /ext/mnogosearch README config.m4 php_mnogo.c php_mnogo.h setup.stub test.php

2001-01-31 Thread Sergey Kartashoff
2001/01/31 14:04:29 gluke Exp $ */ + /* +--+ | PHP version 4.0 | @@ -18,8 +21,6 @@ | Further development by Sergey Kartashoff [EMAIL PROTECTED

[PHP-CVS] cvs: php4 /ext/mnogosearch Makefile.in README config.m4 php_mnogo.c php_mnogo.h setup.stub test.php

2001-01-30 Thread Sergey Kartashoff
| | Initial version by Alex Barkov [EMAIL PROTECTED] | | and Ramil Kalimullin [EMAIL PROTECTED]| | Further development by Sergey Kartashoff [EMAIL PROTECTED]| +--