php-windows Digest 8 May 2001 03:24:42 -0000 Issue 585

Topics (messages 7336 through 7341):

Re: Your Internet Education!
        7336 by: Phillip Bow

exec() fix
        7337 by: Matti Palosuo
        7339 by: Daniel Beulshausen

Re: msvcr70.dll ?
        7338 by: Chris Adams

SSL on IIS5?
        7340 by: Chris Boothe

Netscape and $PHP_SELF?
        7341 by: Chris Boothe

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]


----------------------------------------------------------------------


I dunno about this whole internet thing.  Its just a fad :) *obligitory
smily*
--
phill

""Noel Hadfield"" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]...
> Learn about computers and the Internet and build a business while you are
> doing it.
>
> Just hit:
>
> mailto:[EMAIL PROTECTED]?Subject=Education
>
> To be removed from this list, hit:
>
> mailto:[EMAIL PROTECTED]?Subject=Remove
>
> --
> PHP Windows 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]
>






I guess I'm not the only one who've had problems using external programs
in Win2k. About the unable to fork bug in the bug reporting pages:

  "fixed in cvs, wait for 4.0.6"

To the question: Does anyone have pre-compiled binaries with this bug
fixed? I have very little chances to get PHP compiled myself so help would
be really appreciated.

--
Matti






At 22:55 07.05.2001 +0300, Matti Palosuo wrote:
>I guess I'm not the only one who've had problems using external programs
>in Win2k. About the unable to fork bug in the bug reporting pages:
>
>   "fixed in cvs, wait for 4.0.6"
>
>To the question: Does anyone have pre-compiled binaries with this bug
>fixed? I have very little chances to get PHP compiled myself so help would
>be really appreciated.

http://www.php4win.de

daniel

/*--
daniel beulshausen - [EMAIL PROTECTED]
using php on windows? http://www.php4win.de





On 2 May 2001 02:58:04 -0700, Ermanno Iannacci <[EMAIL PROTECTED]> wrote:
> When I start Apache, I get a lot of errors saying "Could not find
> msvcr70.dll". Which dll is this?
> (NT4 Apache 1.3.17 PHP 4.0.5)

It's one of the Visual C runtime DLLs. It'll apparently ship with Windows XP
from what I've gathered. In the PHP 4.0.5 for Windows distribution, it's
required by the SSLEAY32.DLL and LIBEAY32.DLL, which are included by the curl
and openssl extensions. Since I don't currently need either, I just told PHP
not to load it; if you need it, you might try seeing if it works with different
versions of the ssleay DLLs.




Is there a way to get something like OpenSSL to work on IIS5? I am doing development 
on my machine and when it is ready I will be porting it to a hosting company that 
shares their certificate.

Any suggestions?

Chris Boothe
[EMAIL PROTECTED]




My script works fine in IE 5.5 however a hyperlink is missing the script name when it 
is displayed in Netscape Navigator 4.77.

echo "<td align=\"center\"><a href=\"$PHP_SELF?id=$id&act=v\">$id</a></td>\n";

Instead of view.php?id=1&act=v I get ?id=1&act=v
which doesn't work obviously.

Thanks,

Chris Boothe
[EMAIL PROTECTED]


Reply via email to