[PHP-INST] php w/ IIS (windows)

2003-02-19 Thread N3tX
Hi, at first when i dowloded the install php file from php.net the php application (phpbb) worked fine, but it was to slow for displaying 1 records from the database so i was told to install it in ISAPI modules so i downloaded the package and did as it was written in the install.txt file but th

[PHP-INST] test

2003-02-19 Thread N3tX
test -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-INST] what is the difference between intall as cgi and module

2003-02-19 Thread Rubylinda Otero
hi i just want to know what is the difference betwee installing php as cgi and as apache module... im just curious coz i use cgi , im using win98se, apache 1.3xx and php 4.3. pls help,, Rubylinda F. Otero Cathay Drug Co., Inc.

[PHP-INST] Problem compiling PHP with IBM DB2

2003-02-19 Thread Jason Williams
Hello everyone. I am currently attempting to compile PHP 4.3.1 with support for IBM DB2. I have read all the documentation and followed what was recommended. However, I am having a problem when it comes to "make install". "Make" works great. Its when I run 'make install' is where the problem o

[PHP-INST] 4.3.x Building problem on RH 7.2

2003-02-19 Thread Stephen Cuppett
I run a webserver with PHP 4.2.3 currently working on it. I recently tried to download and install either PHP 4.3.0 or PHP 4.3.1 to no avail. Running the simplest possible configuration with: ./configure make I get the following output from make after a successful configure: In file included f

[PHP-INST] help! can't compile 4.3.1

2003-02-19 Thread ladd epp
Hello, I get the following error when I do a 'make'. I did my ./configure --with-mysql --with-apxs=/usr/local/sbin/apxs I'm running FreeBSD-Release 4.7 byacc -p zend -v -d /usr/home/ladd/temp/php-4.3.1/Zend/zend_language_parser.y -o Zend/zend_language_parser.c usage: yacc [-dlrtv] [-b file_pr

Re: [PHP-INST] fail to compile php 4.3.0

2003-02-19 Thread Brian C. Hill
/usr/bin/sed is busted. set your PATH to include /usr/xpg4/bin PATH=/usr/xpg4/bin:$PATH and start over Brian == On Wed, Feb 19, 2003 at 08:58:02PM +, edwin lin wrote: > > Using patches provi

[PHP-INST] fail to compile php 4.3.0

2003-02-19 Thread edwin lin
Using patches provided by Sun Microsystem, I upgradeed the apache, which came with Solaris 8, to 1.3.26. After successfully ran ./configure --with-mysql --with apxs=/usr/apache/bin/apxs, I ran make. Here is the error message. make: *** [sapi/cli/php] Error 1 #Output line too long. Output line

[PHP-INST] Need libzzip-0.so.10 for php-4.3.1-rbt.rh8.1.i386.rpm Install

2003-02-19 Thread Pete Mackie
I downloaded "php-4.3.1-rbt.rh8.1.i386.rpm" from http://www.aucs.org/rpmcenter/ only to learn the PHP install requires "libzzip-0.so.10" to be pre-installed on Red Hat Linux. Can you tell me where to find this library? Is by chance it something new to RH 8.1 Linux? Thanks, in advance. Pe

[PHP-INST] php apache in windows nt

2003-02-19 Thread Angelo Marcos Rigo
Hi i install apache 2.0.4.4 for win nt and php 4.3.1 i try to configure php as moule moving php4ts.dll to winnt/system32 and adding the two lines: LoadModule php4_module c:/php/sapi/php4apache.dll AddType application/x-httpd-php .php however this directory and this dll do not exist only the p

php-install Digest 19 Feb 2003 19:19:31 -0000 Issue 1254

2003-02-19 Thread php-install-digest-help
php-install Digest 19 Feb 2003 19:19:31 - Issue 1254 Topics (messages 10088 through 10101): Re: Installation Error in the PHP with Apache 10088 by: Felix Natter 10090 by: user.domain.invalid Building PHO 4.3.1 with MySQL support 10089 by: Vicki Brown 10098 by

[PHP-INST] Question

2003-02-19 Thread Corne Vaders
i cannot use the MAIL() function, how can i correct this problem ?

Re: [PHP-INST] Documentation warning

2003-02-19 Thread Stephen Edmonds
Apache 2.0 and PHP are not yet designed to be compatible, and so they strongly recommend aganist using it in public enviroments. Basically, php is in its Beta testing stages of Apache 2 compatibility. Hopefully the two will be re-designed to be compatibile in the not to distant future. Also the rea

[PHP-INST] Documentation warning

