Re: [PHP-INST] MIME types

2001-07-27 Thread Maiquel Rinco
Hi Guys I have the same problem, my httpd.conf is configured with this lines under, but when I try to open .php files in my netscape browser it don´t execute and ask me to save. ??weird? At 20:38 23/07/2001 -0700, you wrote: >Do you mean the 2 lines that should be in your "httpd.conf" file ??

[PHP-INST] Test

2001-07-27 Thread Maiquel Rinco
Maiquel Alexsandro Goelzer Rinco e-mails:[EMAIL PROTECTED] UIN# 6264631[EMAIL PROTECTED] Grupo Trabalho em Software Livre Centro Universitario La Salle " In a World Without Fences Who Needs Gates?" " Geek by nature, linux by choice "

Fwd: Re: [PHP-INST] MIME types

2001-07-27 Thread Maiquel Rinco
Hi Guys I have the same problem, my httpd.conf is configured with this lines under, but when I try to open .php files in my netscape browser it don´t execute and ask me to save. ??weird? >>Mailing-List: contact [EMAIL PROTECTED]; run by ezmlm >>list-help: >>list-un

Fwd: Re: [PHP-INST] MIME types

2001-07-27 Thread Maiquel Rinco
Hi Guys I have the same problem, my httpd.conf is configured with this lines under, but when I try to open .php files in my netscape browser it don´t execute and ask me to save. ??weird? >Mailing-List: contact [EMAIL PROTECTED]; run by ezmlm >list-help: >list-unsu

[PHP-INST] why is compile from cvs no longer working?

2001-07-27 Thread Jens Ansorg
hi, for quite a while now I compiled fresh apacke PHP modules right from the cvs source. Worked very well most of the time. But now I get strange error, even after completely removing the php4 under cvsroot and downloading the whole source (php and zend) again. any help? thanks Jens this is t

RE: [PHP-INST] PHP datatype vs Oracle Varchar2

2001-07-27 Thread Victoria Zhou
Sorry, it was a mistake on my side. I just figure out why the string comparisons between CHAR and VARCHAR2 didn't work for me. When I first inserted data to Mytable, I had CHAR(20) defined for all columns. Later I alter it to VARCHAR2(20), but the original 20 characters were already in the databas

php-install Digest 27 Jul 2001 20:42:08 -0000 Issue 384

2001-07-27 Thread php-install-digest-help
php-install Digest 27 Jul 2001 20:42:08 - Issue 384 Topics (messages 3724 through 3735): Problems with iPlanet (4.1SP5) on Solaris 2.6 3724 by: Svein Olav Bjerkeset php & java in Win2k..help!! 3725 by: shaan Re: Installing PHP on WinNT and Apache 1.3 3726 by: P

RE: [PHP-INST] PHP datatype vs Oracle Varchar2

2001-07-27 Thread Victoria Zhou
OK, I tried it again in sqlplus, and it is still not working for me. If I changed Username to CHAR(20) then "select * from Mytable where Username='tester1'" worked ok. Or if I blank padded the 'tester1' to 'tester1 ' of 20 chars long then it work ok also. Any suggestions? Thanks much.

[PHP-INST] IIS 4.0 Service Pack 5

2001-07-27 Thread Mike Lake
I am having a problem installing php on IIs. I run a test info.php and the php.exe can not be found. Please advise -- 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

Re: [PHP-INST] PHP datatype vs Oracle Varchar2

