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 (
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
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
&
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:
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
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
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