Re: [PHP-WIN] Re: Cookie Problems on Localhost

2005-02-23 Thread trlists
On 23 Feb 2005 M. Sokolewicz wrote: > both 'localhost' and any ip are not accepted as valid > domain-identifiers in cookies (as per RFC). This simply means you're > best off leaving them empty. As far as I can tell this is incorrect. I think the relevant RFCs are 2109 and 2695. Both strongly

RE: [PHP-WIN] ereg_replace help wanted

2004-09-29 Thread trlists
On 29 Sep 2004 George Pitcher wrote: > In short I'm looking to search for any character that is NOT one of the > following: > > "0-9 cdilmvx ," and replace it with '-' [chr(45)] (I do an initial strip of > spaces at the beginning of the process). Try something like: $newstring = preg_re

Re: [PHP-WIN] ereg_replace help wanted

2004-09-29 Thread trlists
On 29 Sep 2004 George Pitcher wrote: > The problem is that I think that some of my users are pasting the range in, > rather than re-typing (I don't really want to stop them from pasting) and I > am sure that sometimes the '-' is coming over as something other than a > conventional hyphen. > > Can

Re: [PHP-WIN] Installation Woes.

2004-09-22 Thread trlists
On 22 Sep 2004 Jim Bailey wrote: > I navigate to http://127.0.0.1/ and I get the default apache page. > > I navigate to http://127.0.0.1/test.php and get the following error message Sounds like you need to set DocumentRoot, or move your file to wherever DocumentRoot points. -- Tom -- PHP Win

Re: [PHP-WIN] OpenSSL in Win32

2004-09-21 Thread trlists
On 21 Sep 2004 [EMAIL PROTECTED] wrote: > I would like to know how to get OpenSSL support working in Win32. Never mind, I figured it out. I had to go back from 4.3.8 to 4.3.7 then download the SSL-enabled php4ts.dll from http://ftp.emini.dk/pub/php/win32/openssl/. -- Tom -- PHP Windows Mai

[PHP-WIN] OpenSSL in Win32

2004-09-21 Thread trlists
I would like to know how to get OpenSSL support working in Win32. I have the PHP-4.3.8 Windows binaries here, and php_openssl.dll is included. I do have it enabled in php.ini, and the ssl dlls are in my \winnt\system32 directory. Yet a \php\cli\php -m command does not show SSL support, and if