[PHP-INST] Re: Silly little problem

2002-01-14 Thread Yasuo Ohgaki
Dave Lurie wrote: > It's quite weird actually... i got my website working on my pc with apache > and php, but only i can view it using localhost.. the ip doesn't work for > everyone els.e. what have i forgotten? > I forgot to mention major reason. Check your firewall configuration if you are usi

[PHP-INST] Re: Silly little problem

2002-01-14 Thread Yasuo Ohgaki
Dave Lurie wrote: > It's quite weird actually... i got my website working on my pc with apache > and php, but only i can view it using localhost.. the ip doesn't work for > everyone els.e. what have i forgotten? > Check which IP httpd is listening. There are many possibilities Good luck. --

RE: [PHP-INST] windows 2000 + PHP4.10 + gd1.8.4

2002-01-14 Thread Marios Karagiannopoulos
Hi John. I think that the better solution to achieve the Compilation is to compile under a gcc cross compiler, like gcc For cygwin. So, go to cygwin.com and download the latest version Including gcc compiler. I hope I helped ! Marios -Original Message- From: John Moeller [mailto:[EMAIL P

Re: [PHP-INST] Some trouble...

2002-01-14 Thread Rasmus Lerdorf
But is $name really set to true? You probably want: if(!empty($name)) ... -Rasmus On Mon, 14 Jan 2002, [iso-8859-1] Joakim wrote: > Hi! My name is Joakim, and I'm having some troubles > here: > > The script I use has been double-checked by my friends > so it works. But it's just doing the "el

[PHP-INST] Some trouble...

2002-01-14 Thread Joakim
Hi! My name is Joakim, and I'm having some troubles here: The script I use has been double-checked by my friends so it works. But it's just doing the "else-part" Like: if ($name == true) print "This man is named $name"; else print "This man doesn't have a name"; All th

php-install Digest 14 Jan 2002 19:04:53 -0000 Issue 649

2002-01-14 Thread php-install-digest-help
php-install Digest 14 Jan 2002 19:04:53 - Issue 649 Topics (messages 5558 through 5567): Help Win2k/iis5 / PHP install for dummies 5558 by: Clint Roger Strage zlib configure options in PHP 4.1.1 5559 by: Scott Bronson 5563 by: Yasuo Ohgaki Re: Help! Apache doesn't

[PHP-INST] Silly little problem

2002-01-14 Thread Dave Lurie
It's quite weird actually... i got my website working on my pc with apache and php, but only i can view it using localhost.. the ip doesn't work for everyone els.e. what have i forgotten? -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

[PHP-INST] Re: PHP 4.1.1 w/ Apache 1.3.22 & Win2K not parsing... at all

2002-01-14 Thread John Moeller
You need to do both (I was similarly confused and frustrated). John "The Fabulous Lungf1sh" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I want to correct myself in that I did not insert a LoadModule command, but > an AddModule command. my code looked like

Re: [PHP-INST] windows 2000 + PHP4.10 + gd1.8.4

2002-01-14 Thread John Moeller
The problem is that the gd support included is only 1.6 (which doesn't have JPEG support). I am having this same problem, but I don't have Visual C++ to compile a new php_gd.dll (and I would rather just have the binary, rather than have to compile it). Does anyone know how to get a php_gd.dll wi

[PHP-INST] MySQL and mnoGoSearch "make" problem

2002-01-14 Thread Roney Duílio Stein
Hi, I´m trying to build a 4.1.1 php with mysql 3.23 (this one obtained from www.mysql.com in a rpm package) and the mnogosearch extension module. I´m using the RedHat 7.1 linux distribution. Here goes the configure line used: ./configure --with-apxs --with-ldap --with-imap --with-kerberos --w

[PHP-INST] Re: Strage zlib configure options in PHP 4.1.1

2002-01-14 Thread Yasuo Ohgaki
Scott Bronson wrote: > When I run PHP 4.1.1's ./configure script, I see this partway down: > > --with-zlib-dir= Define the location of zlib install directory > --with-zlib[=DIR] Include zlib support (requires zlib >= 1.0.9). > DIR is the zlib install director

[PHP-INST] Re: PHP 4.1.1 w/ Apache 1.3.22 & Win2K not parsing... at all

2002-01-14 Thread The Fabulous Lungf1sh
I want to correct myself in that I did not insert a LoadModule command, but an AddModule command. my code looked like this: AddModule mod_php4.c Just so that you know I did do as I was told. --|Lungf1sh|-- -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PRO

[PHP-INST] PHP 4.1.1 w/ Apache 1.3.22 & Win2K not parsing... at all

2002-01-14 Thread The Fabulous Lungf1sh
Okay, I just want to say that I've looked and looked, both on this message board and on PHP.net, trying to find a way to get my own PHP to work. Alas, I feel that I've tried it all. Okay, here's the deal. I've installed Apache, and it works great. No problems. It boots up, and if it could tal

[PHP-INST] Re: Help! Apache doesn't recognize my php files!!!!

2002-01-14 Thread EdwardSPL
Ignacio Sosa wrote: > > Hi. > > I have installed the PHP4 and I did the "make" and "make install" to Apache > after the "configure --activate-module=src/modules/php4/libphp4.a", and it > seems that all was right but when I try to see the php test page the apache > server manage the file as a dat