php-install Digest 5 Jan 2002 05:35:16 -0000 Issue 634
Topics (messages 5460 through 5481):
Re: Can NOT get PHP 4.1.0 to run a Windows 2000/Apache 1.3.22<--HELP!!!
5460 by: Mark
5468 by: ~fanta~
Problem with question mark !
5461 by: Marios Karagiannopoulos
5463 by: Jonathan Hilgeman
5465 by: Marios Karagiannopoulos
5466 by: Steve Cayford
Re: Problem with mySQL !!
5462 by: Marios Karagiannopoulos
NEWBIE IN DISTRESS: Install Instructions are not work for PHP 4.1.1!!!
5464 by: Mark
compilation of php with snmp support
5467 by: Jason Signalness
PHP4.1.1 with Apache 1.3.22 - not processing .php files?
5469 by: Dave Findlay
5471 by: Dave Findlay
STILL apache, undefined symbol: alloc_globals
5470 by: Sean Redmond
Cannot find imap library
5472 by: Richard Brust
Help for GMP Building under Win32 environment
5473 by: Marios Karagiannopoulos
Beginner question
5474 by: Morten Nielsen
PHP vs ???
5475 by: Morten Nielsen
PHP and Apache question
5476 by: Charles Marcus
5477 by: Stefan Siefert
My first PHP
5478 by: Morten Nielsen
5479 by: Jon Wagoner
php problem
5480 by: asai h.t.
Installing PHP/Apache on Win2000
5481 by: S Chouinard
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 ---
I added the following lines to my httpd.conf file:
ScriptAlias /php/ "c:/php/"
AddType application/x-httpd-php .php
Action application/x-httpd-php "/php/php.exe"
This is correct correct? <--LOL!!
Mark
"~Fanta~" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Have you enable the php function in the apache configuration(httpd.conf)?
>
> --
>
> "Mark" <[EMAIL PROTECTED]> ¼¶¼g©ó¶l¥ó
> [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> > I am fairly new to PHP and just finished setting up Apache 1.3.22 and
PHP
> > 4.1.0 and can not get it to run correclty. I first tried loading by
> module,
> > but after trying that, apache would not load. I then tried the CGI
> binary
> > mode and was able to get apache loaded correctly, but when I try and
load
> a
> > *.php file all I get is a blank browser window or it just opens and
> displays
> > the contents of the file. I also tried running the the file at the DOS
> > prompt using c:\PHP php.exe filename.php and all I get is PHP.exe
showing
> > the contents of the file. Is that correct?? Am I missing something in
> the
> > PHP.ini file?? Do I need to make additional changes to my Apache config
> > file?? Any input would be greatly appreciated. Thanks in advance.
> >
> > Mark
> >
> >
>
>
--- End Message ---
--- Begin Message ---
It's correct. Did you try a page only with:
--start of file--
<?
phpinfo();
?>
--end of file--
maybe you php page have error because of the default setting of Debug mode
is off in PHP 4.1.0.
--- End Message ---
--- Begin Message ---
I have just installed the PHP4.0.6 and apache 1.3.20
With the appropriate configuration. I tried a test file
With http://MARIOS/crypto/admin/test.php3?t=1978
And I got just a blank page with t=
And nothing else.
The test.php3 file contains:
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<?php
echo "t=$t";
?>
</body>
</html>
Please help me.
Thanks
--- End Message ---
--- Begin Message ---
Edit your php.ini file, search for register_globals and make sure it is set
to On.
- Jonathan
-----Original Message-----
From: Marios Karagiannopoulos [mailto:[EMAIL PROTECTED]]
Sent: Friday, January 04, 2002 9:03 AM
To: [EMAIL PROTECTED]
Subject: [PHP-INST] Problem with question mark !
I have just installed the PHP4.0.6 and apache 1.3.20
With the appropriate configuration. I tried a test file
With http://MARIOS/crypto/admin/test.php3?t=1978
And I got just a blank page with t=
And nothing else.
The test.php3 file contains:
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<?php
echo "t=$t";
?>
</body>
</html>
Please help me.
Thanks
--
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]
--- End Message ---
--- Begin Message ---
Thank you very much !! It worked !!
-----Original Message-----
From: Jonathan Hilgeman [mailto:[EMAIL PROTECTED]]
Sent: Friday, January 04, 2002 7:11 PM
To: 'Marios Karagiannopoulos'; [EMAIL PROTECTED]
Subject: RE: [PHP-INST] Problem with question mark !
Edit your php.ini file, search for register_globals and make sure it is
set
to On.
- Jonathan
-----Original Message-----
From: Marios Karagiannopoulos [mailto:[EMAIL PROTECTED]]
Sent: Friday, January 04, 2002 9:03 AM
To: [EMAIL PROTECTED]
Subject: [PHP-INST] Problem with question mark !
I have just installed the PHP4.0.6 and apache 1.3.20
With the appropriate configuration. I tried a test file
With http://MARIOS/crypto/admin/test.php3?t=1978
And I got just a blank page with t=
And nothing else.
The test.php3 file contains:
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<?php
echo "t=$t";
?>
</body>
</html>
Please help me.
Thanks
--
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]
--
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]
--- End Message ---
--- Begin Message ---
Don't remember if register_globals is on by default. If not you'll need
to use:
echo "t=$HTTP_GET_VARS['t']";
On Friday, January 4, 2002, at 11:02 AM, Marios Karagiannopoulos wrote:
> I have just installed the PHP4.0.6 and apache 1.3.20
> With the appropriate configuration. I tried a test file
> With http://MARIOS/crypto/admin/test.php3?t=1978
> And I got just a blank page with t=
> And nothing else.
>
> The test.php3 file contains:
>
> <html>
> <head>
> <title>Untitled Document</title>
> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
> </head>
>
> <body bgcolor="#FFFFFF" text="#000000">
> <?php
> echo "t=$t";
> ?>
> </body>
> </html>
>
> Please help me.
> Thanks
>
>
> --
> 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]
>
--- End Message ---
--- Begin Message ---
Thank you very much. This answer was very close to the problem. I had to
Use my Servername from Apache configuration and not the 'localhost'
In the connection fileds.
Thanks again
Marios
-----Original Message-----
From: Tara Dirst [mailto:[EMAIL PROTECTED]]
Sent: Friday, January 04, 2002 5:45 PM
To: [EMAIL PROTECTED]
Subject: Re: [PHP-INST] Problem with mySQL !!
I think you might not have the user/password set correctly on your php
page that you are trying to connect from.
Tara
>>> "Marios Karagiannopoulos" <[EMAIL PROTECTED]> 01/03/02 06:43PM >>>
I finally got my php-gmp binary with built-in mysql support. But when
I
am trying to connect to my database I get the following:
Warning: Can't connect to local MySQL server through socket
'/tmp/mysql.sock' (111) in /cygdrive/d/Apache/htdocs/crypto/db.php on
line 17
error connecting to host localhost, by user eadmin, Please contact
[EMAIL PROTECTED]
How can I fix that?
Thanks
--
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]
--- End Message ---
--- Begin Message ---
I apologize if the title of this post sounds overly aggresive, but I have
followed the instructions to a 'T' and got nowhere!! I have tried the
"auto" install version of PHP and manual instructions for installing PHP
4.1.1. Neither of them work. I added the lines to my httpd.conf file for
both types of installs (not at the same time) as discribed in the
Install.txt file, along with the instructions on the website, and can get no
"test" scripts to run or PHP for that matter. All I get is a blank screen
when running the CGI version or can not even get apache to load when I try
the Module version (Get a "Requested Operation Failed" message). can
someone please help????? My system is as follows:
Windows 2000 SP2
Apache 2.0.28 (I have also tried version 1.3.22 with same results as
mentioned above)
PHP 4.1.1
MDAC 2.7
MySQL 3.23.46a
Thanks in advance!!
Mark
--- End Message ---
--- Begin Message ---
Hello,
I am having trouble compiling php with snmp support. ucd-snmp 4.2.2 is
installed and working without trouble. PHP4.1.1 configures ok but fails
on make, giving many errors similar to this:
/usr/local/lib/libsnmp.a(snmp_alarm.o): In function `sa_find_next':
/export/home/j/js/jsignalness/ucd-snmp-4.2.2/snmplib/snmp_alarm.c:111:
multiple definition of `sa_find_next'
Zend/.libs/libZend.al(snmp_alarm.o):/export/home/j/js/jsignalness/ucd-snmp-4.2.2/snmplib/snmp_alarm.c:111:
first defined here
/usr/local/lib/libsnmp.a(snmp_alarm.o): In function `sa_find_specific':
/export/home/j/js/jsignalness/ucd-snmp-4.2.2/snmplib/snmp_alarm.c:120:
multiple definition of `sa_find_specific'
Zend/.libs/libZend.al(snmp_alarm.o):/export/home/j/js/jsignalness/ucd-snmp-4.2.2/snmplib/snmp_alarm.c:120:
first defined here
My PHP configure options are:
./configure \
--with-apxs=/opt/apache/bin/apxs \
--with-oci8 \
--with-ldap \
--with-gd=/usr \
--with-jpeg-dir=/usr \
--with-png-dir=/usr \
--with-freetype-dir=/usr \
--with-zlib-dir=/usr \
--with-xpm-dir=/usr/X11R6 \
--enable-sigchild \
--with-imap \
--enable-xslt \
--with-xslt-sablot \
--enable-wddx \
--with-snmp=/usr/local \
--enable-ucd-snmp-hack \
--with-openssl
Please CC me on any replies, as I don't subscribe to php-general. Any
ideas would be greatly appreciated.
Thanks in advance
--
Jason Signalness, Systems Administrator
Basin Telecommunications, Inc.
[EMAIL PROTECTED] (701)355-5727
--
--- End Message ---
--- Begin Message ---
Hi,
I did the static install of PHP4.1.1 with Apache 1.3.22 on a Solaris 8
machine (dynamic install didn't work as when it runs apxs it doesn't appear
to pass any params but apxs expects some and so it just gives up on the
configure).
When I try and access a file via a browser (eg info.php) I get the "Your are
downloading the file info.php" dialog box up in my browser. This implies
that Apache is not doing any special processing on info.php for some reason,
but I have the correct AddType lines in httpd.conf.
Anyone come across this before?
Dave
--- End Message ---
--- Begin Message ---
Fixed it -
I had an previous Apache installation so it had not updated mime.types etc
in /usr/local/apache/conf.
When I copied the new installations's ".default" versions of these over the
old ones and restarted it all worked.
Dave
"Dave Findlay" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hi,
>
> I did the static install of PHP4.1.1 with Apache 1.3.22 on a Solaris 8
> machine (dynamic install didn't work as when it runs apxs it doesn't
appear
> to pass any params but apxs expects some and so it just gives up on the
> configure).
>
> When I try and access a file via a browser (eg info.php) I get the "Your
are
> downloading the file info.php" dialog box up in my browser. This implies
> that Apache is not doing any special processing on info.php for some
reason,
> but I have the correct AddType lines in httpd.conf.
>
> Anyone come across this before?
>
> Dave
>
>
--- End Message ---
--- Begin Message ---
Are my emails getting through to the list? I keep asking for help with
this and not any at all? Just in case it was a problem with the RPM I
installed apache from the source but, still, when I run it I get the message
Syntax error on line 205 of /usr/local/apache/conf/httpd.conf:
Cannot load /usr/lib/apache/libphp4.so into server:
/usr/lib/apache/libphp4.so: undefined symbol: alloc_globals
/usr/local/apache/bin/apachectl start: httpd could not be started
This would make sense if it couldn't find libphp4.so, but it's there and
there's no reason that apache shouldn't be able to find it. What does
this error mean????
Thanks
Sean Redmond
--- End Message ---
--- Begin Message ---
[2002-01-03 21:55:02] [EMAIL PROTECTED]
original configure script:
./configure --with-apxs=/etc/httpd/bin/apxs --enable-track-vars
--enable-ftp --with-gd=../gd-1.8.4 --prefix=/etc/php --sysconfdir=/etc/php
--with-imap=../imapServer
Note: ../imapServer is the dir where I gunzip'd the source files.
This script gives the error:
Cannot find rfc822.h. Please check your IMAP installation.
Then I do another configure where I specify the location of rfc822.h:
./configure --with-apxs=/etc/httpd/bin/apxs --enable-track-vars
--enable-ftp --with-gd=../gd-1.8.4 --prefix=/etc/php --sysconfdir=/etc/php
--with-imap=../imapServer/src
Now the error is:
Cannot find imap library. Please check your IMAP installation.
I have also downloaded the newest IMAP source from
http://www.washington.edu/imap/, but the same error messages appear.
By the way, PHP, Apache, and the IMAP server were, and still are, working
fine. It's just that I cannot recompile PHP with IMAP support.
Richard Brust
IT Manager
Technology Business Research
Hampton, NH. USA
--- End Message ---
--- Begin Message ---
Hi again to the list. I have attached a short manual
written by me, which focuses in gmp building under
win32 environments such as WinNT, Me, 98. I think
it will be useful to many of you during this (a bit)
complicated procedure. Many thanks to all the guys that
gave me an advice to continue my efforts, and eventually
got the gmp version of php.
Regards,
Marios Karagiannopoulos
Patras
Greece
=================================================================
Short manual for the Building of GNU Multiple Precision Extension
=================================================================
The following short manual is going to describe how did I manage
eventually to install the gmp extension of PHP4 in Win32 environment!
Firstly, I would like to mention that I spent 2 or 3 weeks due to lack
of the cygwin operating system files (especially /binutils package).
It's very important to mention also, that, I made some minor changes to
some of .c and .h files such as uncommenting some printouts due to
compilation errors.
So, if you are interested in making a new version of httpd.exe, which
includes the gmp library and the php embedded then you are reading the
right manual:
Download the appropriate software:
1. Cygwin operating system (Embedded UNIX-like OS for Win32 Environments):
http://www.cygwin.com
You need to download a number of packages and NOT JUST the setup.exe
and setup.ini.
See below what I had installed:
SETUP INI 45.385 02/01/02 11:28p setup.ini
SETUP EXE 355.328 26/12/01 3:21p setup.exe
CONTRIB <DIR> 28/12/01 8:56p contrib
GDBM <DIR> 28/12/01 8:56p gdbm
PERL <DIR> 28/12/01 8:56p perl
CYGUTILS <DIR> 30/12/01 4:42p cygutils
GETTEXT <DIR> 02/01/02 3:26p gettext
MKTEMP <DIR> 02/01/02 3:27p mktemp
LATEST <DIR> 28/12/01 8:56p latest
ASH <DIR> 28/12/01 8:56p ash
AUTOCONF <DIR> 28/12/01 8:56p autoconf
AUTOMAKE <DIR> 28/12/01 8:56p automake
BASH <DIR> 28/12/01 8:56p bash
BC <DIR> 28/12/01 8:56p bc
BINUTILS <DIR> 28/12/01 8:56p binutils
CYGWIN <DIR> 28/12/01 8:56p cygwin
DIFF <DIR> 28/12/01 8:56p diff
FILEUT~1 <DIR> 28/12/01 8:56p fileutils
FINDUT~1 <DIR> 28/12/01 8:56p findutils
GAWK <DIR> 28/12/01 8:56p gawk
GREP <DIR> 28/12/01 8:56p grep
GZIP <DIR> 28/12/01 8:56p gzip
NCURSES <DIR> 28/12/01 8:56p ncurses
LOGIN <DIR> 28/12/01 8:56p login
M4 <DIR> 28/12/01 8:56p m4
README 5.875 27/12/01 2:16a README
BOOTST~1 ZIP 763.516 27/12/01 2:19a bootstrap.zip
MD5 SUM 133 27/12/01 2:19a md5.sum
SETUP EXE 218.112 27/12/01 2:20a setup.exe
BISON <DIR> 29/12/01 1:42a bison
SED <DIR> 29/12/01 1:44a sed
BYACC <DIR> 29/12/01 1:48a byacc
BZIP2 <DIR> 29/12/01 1:49a bzip2
CLEAR <DIR> 29/12/01 1:52a clear
COMMON <DIR> 29/12/01 1:52a common
SH-UTILS <DIR> 29/12/01 1:53a sh-utils
CPIO <DIR> 29/12/01 1:59a cpio
CRYPT <DIR> 29/12/01 2:01a crypt
CTAGS <DIR> 29/12/01 2:01a ctags
CYGRUN~1 <DIR> 29/12/01 2:04a cygrunsrv
MAKE <DIR> 29/12/01 2:06a make
SHARUT~1 <DIR> 29/12/01 2:06a sharutils
MINGW-~1 <DIR> 29/12/01 2:24a mingw-runtime
TAR <DIR> 29/12/01 2:24a tar
EXPECT <DIR> 29/12/01 2:25a expect
TEXTUT~1 <DIR> 29/12/01 2:39a textutils
FILE <DIR> 29/12/01 2:45a file
TIME <DIR> 29/12/01 2:52a time
WHICH <DIR> 29/12/01 2:54a which
ZLIB <DIR> 29/12/01 2:55a zlib
GCC <DIR> 29/12/01 2:56a gcc
W32API <DIR> 29/12/01 5:41p w32api
REGEX <DIR> 30/12/01 2:56a regex
NEWLIB~1 <DIR> 02/01/02 3:30p newlib-man
FLEX <DIR> 02/01/02 3:41p flex
2. GMP Library from http://www.swox.com/gmp
3. Apache web server for Cygwin, from httpd.apache.org
<apache_1.3.22-i686-whatever-cygwin.tar.gz>
4. The latest PHP source from www.php.net/downloads
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Tip: A good start is to read the file INSTALL for every package
you are going to install...
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Steps for building the httpd.exe file: QUICK INSTALL (Static)
1. Build the GMP library with './configure' and 'make'
commands. The result should be a directory called .libs
which includes the libgmp.a file.
2. Copy all these files from the gmp-x.y directory to
the php-4.x.y/ext/gmp/
3. Unzip and Untar the Apache web server:
$ gunzip -c apache_1.3.x.tar.gz | tar xf -
$ cd apache_1.3.x
$ ./configure
$ cd ..
4. Build the PHP binary with './configure --with-gmp --with-apache' and 'make'
commands. If you get the following error:
/usr/lib/gcc-lib/i686-pc-cygwin/2.95.3-5/../../../../i686-pc-cygwin/bin/ld: cann
ot find -lgmp
collect2: ld returned 1 exit status
make[1]: *** [php] Error 1
make[1]: Leaving directory `/cygdrive/d/temp/php-4.0.6'
make: *** [all-recursive] Error 1
Then copy the libgmp.a file from php../ext/gmp/.libs/ into /lib/mingw/libgmp.a
and then 'make clean' and 'make' again.
$ gunzip -c php-4.0.x.tar.gz | tar xf -
$ cd php-4.0.x
$ ./configure --with-gmp --with-apache=../apache_1.3.x
$ make
$ make install
5. Make the httpd.exe which includes all the above packages:
$ cd ../apache_1.3.x
$ ./configure --prefix=/www --activate-module=src/modules/php4/libphp4.a
(The above line is correct! Yes, we know libphp4.a does not exist at this
stage. It isn't supposed to. It will be created.)
$ make
(you should now have an httpd binary which you can copy to your Apache bin dir if
is is your first install then you need to "make install" as well)
$ cd ../php-4.0.x
$ cp php.ini-dist /usr/local/lib/php.ini
You can edit /usr/local/lib/php.ini file to set PHP options.
Edit your httpd.conf or srm.conf file and add:
AddType application/x-httpd-php .php
6. Start, Stop or Restart the Apache web Server:
$ /www/bin/apachectl start
As far as I remember, that's all.
I met a lot of preventions since I started to discover the above procedure.
=================================================================
Author: Marios Karagiannopoulos <[EMAIL PROTECTED]>
Date: 3/1/2002
MSc student in Computational Mathematics & Artificial Intelligence
<http://master.math.upatras.gr/~marios> & <http://jump.to/marios>
University of Patras
Greece
=================================================================
--- End Message ---
--- Begin Message ---
Hi all
I am new to PHP and I have some questions I hope you can help me with.
What should the webhotel support beside PHP? What about mSQL and other
database supprt?
Regards,
Morten
--- End Message ---
--- Begin Message ---
Hi,
I am going to build my first homepage (i am familiar with HTML).
I have a lot of experience in C++ programming.
Should I use PHP or should I rather use some other language (like java or
ASP)?
My homepage should supprt multiple users to have an account and enter some
numbers, which is going to be shown in some graph.
Regards,
Morten
--- End Message ---
--- Begin Message ---
Hi all,
Newbie question:
I would like to run two copies of Apache, one using mod_php 4.1.1, and one
using _mod_php 4.06.
Is this possible? If so, is there anything like an How-to to get me going?
I've d/l'd PHP 4.1.1 and can't find any decent docs in the tar.
Thanks
Charles
--- End Message ---
--- Begin Message ---
Hi Charles,
yes it is possible, but with several problems.
First of all, Apache uses the port 80. You can't bind two processes to port
80 on the same IP-Adress. If you have more than one IP-Adress, no problem,
one apache gets the first and the other the second. Or , if you have only
one IP-Adress, you can tell the second Apache to take another Port (like
8080 or something like this). Now the problem is, that browsers try to
connect to port 80. If the client want a site from the Apache on 8080 you
need to tell the client the port (in IE it looks like
http://yourwebpage:8080/yoursite). Remember you can't bind to apache to the
same ip and the same port. This is IMHO inpossible.
Greetings,
Stefan Siefert
----- Original Message -----
From: Charles Marcus <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, January 05, 2002 12:07 AM
Subject: [PHP-INST] PHP and Apache question
> Hi all,
>
> Newbie question:
>
> I would like to run two copies of Apache, one using mod_php 4.1.1, and one
> using _mod_php 4.06.
>
> Is this possible? If so, is there anything like an How-to to get me
going?
> I've d/l'd PHP 4.1.1 and can't find any decent docs in the tar.
>
> Thanks
>
> Charles
>
>
>
> --
> 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]
>
>
--- End Message ---
--- Begin Message ---
Hi again
I keep reading in tutorials how to build my first PHP
application....compiling,uploading and so on.
But I can't figure out how to compile or upload. Should I compile my file in
a dos-promt?
I am using PHP4 and IIS4.
Thanks,
Morten
--- End Message ---
--- Begin Message ---
In windows you'll just want to download the windows binaries and use them, instead of
trying to compile yourself.
-----Original Message-----
From: Morten Nielsen [mailto:[EMAIL PROTECTED]]
Sent: Friday, January 04, 2002 6:00 PM
To: [EMAIL PROTECTED]
Subject: [PHP-INST] My first PHP
Hi again
I keep reading in tutorials how to build my first PHP
application....compiling,uploading and so on.
But I can't figure out how to compile or upload. Should I compile my file in
a dos-promt?
I am using PHP4 and IIS4.
Thanks,
Morten
--
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]
--- End Message ---
--- Begin Message ---
hi
i have installed php, but when i try to access a php script file using the
browser, i get a blank screen. i check the server configuration, double
check it against the php installation instructions but i still get the same
results. could you please help me to figure out what the problwm is. your
cooperation is deeply appreciated.
sincerely,
asai
_________________________________________________________________
Send and receive Hotmail on your mobile device: http://mobile.msn.com
--- End Message ---
--- Begin Message ---
Hi,
I'm running Win2000. I installed MySQL 3.23.47, Apache 1.3.22 and PHP 4.1.1.
MySQL and Apache are running just fine. However, I can't seem to get PHP
scripts to work on "localhost" even though I've made the appropriate edits
to the httpd.conf file as specified in the installation instructions.
I'm searching for info on what I may have missed or what I may be doing
wrong, but haven't come up with anything yet.
Can anyone offer advice?
Thanks,
Susan
--- End Message ---