[PHP-INST] Re: Symbol not fount: pow

2001-07-26 Thread Andrey Zhiblovsky
Sorry, now it's working. I didn't know that SCO Open Server hasn't DSO. Andrey Zhiblovsky <[EMAIL PROTECTED]> ÓÏÏÂÝÉÌ × ÎÏ×ÏÓÔÑÈ ÓÌÅÄÕÀÝÅÅ:000901c114a7$95d36e40$[EMAIL PROTECTED] Hello, I can't start apache server after compiling php-4.0.6 Here is attachment - messages from 'script' pro

[PHP-INST] zlib version error

2001-07-26 Thread David Minor
I see this question asked a bunch in the archives, but don't ever really see an answer. When configuring php, I keep getting: checking whether to include zlib support... yes checking for gzgets in -lz... no configure: error: Zlib module requires zlib >= 1.0.9. System: Debian 2.2/Apache 1.3.9/P

[PHP-INST] storage size of 'buf' isn't known - Slackware

2001-07-26 Thread David Schanen
This is an older version of Slackware: Linux www 2.0.33 #1 Tue Apr 7 20:12:12 PDT 1998 i586 unknown Anyone have an idea what I can do to fix this? /bin/sh /usr/local/src/php-4.0.6/libtool --silent --mode=compile gcc -I. -I/usr/local/src/php-4.0.6/ext/standard -I/usr/local/src/php-4.0.6/ma

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

2001-07-26 Thread Victoria Zhou
Here is a description of the testcase for the problem: Oracle: Create table Mytable ( Usernamevarchar2(20), Passwd varchar2(20), Usertypevarchar2(50)) Insert into Mytable (Username, Passwd, Usertype) values('tester1','tester1','Operator'); PHP: $sql = "select * from Mytable whe

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

2001-07-26 Thread Thies C. Arntzen
On Thu, Jul 26, 2001 at 05:08:42PM -0500, Victoria Zhou wrote: > > Hi, > > The comparison between Oracle VARCHAR2 and a PHP string doesn't seems to > work. Detail as follows: > > I have one PHP variable and one Oracle column: > . $form_user_id: a PHP string obtained from web form input, such as

[PHP-INST] PHP datatype vs Oracle Varchar2

2001-07-26 Thread Victoria Zhou
Hi, The comparison between Oracle VARCHAR2 and a PHP string doesn't seems to work. Detail as follows: I have one PHP variable and one Oracle column: . $form_user_id: a PHP string obtained from web form input, such as 'user1'. . Username: an oracle table column of type VARCHAR2(20). The followi

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

2001-07-26 Thread aLmAgEdOn
really thanks for your help... I did what you said... my httpd.conf has now these lines (may i have an incorrect apache version? i've got 1.3 and php asks for 1.3.x): ScriptAlias /php/ "C:/servers/server1/php/" AddType application/x-httpd-php .php Action application/x-httpd-php "/php/php.exe" w

php-install Digest 26 Jul 2001 18:23:28 -0000 Issue 382

2001-07-26 Thread php-install-digest-help
php-install Digest 26 Jul 2001 18:23:28 - Issue 382 Topics (messages 3711 through 3715): debian php problems 3711 by: Lars Lindgren A (ERA) 3712 by: chris 3713 by: Cary Moretti PHP, apache on solaris 3714 by: Aaron V ./configure problem with 4.0.6 3

[PHP-INST] ./configure problem with 4.0.6

2001-07-26 Thread Alex Black
hi all, I'm trying to configure a fresh 4.0.6 cgi, and I'm getting this message after a clean configure process: ++ | *** ATTENTION ***| |

[PHP-INST] PHP, apache on solaris

2001-07-26 Thread Aaron V
Hi all! Apache is the included version from Solaris 8 Distribution. PHP is the latest from the website. MySQL is also installed via pkgadd from sunfreeware.com. # /usr/apache/bin/apachectl start Syntax error on line 235 of /etc/apache/httpd.conf: Cannot load /usr/apache/libexec/libphp4.so into

[PHP-INST] Re: debian php problems

2001-07-26 Thread Cary Moretti
Make sure this line is in your httpd.conf file: AddType application/x-httpd-php .php .php3 This should allow PHP to parse both *.php and *.php3 scripts. hth - Cary "Sure I'm paranoid but am I paranoid enough?" Lars Lindgren A wrote: > Hello! > > I'm using the debian 2.2 potato, and have insta

Re: [PHP-INST] debian php problems

2001-07-26 Thread chris
You should add the php3 extension in your httpd.conf: ScriptAlias /php/ "d:/php/" AddType application/x-httpd-php .php .phtml .php3 Action application/x-httpd-php "/php/php.exe" or apache module: LoadModule php4_module d:/php/sapi/php4apache.dll AddType application/x-httpd-php .php .ph

[PHP-INST] debian php problems

2001-07-26 Thread Lars Lindgren A (ERA)
Hello! I'm using the debian 2.2 potato, and have installed apache, mysql, and php4. My problem is that i need to be able to run .php3 on this box as well. When i us the it works just fine, but the i try to use php3, it just shows me the source code. (i guess this is a mime problem, but im not