2003-02-19 Thread Pedro Román Vela
Hi everyone, I have successfully installed and configured the latest php (4.3.1) to work with the latest Apche (2.0.44). It seems to be working fine and has passed every test I have tried. However I found the following warining while reading the php documentation on installing php for apache 2.0: D

Re: [PHP-INST] Building PHO 4.3.1 with MySQL support

2003-02-19 Thread Jim Thome
--with-mysql=/usr usually does the trick. -- Jim >>> Vicki Brown <[EMAIL PROTECTED]> 02/19/03 01:22AM >>> I ran ./configure --with-mysql --with-apxs=/usr/local/apache/bin/apxs and received the following warning: | You chose to compile PHP with the built-in MySQL support. If you | | ar

[PHP-INST] Limiting phpinfo() information

2003-02-19 Thread "Juan Ant. Martínez"
Hi, Does anyone know how to limit the informtion phpinfo() gives. I'd like to have it enabled in order to run mail() (if I disable phpinfo() mail() doesn't work), but there's much information there. How can I limit it? (in fact, any other solution to run mail() without it would help). Thanks,

Re: [PHP-INST] Re: PHP 4.3.0 on Red Hat 8.0

2003-02-19 Thread Mitch Pirtle
On Wed, 2003-02-19 at 13:24, Pete Mackie wrote: > Mitch, > > Thanks for the valuable information. It's truly a lifesaver. Credit goes to Benjamin Tomhave for doing some googling for the link (Feb. 7th). And I agree, sure ended a ton of pain and suffering. The specfile is pretty complicated, wit

[PHP-INST] php crashes iplanet

2003-02-19 Thread Rob
Hi, We're trying to run PHP 4.3 on a Solaris 5.8 box running IPlanet 6. We've tests our PHP app on an Apache/FreeBSD config and it runs fine. However, when we trying to get it running on the Solaris box the server crashes every few minutes with the following error message: [17/Feb/2003:14:32:03

Re: [PHP-INST] Re: PHP 4.3.0 on Red Hat 8.0

2003-02-19 Thread Pete Mackie
Mitch, Thanks for the valuable information. It's truly a lifesaver. You made some posts on the php.install newsgroup on January 7, 2003 per not being able to install PHP 4.3 on Red Hat 8.0. I monitored these posts for several weeks, hoping for resolution. Not seeing any resolution there, I assume

[PHP-INST] php as apache module

2003-02-19 Thread Angelo Marcos Rigo
Hi i install apache 2.0.4.4 for win nt and php 4.3.1 i try to configure php as moule moving php4ts.dll to winnt/system32 and adding the two lines: LoadModule php4_module c:/php/sapi/php4apache.dll AddType application/x-httpd-php .php however this directory and this dll do not exist only the ph

Re: [PHP-INST] Re: PHP 4.3.0 on Red Hat 8.0

2003-02-19 Thread Mitch Pirtle
First, anybody using RH8 and wanting php 4.3.0 with apache2, you need to go here: http://www.aucs.org/rpmcenter/ Here you will get updated RPMs for both httpd, httpd-devel and php. They work for me on servers, laptops and workstations. On Tue, 2003-02-18 at 18:42, Pete Mackie wrote: > W

Re: [PHP-INST] Re: Installation problems

2003-02-19 Thread Andreas Ekeroot
Jonas Geiregat wrote: > > very simple it's --with-apxs2=/mnt/lfs/userv/apache2/bin/apxs you wrote ../bin/axps Oops! That's a typo I happened to write when copying the configure command to the mail. Sorry... I doublechecked, and there is no typo in the configure command. -- PHP Install Mailing

[PHP-INST] Re: Installation Error in the PHP with Apache

2003-02-19 Thread user
Felix Natter wrote: [EMAIL PROTECTED] writes: Hello All, When I am installing PHP 4.3 with Apache, it is giving error. Any sugessions. please post more information, I don't think anyone can help you without some information. I am using Redhat Linux 7.3 and i have installed the apache 1.3

[PHP-INST] Building PHO 4.3.1 with MySQL support

2003-02-19 Thread Vicki Brown
I ran ./configure --with-mysql --with-apxs=/usr/local/apache/bin/apxs and received the following warning: | You chose to compile PHP with the built-in MySQL support. If you | | are compiling a server module, and intend to use other server | | modules that also use MySQL (e.g, mod_aut

[PHP-INST] Re: Installation Error in the PHP with Apache

2003-02-19 Thread Felix Natter
[EMAIL PROTECTED] writes: > Hello All, > > When I am installing PHP 4.3 with Apache, it is giving error. Any > sugessions. please post more information, I don't think anyone can help you without some information. -- Felix Natter -- PHP Install Mailing List (http://www.php.net/) To unsubscrib