php-install Digest 29 Jul 2002 10:07:52 -0000 Issue 952

Topics (messages 7928 through 7929):

4.2.2 make error in network.c: Invalid asm
        7928 by: Gene LeDuc

php 4.2.2 + apache 2.0.39
        7929 by: B.Elixmann.t-online.de

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 ---
Greetings,

I have php 4.2.1 working with apache 1.3.26 on RedHat 5.2.

I downloaded php-4.2.2.tar.gz, exploded it into php directory.

The configure seems to go fine with
  ./configure --with-mysql --with-apxs=/usr/local/apache/bin/apxs

I did get a warning message about my bison version: "You will need bison 1.28 
if you want to regenerate the Zend parser (found 1.25)" but I don't even know 
what the Zend parser is so I think I'm ok.

The build fails.  Make finishes with:
>network.c: In function `php_connect_nonb':
>network.c:250: Invalid `asm' statement:
>network.c:250: fixed or forbidden register 2 (cx) was spilled for class CREG.
>make[2]: *** [network.lo] Error 1

Can anyone help?
--- End Message ---
--- Begin Message ---
hi,

downloaded and installed these progs on my windows98 machine.
calling my browser authentication script which worked normally with
apache 1.3.36 and php 4.1.2 returns nothing, or to be specific the line
that should only be displayed when pushing escape after the
passwordprompt appeares (->"No Login").

My Script looks like this:
header("WWW-Authenticate: Basic realm=\"Intranet\"");
header("HTTP/1.0 401 Unauthorized");
echo "No Login";

but the passwordprompt does not appear at all, as if the header is not
user or interpreted correctly.

php runs as a module in my httpd.conf
LoadModule php4_module "D:/Programme/php/sapi/php4apache2.dll" 
AddType application/x-httpd-php .php

register globals is on.

i don't know what is wrong and i appreciate any help?
is there anyone who is having the same kind of problem?

Benjamin
--- End Message ---

Reply via email to