php-windows Digest 11 Dec 2003 07:06:03 -0000 Issue 2036
Topics (messages 22355 through 22359):
Re: page cannot be displayed
22355 by: toby z
22356 by: Svensson, B.A.T. (HKG)
22359 by: toby z
OpenSSL Problem
22357 by: Frédéric HARDY
DB Indexing
22358 by: Herhuth, Ron
Administrivia:
To subscribe to the digest, e-mail:
[EMAIL PROTECTED]
To unsubscribe from the digest, e-mail:
[EMAIL PROTECTED]
To post to the list, e-mail:
[EMAIL PROTECTED]
----------------------------------------------------------------------
--- Begin Message ---
hay hayden,
well, can u send me ur ini file ????
ill check it through fo u .....
n since i aint got nuthin better on ma hands to do these dayz .....
so guyz .... if anyone needs any testing of a proj done .....
im all here .....
toby .....
--- Hayden Kirk <[EMAIL PROTECTED]> wrote: > Hi
>
> Im using php.exe on win2k. When I visit a php page i get page
> cannot be
> displayed. Other pages work fine. Any ideas? the php dll wont work
> at all,
> it refuses to read the ini file at all.
>
> Really anonying, cant figure this out.
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
________________________________________________________________________
BT Yahoo! Broadband - Save £80 when you order online today. Hurry! Offer ends 21st
December 2003. The way the internet was meant to be.
http://uk.rd.yahoo.com/evt=21064/*http://btyahoo.yahoo.co.uk
--- End Message ---
--- Begin Message ---
On Wed, 2003-12-10 at 13:04, toby z wrote:
> n since i aint got nuthin better on ma hands to do these dayz .....
>
> so guyz .... if anyone needs any testing of a proj done .....
>
> im all here .....
>
> toby .....
Well, I have this small VBScript file I need to port to php... :)
--- End Message ---
--- Begin Message ---
yeah anders .....
send me em ...... :)
id luv to do it .....
n it will only cost u an arm n a leg ...... :)
practically ..... (A)
waitin fo the files ......
toby
--- "Svensson, B.A.T. (HKG)" <[EMAIL PROTECTED]> wrote: > On
Wed, 2003-12-10 at 13:04, toby z wrote:
>
> > n since i aint got nuthin better on ma hands to do these dayz
> .....
> >
> > so guyz .... if anyone needs any testing of a proj done .....
> >
> > im all here .....
> >
> > toby .....
>
> Well, I have this small VBScript file I need to port to php... :)
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
________________________________________________________________________
Want to chat instantly with your online friends? Get the FREE Yahoo!
Messenger http://mail.messenger.yahoo.co.uk
--- End Message ---
--- Begin Message ---
Hello !
When I Use this code :
<?php
// Generate a new private (and public) key pair
$privkey = openssl_pkey_new();
// Show any errors that occurred here
echo "<UL>";
while (($e = openssl_error_string()) !== false) {
echo "<LI>" . $e . "</LI>\n";
}
echo "</UL>";
?>
I have this :
<UL>
<LI>error:0E06D06C:configuration file routines:NCONF_get_string:no
value</LI>
<LI>error:0E06D06C:configuration file routines:NCONF_get_string:no
value</LI>
<LI>error:0E06D06C:configuration file routines:NCONF_get_string:no
value</LI>
<LI>error:0E06D06C:configuration file routines:NCONF_get_string:no
value</LI>
<LI>error:0E06D06C:configuration file routines:NCONF_get_string:no
value</LI>
<LI>error:0E06D06C:configuration file routines:NCONF_get_string:no
value</LI>
<LI>error:0E06D06C:configuration file routines:NCONF_get_string:no
value</LI>
</UL>
I'm using windows 98, apache 1.34, php 4.3.3 with openssl support enabled,
and OpenSSL 0.9.7b 10 Apr 2003, OPENSSL_CONF is correctly setted, and dll
are in SYSTEM32.
Is it normal ? Have you got any solutions ???
Best regards,
Fred
===================================================================
Frederic HARDY Email: [EMAIL PROTECTED]
HEXANET SARL URL: http://www.hexanet.fr/
ZAC Les Charmilles Tel: +33 (0)3 26 79 30 05
3, allée Thierry Sabine Direct: +33 (0)3 26 61 77 84
BP 202 - 51686 REIMS CEDEX 2 FRANCE
===================================================================
--- End Message ---
--- Begin Message ---
Quick question...does MySQL offer column based indexing?
I'm looking to store resume text which can be quite lengthy in a database
field for searching. I have already built the app that takes a MS Word
resume and extracts and stores keywords in MS SQL and the searches are
lightning fast with over 500 resumes, but a new client of mine isn't
running MS SQL so I have to look at the reality of trying to use MySQL as
a solution.
Thanks,
ROn
--- End Message ---