php-install Digest 2 Sep 2002 13:15:13 -0000 Issue 1005
Topics (messages 8299 through 8304):
new http server
8299 by: jose
Can not get GD PNG support to work (from imagecreatefrompng to work)
8300 by: David Herring
Re: Bug?
8301 by: Phil Driscoll
8302 by: Ken Kyler
8303 by: Phil Driscoll
redhat-apache-php
8304 by: Prometeo
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 ---
Hello, I need install php with a new http html server on windows 98 or 2000,
I install as PWS server but it not run, who can I install the php server
with this server??
Thanks
PD: The http server work on port 80 to 85 and only serve html pages, it
called: Velazquez www.velazquezvisual.com
--- End Message ---
--- Begin Message ---
Help....
I want to install apache 1.3.26 with php 4.2.2 (plus png support) on a
suse 8.0 machine.
I constantly get segV errors when using imagecreatefrompng.....
Have tried gd 1.8.4 / and the gd beta 2.0.1, have also tried installed
the latest libpng 1.2.4.
The php INSTALL file makes it seem trivial to have this working ??
Has anyone else having issues with getting png support on the latest
builds ?
Thanks dave
ps. My php configure look like:-
./configure --enable-debug \
--with-gd=/usr/local/gd-1.8.4 \
--with-png-dir=/usr \
--with-jpeg-dir=/usr \
--with-zlib-dir=/usr \
--with-mysql=/usr/local/mysql \
--with-apxs=/usr/local/apache/bin/apxs \
--with-config-file-path=/usr/local/apache/config
--- End Message ---
--- Begin Message ---
On Sunday 01 September 2002 10:37 pm, Ken Kyler wrote:
> To whom do I report a bug? I can't get PHP 4.2.2 to run as a CGI on
> FreeBSD 4.5-STABLE. I get...
>
> Parse error: parse error, unexpected T_STRING in /usr/local/bin/php on line
> <varies depending on options selected>
>
> regardless of the compile options I use.
>
> Ken
Sure sounds like a faulty PHP script - can you post the script it's happening
to?
--
Phil Driscoll
--- End Message ---
--- Begin Message ---
> Sure sounds like a faulty PHP script - can you post the script
> it's happening to?
Phil,
Yes I agree that it does but it isn't. The following is the script--pure
HTML.
Ken
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Untitled</title>
</head>
<body>
Hello world
</body>
</html>
--- End Message ---
--- Begin Message ---
On Monday 02 September 2002 9:49 am, Ken Kyler wrote:
> Phil,
>
> Yes I agree that it does but it isn't. The following is the script--pure
> HTML.
>
> Ken
>
> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
>
> <html>
> <head>
> <title>Untitled</title>
> </head>
>
> <body>
> Hello world
> </body>
> </html>
Any chance that there's a silly setting for auto_append_file or
auto_prepend_file in php.ini?
Cheers
--
Phil Driscoll
--- End Message ---
--- Begin Message ---
Ok, i installed apache_1.3.24 in this way:
1)./configure --prefix=/usr/local/apache --enable-shared=max
--enable-module=most
2)make
3)mke install
so i installed php 4.2.2
1) ./configure -with-apxs=/usr/local/apache/bin/apxs
2)make
3)make install
i think it is all right.
i try localhost and it's ok.
i write <? phpinfo(); ?> with kedit
and save it in /usr/local/apache/htdocs as index.php,
but when i open it with my browser (konquenor), localhost/index.php there is
<? phpinfo(); ?>
i can't go on!!!!!!!!!!!!!!!!!
--- End Message ---