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
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,
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
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 n
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
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 : -
>
> -
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
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 h
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]> ???
You can use $$var constuction, what display name of $var
function my_trace($var){
echo $$var.'='.$var.'';
}
""nntp.charter.net"" <[EMAIL PROTECTED]> ÓÏÏÂÝÉÌ/ÓÏÏÂÝÉÌÁ × ÎÏ×ÏÓÔÑÈ
ÓÌÅÄÕÀÝÅÅ: news:[EMAIL PROTECTED]
>I want to write a trace procedure and call it with variable names, and I am
>havin
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
> ph
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 ca
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
--- php4/ext/m
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
--- php4/ext/mnogosear
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
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 upd
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
--- php4/ext/mnog
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
gluke Thu Mar 1 05:38:38 2001 EDT
Modified files:
/php4/ext/mnogosearch php_mnogo.c php_mnogo.h test.php
Log:
Udm_Api_Version function has been added.
Example updated.
Index: php4/ext/mnogosearch/php_mnogo.c
diff -u php4/ext/mnogosearch/php_mnogo.
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
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 php4/ext/
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
--- php4/ext/mnogos
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 php4/ext/mnogosearch/ph
gluke Thu Feb 22 05:02:37 2001 EDT
Modified files:
/php4/ext/mnogosearch README
Log:
README for mnoGoSearch module updated.
Index: php4/ext/mnogosearch/README
diff -u php4/ext/mnogosearch/README:1.5 php4/ext/mnogosearch/README:1.6
--- php4/ext/mnogos
gluke Thu Feb 22 02:40:44 2001 EDT
Modified files:
/php4/ext/mnogosearch php_mnogo.c test.php
Log:
Added Ispell routines to work with Ispell data loaded into sql tables.
Example updated.
Index: php4/ext/mnogosearch/php_mnogo.c
diff -u php4/ext/mnog
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 u
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 -
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 php4/ext/mnogosearch/config.m4:1
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 php4/ext/mnogosearch/config.m4:1.
On Thu, 8 Feb 2001, Jon Parise wrote:
> On Thu, Feb 08, 2001 at 01:33:36PM -0000, Sergey Kartashoff wrote:
>
> > gluke Thu Feb 8 05:33:36 2001 EDT
> >
> > Modified files:
> > /php4/ext/mnogosearch php_mnogo.c test.php
> > Log:
>
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
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 updated
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 (ht
On Tue, 6 Feb 2001, Andrei Zmievski wrote:
> > ok. So, i should not write any NEWS on this extension till 4.0.5 release ?
>
> Basically.
ok i understood.
Thank you for your notes.
--
Regards. Sergey aka gluke.
--
PHP CVS Mailing List (http://www.php.net/)
To unsubsc
ion till 4.0.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]
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 fiel
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 update
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.
Index:
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 php4/ext/mnogo
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 mno
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 mnogosear
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 eithe
gluke Thu Feb 1 05:06:25 2001 EDT
Modified files:
/php4/ext/mnogosearch Makefile.in php_mnogo.c test.php
Log:
UDM_PARAM_CHARSET parameter in Udm_Set_Agent_Param() has been added to
set local charset you are using. Example updated also.
@- UDM_PARAM_CH
2001/01/31 14:04:29 gluke Exp $ */
+
/*
+--+
| PHP version 4.0 |
@@ -18,8 +21,6 @@
| Further development by Sergey Kartashoff <[EMAIL PROTEC
|
| Initial version by Alex Barkov <[EMAIL PROTECTED]> |
| and Ramil Kalimullin <[EMAIL PROTECTED]>|
45 matches
Mail list logo