php-install Digest 21 Apr 2001 06:42:20 -0000 Issue 271
Topics (messages 2842 through 2845):
Re: how co setup(configure) php at sco unix netscape service
2842 by: Frank S. Bernhardt
2844 by: Grimes, Dean
About PHP4.0.4pl1
2843 by: Jimmy Lam
2845 by: mac
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]
----------------------------------------------------------------------
Why not use apache? It works great.
spender wrote:
> Where can I get php lib for netscape of sco unix openserver 505?
>
> --
> PHP Install 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]
--
Regards
Frank S. Bernhardt
b.c.s.i.
14 Halton Court
Markham, ON.
L3P 6R3
905-471-1691 Voice
905-471-3016 FAX
[EMAIL PROTECTED]
S/MIME Cryptographic Signature
I've used both and I definitely prefer Apache. Netscape is much harder to
administrate remotely, it does however, have a pretty nice web based
administration tool if you are only administrating one or two servers. I
have 170 remote sites that need administrating and although I had written
shell scripts to perform these duties, it was still a hassle. With Apache it
is just an httpd.conf file and a "apache restart".
In addition, Apache has had no problems at all where as I had a few, not
many, but a few problems with Netscape. I suspect though, that the problems
were related to the SCO implementation of Netscape; which by the way is not
supported by Netscape.
Next, the easy and flexibility that Apache offers with respect to the
implementation of third party applications is unsurpassed. I have PHP,
MySQL, GD, Freetype and PDF support all linked into Apache. If you need
instructions on how to remove Netscape and get going on Apache.....Just let
me know.
Have fun,
Dean
-----Original Message-----
From: spender [mailto:[EMAIL PROTECTED]]
Sent: Friday, April 20, 2001 10:54 AM
To: [EMAIL PROTECTED]
Subject: [PHP-INST] how co setup(configure) php at sco unix netscape
service
Where can I get php lib for netscape of sco unix openserver 505?
--
PHP Install 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]
Dear all,
As I successfully installed the package PHP4.0.4pl1 in my REDHAT 6.1
Platform. I found that It can run with a simple PHP Code "<?phpinfo()?>".
However, I have downloaded a lot of PHP Sample and try to run in my
server, All fails. Always say an error like this
user.php3: parse error, expecting `'('' on line 9
print "<h1>Authentication Failure!</h1><br>User at $REMOTE_ADDR has been
logged<br><br><b>You can only access this site from within the BNSI internal
firewall</b>";
In the above is an example.
I have tried to search the FAQ , they always say PHP4 is fully
compatiable with PHP3 . So, No need take any step to PHP3 script. However,
What 's going on ? Could anyone help me and reply me ? It 's too urgent
beside me.
Best Regrads,
Jimmy Lam
Jimmy Lam wrote:
> user.php3: parse error, expecting `'('' on line 9
> print "<h1>Authentication Failure!</h1><br>User at $REMOTE_ADDR has been
> logged<br><br><b>You can only access this site from within the BNSI internal
> firewall</b>";
>
> In the above is an example.
>
hi,
your question goes more for the general mailinglist - not for install :)
but anyway:
normally the print-function is called
print("some text");
this could be the problem.
thats why i use only "echo" to write things out :)
the compatibility to php3 is not 100% - some constructs must be used more
carefull and the parser is a bit stricter.
and at last: the scripts you take out of the net must not be written
correctly.... thats the problem with opensource-stuff: you need to take care of
what you download .-)
cya
mac