[PHP-INST] how to change??

2002-10-05 Thread ferio arsyad
ok.. i'm running winxp/apache2.0.43/php4.2.3 default document root is on c:\apache\apache2\htdocs 1st time intalled apache, then i direct my browser to my server which http://localhost, it display the page which is index.html(default) on that root. now the question is, how to change my default

Re: [PHP-INST] general question

2002-10-05 Thread Jason Reid
Install apache, then php, and then mysql. php MUST come after apache, though mysql can be done after or before apache. Jason Reid [EMAIL PROTECTED] -- AC Host Canada www.achost.ca - Original Message - From: "Jon Miller" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, October 0

[PHP-INST] general question

2002-10-05 Thread Jon Miller
I want to install a web-based e-mail system (Twig) and I see it requires apache, mysql and php. I'm using this on a test server so it really does not have access to the internet (yet) and I was wondering if there is another way of testing such a setup? It appears that I have to have apache up a

Re: [PHP-INST] WinXP Apache php 4.3.2 php4apache2.dll

2002-10-05 Thread Pierre-Alain Joye
On Sun, 6 Oct 2002 04:09:15 +0200 "Aleksandar Petreski" <[EMAIL PROTECTED]> wrote: > APACHE: > module > "c:\php4build\snap\sapi\apache2filter\sapi_apache2.c" is not comp > atible with this version of Apache. > Please contact the vendor for the correct version. > > Help!!! Can you try from the s

[PHP-INST] WinXP Apache php 4.3.2 php4apache2.dll

2002-10-05 Thread Aleksandar Petreski
APACHE: module "c:\php4build\snap\sapi\apache2filter\sapi_apache2.c" is not comp atible with this version of Apache. Please contact the vendor for the correct version. Help!!! -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-INST] General PHP4 question

2002-10-05 Thread Beauford 2002
> Hi, > > I just got PHP4 and Apache 1.3.26 working (sort of I think) after 4 > days of messing around, but something is still not right. When I run > the test it works fine, but when I run a previous test > file I created, it doesn't work. I know the syntax is correct as it > works on the m

[PHP-INST] Re: [PHP] Re: Stuck at PHP4 installation( with Apache2 )

2002-10-05 Thread Rasmus Lerdorf
Keep in mind that we do not officially support Apache2 yet. Will be a while before it will be anywhere near stable. -Rasmus On Sat, 5 Oct 2002, kramer wrote: > Ok guys, > To correcte all the typos, this is what I did. > 1. Removed PHP( directory ) completely. > 2. Start Apache - went fine( wit

[PHP-INST] Re: Stuck at PHP4 installation( with Apache2 )

2002-10-05 Thread kramer
Ok guys, To correcte all the typos, this is what I did. 1. Removed PHP( directory ) completely. 2. Start Apache - went fine( without any reference of PHP ) 3. Installed PHP in a simple directory( not Program Files et al. ), so now its e:\php-4.2.3-Win32\... 4. Copied php4ts.dll to \WINNT\system32

RE: [PHP-INST] crypt() broken w/php + Apache2 + OpenSSL?

2002-10-05 Thread Don MacAskill
I've been pouring over config.log files, among other things, for hours. :) I assume you meant php's config.log, in which case, there is an error when it first checks for crypt, but this error is present even when I build php for Apache1 or standalone, both of which work perfectly. When it check

[PHP-INST] GD2.0 and recompiling php

2002-10-05 Thread John Coder
I'm installing gd2.0.2 on a linux suse 8.0 distro and while I've had success doing it on my home computer I've ran into a make error when I do it at work. here is the output of make: In file included from gd.c:36: php_gd.h:69 warning: static declaration for `gdImageColorResolve' follows non-static

Re: [PHP-INST] General PHP4 question

2002-10-05 Thread John Coder
On Sun, 2002-10-06 at 17:11, Beauford 2002 wrote: > Hi, > > I just got PHP4 and Apache 1.3.26 working (sort of I think) after 4 days > of messing around, but something is still not right. When I run the test > it works fine, but when I run a previous test file I > created, it doesn't work. I kno

Re: [PHP-INST] getting jpeg to work with php (fwd)

2002-10-05 Thread John Coder
On Sat, 2002-10-05 at 16:59, New Disorder Records wrote: > Hi, > I am on a redhat linux box running apache 1.3.26, sybase 11.9.2 and php > 4.2.3. I've been trying to get gd with jpeg output to work. I have been > configuring php with this command: > > ./configure --with-gd --with-jpeg-dir=/u

Re: [PHP-INST] crypt() broken w/php + Apache2 + OpenSSL?

2002-10-05 Thread Rasmus Lerdorf
Probably something interfering with the configure checks. See your config.log. -Rasmus On Sat, 5 Oct 2002, Don MacAskill wrote: > > PHP's crypt() function doesn't seem to return MD5 results, even when > using an MD5 salt, when it's used in conjunction with Apache2 (2.0.43) > and OpenSSL (0.9.6

[PHP-INST] crypt() broken w/php + Apache2 + OpenSSL?

2002-10-05 Thread Don MacAskill
PHP's crypt() function doesn't seem to return MD5 results, even when using an MD5 salt, when it's used in conjunction with Apache2 (2.0.43) and OpenSSL (0.9.6g). Instead, it always returns a DES result. FYI, CRYPT_MD5 = 1 and CRYPT_SALT_LENGTH = 12. Apache 1.3.x and the same versions of PHP an

[PHP-INST] General PHP4 question

2002-10-05 Thread Beauford 2002
Hi, I just got PHP4 and Apache 1.3.26 working (sort of I think) after 4 days of messing around, but something is still not right. When I run the test it works fine, but when I run a previous test file I created, it doesn't work. I know the syntax is correct as it works on the machine at work, bu

php-install Digest 5 Oct 2002 21:03:32 -0000 Issue 1055

2002-10-05 Thread php-install-digest-help
php-install Digest 5 Oct 2002 21:03:32 - Issue 1055 Topics (messages 8672 through 8675): Re: Setting up PHP for the first time. 8672 by: toby - Re: Stuck at PHP4 installation( with Apache2 ) 8673 by: toby - Re: PHP 4.2.3 problem - phpinfo.phtml works find, phpinfo.php asks

[PHP-INST] getting jpeg to work with php (fwd)

2002-10-05 Thread New Disorder Records
Hi, I am on a redhat linux box running apache 1.3.26, sybase 11.9.2 and php 4.2.3. I've been trying to get gd with jpeg output to work. I have been configuring php with this command: ./configure --with-gd --with-jpeg-dir=/usr/lib --with-sybase-ct=/opt/sybase-11.9.2 --enable-gd-native-ttf -

Re: [PHP-INST] PHP 4.2.3 problem - phpinfo.phtml works find, phpinfo.php asks to save/open

2002-10-05 Thread Thistle
Greetings! Apparently you all were as stumped as I was as to why this did not work :) I finally got PHP 4.2.3 running as configured on my system(phpinfo.php and phpinfo.phtml both display properly in a web browser now, all my .php pages now work properly) but I had to resort to drastic measure

Re: [PHP-INST] Re: Stuck at PHP4 installation( with Apache2 )

2002-10-05 Thread toby -
kramr ur only supposed to COPY php4ts.dll NOT LOAD it LoadModule php4_module C:/WINNT/system32/inetsrv/php/sapi/php4apache.dll dis iz vat u do ok good luck toby .. _ Chat with friends online, try MSN Messenger: http://messe