[PHP-INST] Re: Starting Apache2 with php 4.2.3

2002-11-29 Thread Mike P
You don't need the AddModule line BUT you need to change to the php4apache2.dll rather than the php4apache.dll "Eugene Sherbin" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hi, I'm trying to setup PHP 4.2.3-Win32 as a sapi module into Win32 apache > client (

[PHP-INST] Mcrypt Support

2002-06-11 Thread Mike P
I am using php 4.2.1 on Win NT 4.0, sp6a. Want to play with 3DES and other block algorithms for encryption. I installed from pre-compiled binaries (I wouldn't know where to START in compiling!). Anywhere I can get mcrypt and the libmcrypt in pre-compiled flavors for Win32? TIA Mike -- PHP

Re: [PHP-INST] SuperGlobal Member Variables

2002-05-20 Thread Mike P
OK, $_SERVER I found. The others do not offer a list of what the member variables are. "Mike P" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I've been through the PHP 4.2 manual forward and backward...where do I find &

[PHP-INST] SuperGlobal Member Variables

2002-05-20 Thread Mike P
I've been through the PHP 4.2 manual forward and backward...where do I find a listing of the members of the $_SESSION, $_ENV, $_COOKIE and $_SERVER superglobals? TIA Mike (a beginner's question, eh? oder "nicht war?") -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit:

[PHP-INST] Re: php-apache probs

2002-05-09 Thread Mike P
register_globals is deprecated in php 4.2. The preferred method is to use the new GET or POST arrays (eg, $name = $_POST['name'], etc). You can turn register_globals on in the php.ini. php.org recommends against this for security reasons, discussions of which you can find in this newsgroup rece

[PHP-INST] Re: Problem Installing DOM XML Support

2002-05-06 Thread Mike P
I'm having a similar issue using the Sablotron XSLT functionsundefined function. Have you found any clues to your problem resolution? I'm running PHP4.2.0 with Apache2.0.35 on WinNT4.0(SP6a). phpinfo shows XML enabled, DOMXML enabled, XSLT enabled. Thanks, Mike "Gary Huntress" <[EMAIL PROT

[PHP-INST] Re: Cannot Install PHP4 on apache2 for windows

2002-05-06 Thread Mike P
You need to use the Apache filter from the php/experimental directory rather than the php4apache.dll. It's apache2filter.dll. Can't use the php4apache.dll Place this filter in your php/sapi directory and point LoadModule to it. Your apache httpd.conf should have this, then: LoadModule php4