2001-07-27 Thread Thies C. Arntzen
On Thu, Jul 26, 2001 at 07:27:07PM -0500, Victoria Zhou wrote: > Here is a description of the testcase for the problem: > > Oracle: > Create table Mytable ( > Username varchar2(20), > Passwdvarchar2(20), > Usertype varchar2(50)) > > Insert into Mytable (Username, Passwd, Userty

[PHP-INST] e-mail confirmation #29210833

2001-07-27 Thread julie10833
This is a confirmation e-mail for your request. You can come anytime and claim your FREE Sex Toys at http://www.freevibrator.com All Free Sex Toys we feature are absolutly free with no purchase necessary whatsoever. (Small reasonable shipping charges apply) Thank You for subscribing to FreeSex

[PHP-INST] Re: undefined reference problems with php-apache compile

2001-07-27 Thread root
Hi, I got similar problem. What can I fix? E1 Brian & Shannon Windsor wrote: > I have mysql in /home/brian/mysql, php in /usr/local, and apache in > /home/brian/apache. > > I'm only having problems with the apache compile. I can get the server to > run if I compile > it without trying to act

Re: [PHP-INST] NS Enterprise and PHP 4.0.6 NSAPI

2001-07-27 Thread Alfred Lerch
Hi Max, would you like to send me your obj.conf file ? Maybe I'll have an idea when looking into it. regards alfred "Galvin, Max" wrote: > > That guide doesn't help unfortunately. > > M > > > -- > > From: Alfred Lerch[SMTP:[EMAIL PROTECTED]] > > Sent: 16 July 2001 14

Re: [PHP-INST] Problems with Solaris and iPlanet

2001-07-27 Thread Alfred Lerch
Hi Stefano, have a look at http://benoit.noss.free.fr/php/install-php4.html good luck alfred Stefano Angelici wrote: > > Hi everybody. > I'm trying to install php 4.0.6 on Solaris (SunOS 5.8) and iPlanet Web > Server Enterprise Edition 6.0. I've compiled and installed everything as > describe

Re: [PHP-INST] AIX 4,3,3, Netscape 3.6.1

2001-07-27 Thread Alfred Lerch
Hi Kenneth, maybe were just misunderstanding each other all the time, but: if libphp4.so is in /www/a/netscape/suitespot/bin, you'll probably need to add /www/a/netscape/suitespot/bin to LD_LIBRARY_PATH (without dropping /usr/local/lib) regards alfred Kenneth Lee wrote: > > Hi Alfred, >

RE: [PHP-INST] Installing PHP on WinNT and Apache 1.3

2001-07-27 Thread Almagedon
ThanX for your help, Phill I resolved it ;) It seems that it's some wrong with NT and PHP (I've talked with another person that had the same problem)... If someone has this problem, you can make it work downloadin PHPTriad, available in www.phpgeek.com ThanX again, Phill... It's working aLmA

Re: [PHP-INST] Installing PHP on WinNT and Apache 1.3

2001-07-27 Thread Phil Driscoll
On Thursday 26 July 2001 22:30, aLmAgEdOn wrote: > when i run php hola.php, it shows the right lines, but when i run it with > my browser, it gives a 500 error... an in the error log, appear these > lines: > > [Thu Jul 26 11:10:17 2001] [error] [client 127.0.0.1] > c:/servers/server1/php/hola.php

[PHP-INST] php & java in Win2k..help!!!!!!

2001-07-27 Thread shaan
Hiii, I configured php and java in win2k...The Program runs only first time..when I do referesh then it gives : Fatal error: Unable to create Java Virtual Machine in . I had to restart my IIS agian to load the program , this is my php.ini and phpinfo.php php.ini --- java.home = c:\jdk1.

[PHP-INST] Problems with iPlanet (4.1SP5) on Solaris 2.6

2001-07-27 Thread Svein Olav Bjerkeset
Hi, I am trying to get IPlanet 41SP5 running with PHP support. I have downloaded PHP version 4.0.6 and configured it with the following options: ./configure --prefix=/applic/php \ --with-nsapi=/iplanet \ --enable-track-vars --enable-libgcc PHP compiles (w

php-install Digest 27 Jul 2001 07:57:36 -0000 Issue 383

2001-07-27 Thread php-install-digest-help
php-install Digest 27 Jul 2001 07:57:36 - Issue 383 Topics (messages 3716 through 3723): Re: Installing PHP on WinNT and Apache 1.3 3716 by: aLmAgEdOn PHP datatype vs Oracle Varchar2 3717 by: Victoria Zhou 3718 by: Thies C. Arntzen 3719 by: Victoria Zhou

RE: [PHP-INST] PHP datatype vs Oracle Varchar2

2001-07-27 Thread Benjamin Heckmann
> Here is a description of the testcase for the problem: > > Oracle: > Create table Mytable ( > Username varchar2(20), > Passwdvarchar2(20), > Usertype varchar2(50)) So, why are you using VARCHAR2 for this case? If you used the simple VARCHAR for all of your columns this problem