php-install Digest 24 Dec 2002 16:05:42 -0000 Issue 1172
Topics (messages 9436 through 9438):
Build on Solaris 9
9436 by: Emmanuel.Leguy
Re: PHP on IIS
9437 by: Phil Driscoll
variables not passing at all
9438 by: Matt
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,
OS: solaris 9
gcc: 2.95.1 (quite the same with 3.2)
php: 4.2.3
/bin/sh /export/home/leguye/php-4.2.3/libtool --silent --mode=compile
gcc -I. -I/export/home/leguye/php-4.2.3/ext/mysql/libmysql
-I/export/home/leguye/php-4.2.3/main -I/export/home/leguye/php-4.2.3
-I/services/WWW/include -I/export/home/leguye/php-4.2.3/Zend
-I/usr/local/include -I/export/home/leguye/php-4.2.3/ext/mysql/libmysql
-I/export/home/leguye/php-4.2.3/ext/xml/expat -D_POSIX_PTHREAD_SEMANTICS
-DSOLARIS2=290 -DMOD_SSL=208112 -DEAPI -DUSE_EXPAT
-I/export/home/leguye/php-4.2.3/TSRM -g -O2 -prefer-pic -c my_getwd.c
my_getwd.c:62: #error "No way to get current directory"
make[4]: *** [my_getwd.lo] Error 1
make[4]: Leaving directory
`/export/home/leguye/php-4.2.3/ext/mysql/libmysql'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory
`/export/home/leguye/php-4.2.3/ext/mysql/libmysql'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/export/home/leguye/php-4.2.3/ext/mysql'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/export/home/leguye/php-4.2.3/ext'
make: *** [all-recursive] Error 1
What is the problem?
Thank you,
Emmanuel Leguy.
--- End Message ---
--- Begin Message ---
On Monday 23 December 2002 2:11 pm, David Marr wrote:
> I think it has something to do with the mapping to .php which is
> C:\php\php.exe because if I manually run php.exe test.php I see all the
> html rendered in the command window. I know the file isn't .php.txt, there
> is something else going on!
Will IIS serve up another file in the same directory called index.htm ok?
Cheers
--
Phil Driscoll
--- End Message ---
--- Begin Message ---
Hi. I am very new to PHP. I have both apache and mysql as well as php
installed on my laptop. I thought PHP was functioning correctly because
when I do a phpinfo() I get the appropriate diagnostic page.
However in a couple of exercises designed to display variables
populated from a form in one case, and in the other, a very simple page
to just display the contents of a few of the built-in HTTP variables
such as HTTP_REFERER, the variables aren't passing. The pages where the
variable contents should display are empty. I've had a friend try the
code on their server and they work fine so I know it's not my code
which leads me to server configuration. Any ideas? I"m really stumped.
TIA -
Matt
--- End Message ---